taylor_series
Calculate an expression's Taylor expansion about a given point up to a set order, dropping the O-term.
Instructions
Taylor series of expression about point up to order terms (O-term dropped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| point | No | 0 | |
| variable | No | x | |
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |