Multivariate Calculus
D works for partial derivatives—
just specify which variable(s) to differentiate:
In[1]:= |
Out[1]= | ![]() |
Or use the ∂
symbol:
∂
and CTRL+- for subscript.)
In[2]:= |
Out[2]= | ![]() |
Multiple integrals use the same notation as single integrals:
(Type ESCintESC for∫
and ESCddESC for
.)
In[1]:= |
Out[1]= | ![]() |
Symbolic results can often be quite complicated:
In[2]:= |
Out[2]= | ![]() |
When this happens, you can always get an approximate output by using the N command:
In[3]:= |
Out[3]= | ![]() |
QUICK REFERENCE: Calculus »