Matrix Multiplication by a vector of Ones - How to write mathematically
7 ビュー (過去 30 日間)
古いコメントを表示
Hi,
During my calculations I come at a point where I multiply say 9x9 matrix by a column vector containing ONEs of size 9x1. Definitely, it returns me a vector of 9x1 with all columns summed into single element.
What is such process called mathematically and how to write it in notation?
I will grateful for the help.
Best regards, Rehan
0 件のコメント
回答 (2 件)
John D'Errico
2017 年 6 月 1 日
What is it called? A sum.
help sum
Or if you insist on doing it as a multiply, then
help ones
help mtimes
0 件のコメント
Christoph F.
2017 年 6 月 1 日
That is just a regular matrix multiplication, with the second "matrix" having only one column.
参考
カテゴリ
Help Center および File Exchange で Operating on Diagonal Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!