can matlab find the row space and null space of a matrix?

72 次查看(过去 30 天)

回答(2 个)

Matt J
Matt J 2020-7-23
Yes, the solution could involve the commands orth() and null().

Camron Regan
Camron Regan 2023-12-13
A = [1 -1 3;
5 -4 -3;
7 -6 3]
null(A)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by