MATHEMATICA FEATURED EXAMPLE
Collect the Terms of a Polynomial
Collect can collect together the terms of a polynomial.
| In[40]:= |
| Out[40]= |
| In[41]:= |
| Out[41]= |
You can also simplify the terms from within Collect:
| In[23]:= |
| Out[23]= |
| In[24]:= |
| Out[24]= |
Use Collect with respect to two variables:
| In[36]:= |
| Out[36]= | ![]() |

