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

82 vues (au cours des 30 derniers jours)
sav
sav le 28 Avr 2016
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

Réponses (1)

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

Catégories

En savoir plus sur Matrix Computations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by