I need to calculate invers of a non square large symbolic matrix

2 views (last 30 days)
hi guys i have a 3*14 symbolic matrix. i need to calculate inverso of it, do you know a simple way numerical method to calculate it please help me

Answers (1)

the cyclist
the cyclist on 26 Jun 2021
Non-square matrices do not have inverses.
You can calculate the pseudoinverse using pinv.

Community Treasure Hunt

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

Start Hunting!