Scalar coefficients for a linear combination of matrices
2 ビュー (過去 30 日間)
古いコメントを表示
Say I have the equation : aM + bN = C Where M, N and C are matrices and a, b are scalars. How do I find them knowing that C is a linear combination of M and N?
0 件のコメント
採用された回答
David Goodmanson
2020 年 3 月 6 日
編集済み: David Goodmanson
2020 年 3 月 6 日
HI Pierre-Luc
[M(:) N(:)]\C(:) produces [a;b]
This assumes that M and N are not proportional to each other, otherwise there are an infinite number of solutions.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!