来自何彦志的问题
Mathematica中Solve::解方程的时候输入Solve函数不能得出结果In[12]:=Solve[x^2+2x-7==0,x]Solve::ivar:3isnotavaidvariable.>>请教为什么这样教材上是这么写的In[1]:=Solve[x^2+2x-7==0,x]Out[1]={{x→-1-2根下2}
Mathematica中Solve::解方程的时候输入Solve函数不能得出结果
In[12]:=Solve[x^2+2x-7==0,x]
Solve::ivar:3isnotavaidvariable.>>
请教为什么这样
教材上是这么写的
In[1]:=Solve[x^2+2x-7==0,x]
Out[1]={{x→-1-2根下2},{x→-1+2根下2}}
1回答
2019-10-24 10:17