This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
假设你需要解答方程式:x和y各等于多少
x+y=100
2x+3y = 30
网站地址:https://ja.wolframalpha.com/
当然不懂日文的可以使用英文的。暂时没有中文的。
然后该网站会提供一些函数给大家使用。
比如此次解答方程式使用,slove函数
官方又详细的使用教程。
网址如下:https://reference.wolfram.com/language/guide/EquationSolving.html.ja?source=footer
其中点开slove函数打开如下地址:https://reference.wolfram.com/language/ref/Solve.html
本次解答上面的方程式,请如下输入:
slove[x+y==100 && 2x+3y == 30,{x,y}]
所以我们得到答案:
x = 270 , y = -170
是不是非常方便,以后我们验证孩子们的计算,或者更复杂的初中,高中方程式可以使用这个网站了。