Student[VectorCalculus]
series
compute the series expansion of each component of a Vector
Calling Sequence
Parameters
Description
Examples
series(f, v)
f
-
Vector or algebraic expression
v
expression sequence of arguments to pass to the top-level series function
The series(f, v) calling sequence maps the top-level series function over the components of the Vector f. If f is not a Vector, the arguments are passed to the top-level series function.
withStudentVectorCalculus:
seriessint,expt,t=0
seriessintt,1−costt,t=0
serieslog1+z,z
z−12z2+13z3−14z4+15z5+Oz6
See Also
Student[VectorCalculus][diff]
Student[VectorCalculus][int]
Student[VectorCalculus][limit]
Download Help Document