algstat (version 0.0.2)

projectOntoPerp: Vector Projection onto the orthogonal complement of col(A)

Description

Project a vector onto the orthogonal complement of the column space of a matrix; the null space of A transpose

Usage

projectOntoPerp(A, x)

Arguments

A
a matrix
x
a vector

Value

...

Examples

Run this code
A <- diag(5)[,1:2]
x <- 1:5
projectOnto(A, x)

Run the code above in your browser using DataCamp Workspace