Given an m×n matrix A, the set of n-vectors x that satisfy A⋅x=0 is the null row-space of A.
The elementary row operations on A are: summing one row to another row and multiply a row by a nonzero constant.
The question is: For all m×n matrices B that have the same null row-space as A (that is, A⋅x=0 iff B⋅x=0), can B be obtained from A by elementary row operations on A?
No comments:
Post a Comment