Student[VectorCalculus]
diff
compute the derivative of a Vector-valued function
Calling Sequence
Parameters
Description
Examples
diff(f, v)
f
-
Vector or algebraic expression
v
name or name, name, ...; specify the variables of differentiation
The diff(f, v) calling sequence is an extension of the top-level diff that performs coordinate-wise differentiation on Vectors (including vector fields), in the coordinate systems of the Student[VectorCalculus] package. If f is not a Vector, the arguments are passed to the top-level diff command.
withStudentVectorCalculus:
difft,t2,t3,t
diffcosst,sinst,s,t
SetCoordinatessphericalr,φ,θ
sphericalr,φ,θ
F≔VectorFieldar,0,0
diffF,φ
diffF,a
See Also
Student[VectorCalculus][Curl]
Student[VectorCalculus][Divergence]
Student[VectorCalculus][int]
Student[VectorCalculus][Laplacian]
Student[VectorCalculus][limit]
Student[VectorCalculus][series]
Student[VectorCalculus][Vector]
Student[VectorCalculus][VectorField]
Download Help Document