View source: R/quadraticFormToMatrix.R
quadraticFormToMatrix | R Documentation |
Transformation of the quadratic conic representation into the matrix representation.
quadraticFormToMatrix(v)
v |
a |
A (3 \times 3)
matrix representation of the conic (symmetric matrix).
v <- c(2,2,-2,-20,20,10)
quadraticFormToMatrix(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.