sygma notation for equation
1 回表示 (過去 30 日間)
古いコメントを表示
Septian Lesmana Sitorus
2019 年 5 月 14 日
回答済み: Prathamesh Degwekar
2019 年 5 月 21 日
Hello everyone
I am trying to compute a sigma summation of a simple row vectors, where:
i= 0:10:200
sin= 0:0.1:1;
sout=inv(D*LTL+ID)*D*LTt
and I need to solve E from :
help is hugely appreciated. Many thanks
採用された回答
Prathamesh Degwekar
2019 年 5 月 21 日
Hi,
Maybe you can check out sumsqr() which is a function that lets you find the sum of the squared vales of a matrix.
Just pass (sout - sin) to this and I think it should work.
Hope this helps.
Cheers.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!