jtm
- 19
- 0
Assume x = rand(1)*v1 + rand(1)*v2 + rand(1)*v3 where each v is obtained by the columns of the nulbasis(A) which are the solutions to Ax = 0, and that rand(1) is a random coefficient (scalar). Why would the rref(A) * x still be 0 when A * x is 0? Thank you!