skewSymmetricMatrix {RConics} | R Documentation |
skew symmetric matrix
Description
Return a skew symmetric matrix from three parameters
.
Usage
skewSymmetricMatrix(p)
Arguments
p |
a |
Value
A skew symmetric matrix, with :
Source
Richter-Gebert, Jürgen (2011). Perspectives on Projective Geometry - A Guided Tour Through Real and Complex Geometry, Springer, Berlin, ISBN: 978-3-642-17285-4
Examples
p <- c(3,7,11)
skewSymmetricMatrix(p)
[Package RConics version 1.1.1 Index]