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

80 visualizaciones (últimos 30 días)
sav
sav el 28 de Abr. de 2016
Respondida: Walter Oevel el 3 de Mayo de 2016
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

Respuestas (1)

Walter Oevel
Walter Oevel el 3 de Mayo de 2016
colspace(sym(a)) = rowspace(sym(a.')).'

Categorías

Más información sobre Matrix Computations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by