| gmult | R Documentation | 
Linear transformation of a generalized ellipsoid, including projections to subspaces.
gmult(A, G, epsfac = 2)
| A | A matrix describing a linear transformation, conforming to the U
component of  | 
| G | A  | 
| epsfac | Factor of  | 
The matrix A can be non-singular, for a standard linear
transformation, or singular, for a projection to a subspace.
gell object
This implementation should be changed so that it provides an S3 method
for class "gell" objects for which it was intended.
Georges Monette
gell, dual, signature
(zplane <- gell(span = diag(3)[,1:2]))  # a plane
dual(zplane)  # orthogonal line
(zplane2 <- gmult( cbind( c(1,1,1), c(1,-1,0), c(1,0,-1)), zplane))
# correctly wipes out one dimension
(zplane3 <- gmult( cbind( c(1,0,0), c(1,0,0), c(0,0,1)), zplane)) 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.