myGS {Tex4exams} | R Documentation |
Orthogonal projection of y onto x
Description
Orthogonal projection of y onto x.
Usage
myGS(x,y)
Arguments
x , y |
a pairs of vectors. |
Value
myGS returns a vector of the projection of y onto x.
See Also
Examples
x <- sample(c((-10):10),3)
y <- sample(c((-10):10),3)
myGS(x,y)
fractional(myGS(x,y))
[Package Tex4exams version 0.1.2 Index]