Description Usage Arguments Value See Also Examples
Project a vector onto the column space of a matrix.
1 | projectOnto(A, x)
|
A |
a matrix |
x |
a vector |
...
1 2 3 | A <- diag(5)[,1:2]
x <- 1:5
projectOnto(A, x)
|
Loading required package: mpoly
Loading required package: stringr
Set Macaulay2 path with setM2Path().
Set Bertini path with setBertiniPath().
Set LattE-integrale path with setLattePath().
Set 4ti2 path with setMarkovPath().
[1] 1 2 0 0 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.