| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Polynomial Command
Syntax
- Polynomial[Function]: Yields the expanded polynomial function.
- Polynomial[List of n points]: Creates the interpolation polynomial of degree n-1 through the given n points.
Examples
Polynomial[(x - 3)^2] yields x2 - 6x + 9.
See also