HP Prime for All

English  Русский 

Syntax

q2a(QuadraForm,VectVar)

Description

q2a(q(x,y),[x,y]) returns the symmetric matrix associated with the quadratic form q

Example

q2a(x^2+2*x*y+2*y^2,[x,y]) returns [[1,1],[1,2]]

q2a — Discussion