matlab - Finding a basis of the null space with a specific structure -



matlab - Finding a basis of the null space with a specific structure -

let a nxm matrix , rank(a) = r. allow n matrix columns span right null space of a. how can find n n has next construction (as matlab code):

n = [eye(m-r); p]

where eye(m-r) (m-r) x (m-r) identity matrix , p remaining piece of a.

matlab matrix

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -