how to print the rowspace and coloumn space of matrix in matlab

81 views (last 30 days)
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

Answers (1)

Walter Oevel
Walter Oevel on 3 May 2016
colspace(sym(a)) = rowspace(sym(a.')).'

Categories

Find more on Matrix Computations in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!