quadraticFormToMatrix {RConics} | R Documentation |
Transformation of the quadratic conic representation into the matrix representation.
Description
Transformation of the quadratic conic representation into the matrix representation.
Usage
quadraticFormToMatrix(v)
Arguments
v |
a |
Value
A (3 \times 3)
matrix representation of the conic (symmetric matrix).
Examples
v <- c(2,2,-2,-20,20,10)
quadraticFormToMatrix(v)
[Package RConics version 1.1.1 Index]