|
|
||
|
|
| MATHEMATICA TUTORIAL | Related Tutorials »|Functions » |
| NSolve[lhs==rhs,x] | solve a polynomial equation numerically |
| NSolve[{lhs1==rhs1,lhs2==rhs2,...},{x,y,...}] | |
| solve a system of polynomial equations numerically | |
| FindRoot[lhs==rhs,{x,x0}] | search for a numerical solution to an equation, starting at |
| FindRoot[{lhs1==rhs1,lhs2==rhs2,...},{{x,x0},{y,y0},...}] | |
| search for numerical solutions to simultaneous equations | |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |