How solve an equation in MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
How I can solve an equation for the 3 coefficients ?
A'Ac=A'y
where A' is 3*13 matrix A is 13*3 matrix c is 3*1 vector and y is 13*1 vector. How can I find c11, c21 and c23?
2 件のコメント
Star Strider
2021 年 10 月 13 日
Is ‘A'’ the complex-conjugate transpose of ‘A’ or a completely different matrix?
.
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!