Solving a Matrix Equation

Dear Can anybody please guide me how to solve the following matrix equation in Matlab A*B^-1*C=0 Where A,B,C and 0 are matrices and one needs to solve for C

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 11 月 6 日

0 投票

You mean like finding the null space of A*B^(-1) ? See null() and see the "\" operator.

カテゴリ

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

質問済み:

2013 年 11 月 6 日

回答済み:

2013 年 11 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by