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

81 Ansichten (letzte 30 Tage)
sav
sav am 28 Apr. 2016
Beantwortet: Walter Oevel am 3 Mai 2016
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

Antworten (1)

Walter Oevel
Walter Oevel am 3 Mai 2016
colspace(sym(a)) = rowspace(sym(a.')).'

Kategorien

Mehr zu Matrix Computations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by