linsolve help

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?

回答 (1 件)

bym
bym 2011 年 12 月 11 日

0 投票

you don't need linsolve:
M = I/H;

カテゴリ

ヘルプ センター および File ExchangeLanguage Fundamentals についてさらに検索

タグ

質問済み:

2011 年 12 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by