Previous Up Next

9.1.7  Canonical form

The canonical form of a second degree polyomial in a variable x is the form a(xc)2+b.

The canonical_form command finds the canonical form of a second degree polynomial.

Examples

canonical_form(x^2-6*x+1)
     

x−3
2−8
          
canonical_form(2*t^2+3*t+8)
     



t+
3
4



2



 
+
55
8
          

Previous Up Next