- #1
onako
- 86
- 0
Given that certain nullspace is spanned by a vector v, what would be the procedure to project out the v component from certain vector u? Perhaps with the Gram-Schmidt process of orthonormalization by updating
v = v - proj(u, v)
where proj(u, v) = (<u, v>/<u, u>)u, and <u, v> denotes the inner product? If that is correct way to do it, please let me know. However, if there are alternatives, I would be happy to consider those.
v = v - proj(u, v)
where proj(u, v) = (<u, v>/<u, u>)u, and <u, v> denotes the inner product? If that is correct way to do it, please let me know. However, if there are alternatives, I would be happy to consider those.