HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
a2q
Syntax
a2q(Mtrx,VectVar)
Description
a2q(A,X)=the quadratic form q associated to A, X=vector of variables.
Example
a2q([[1,2],[4,4]],[x,y]) returns x^2+6*x*y+4*y^2
a2q — Discussion
↑Back to top