|
Further Examples: NSolve
Here is a degree- polynomial.
In[1]:= 
Although Solve will find all of the solutions in symbolic form, NSolve is the function to use if you ultimately want numerical solutions.
In[2]:= 
Out[2]= 
Here NSolve gives the solutions of an algebraic equation.
In[3]:= 
Out[3]= 
This finds the intersection of a pair of parametrized curves.
In[4]:= 
In[5]:= 
In[6]:= 
Out[6]= 
In[7]:= 
|