Problem 2247. Dimensions of Spaces

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

61.36% Correct | 38.64% Incorrect
Last Solution submitted on Mar 26, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers23

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!