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

75 views (last 30 days)

Answers (2)

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

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

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!