필터 지우기
필터 지우기

Matrix Multiplication by a vector of Ones - How to write mathematically

조회 수: 3 (최근 30일)
Rehan Rehan
Rehan Rehan 2017년 6월 1일
댓글: Rehan Rehan 2017년 6월 1일
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

답변 (2개)

John D'Errico
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

Christoph F.
Christoph F. 2017년 6월 1일
That is just a regular matrix multiplication, with the second "matrix" having only one column.
  댓글 수: 1
Rehan Rehan
Rehan Rehan 2017년 6월 1일
Thanks for the reply.
Of course, that is how it is performed but my question was from matrix algebra point of view. In case there exists a "name" of such operation or any evidence where it is utilized.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by