linsolve help

4 views (last 30 days)
griffin rowell
griffin rowell on 9 Dec 2011
Hello, I have 2 known matrices and need to solve a linear equation MH=I. H is 8x4, I is 4x4. I cannot think of a way to get linsolve to work this out because it would be solving for M, right? Any help on how to get this into a useful form?

Answers (1)

bym
bym on 11 Dec 2011
you don't need linsolve:
M = I/H;

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!