Polynomials: Difference between revisions

From JSXGraph Wiki
(Created page with "Drag the sliders to change the values of the coefficients a0,a1,a2,a3,a4,a5 of the polynomial p(x):=a5*x^5+a4*x^4+a3*x^3+a2*x^2+a1*x+a0. The initial polynomial (when the Reset bu...")
 
No edit summary
 
Line 5: Line 5:
|Resulting Polynomial
|Resulting Polynomial
|-
|-
|  <jsxgraph box="box1" width="500" height="500">  
|  <jsxgraph box="box1" width="400" height="250">  




Line 49: Line 49:
[[Category:Examples]]
[[Category:Examples]]


[http://www.bookofproofs.org/branches/types-of-real-functions/polynomials/ read more about polynomials on Bookofproofs]
[http://www.bookofproofs.org/branches/real-polynomials/ read more about polynomials on Bookofproofs]

Latest revision as of 21:04, 9 March 2016

Drag the sliders to change the values of the coefficients a0,a1,a2,a3,a4,a5 of the polynomial p(x):=a5*x^5+a4*x^4+a3*x^3+a2*x^2+a1*x+a0. The initial polynomial (when the Reset button is pressed) is of degree \(0\).

Coefficients Resulting Polynomial

read more about polynomials on Bookofproofs