Find the dimension of the column space, null space, row space, and left null space for any matrix.

Example

 input  A=[1 2 3; 4 6 7; 2 4 6; 1 2 3]
 output will be row vector like [1 2 2 2]
 output = [columnspace nullspace rowspace leftnullspace]

Solution Stats

48 Solutions

25 Solvers

Last Solution submitted on May 28, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers25

Suggested Problems

More from this Author21

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!