Difference between revisions of "Coefficients Command"

From GeoGebra Manual
Jump to: navigation, search
(added =0 to the conic expression)
Line 4: Line 4:
 
:For polynomial <math>a_kx^k+a_{k-1}x^{k-1}+\cdots+a_1x+a_0</math> returns list <math>\{a_0,a_1,\ldots,a_k\}</math>.
 
:For polynomial <math>a_kx^k+a_{k-1}x^{k-1}+\cdots+a_1x+a_0</math> returns list <math>\{a_0,a_1,\ldots,a_k\}</math>.
 
;Coefficients[ <Conic> ]
 
;Coefficients[ <Conic> ]
:For conic <math>a\cdot x^2+b\cdot y^2+c+d\cdot x\cdot y+e\cdot x+f\cdot y</math> returns list <math>\{a,b,c,d,e,f\}</math>.
+
:For conic <math>a\cdot x^2+b\cdot y^2+c+d\cdot x\cdot y+e\cdot x+f\cdot y=0</math> returns list <math>\{a,b,c,d,e,f\}</math>.

Revision as of 11:05, 29 May 2011



Coefficients[ <Polynomial> ]
For polynomial a_kx^k+a_{k-1}x^{k-1}+\cdots+a_1x+a_0 returns list \{a_0,a_1,\ldots,a_k\}.
Coefficients[ <Conic> ]
For conic a\cdot x^2+b\cdot y^2+c+d\cdot x\cdot y+e\cdot x+f\cdot y=0 returns list \{a,b,c,d,e,f\}.
© 2024 International GeoGebra Institute