G3S | R Documentation |
Apply the Gram-Schmidt process to convert the group of 3 vectors (x,y,z) into an orthogonal group (u,v,w) without normalizing to unit vectors. The output is a matrix with columns (u,v,w).
G3S(x,y,z)
x,y,z |
a group of 3 vectors (x,y,z) |
Need the one dimensional projection function 'myGS' from the same package.
The output is a matrix with columns (u,v,w) which are an orthogonal set of vectors.
myGS
G3S(c(1,2,3),c(3,2,1),c(4,5,9))
fractional(G3S(c(1,2,3),c(3,2,1),c(4,5,9)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.