dot multipy unequal matrix size. Possible?

조회 수: 1 (최근 30일)
fadams18
fadams18 2019년 3월 8일
편집: KALYAN ACHARJYA 2019년 3월 8일
hello,
I have 2 matrices
X=20 by 10000
Q= 10000 by 10000
Is it possible to make a Q.*X ?

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 3월 8일
편집: KALYAN ACHARJYA 2019년 3월 8일
Basic Maths:Just for matrix multiplication, you can
The number of columns in the first matrix must be equal to the number of rows in the second matrix.
But for dot multiplication, how can you do that?
Suppose m1(1,1)*m2(1,1)..so on
Not have sufficient elements to pair each other. For dot operation both must have same sizes.
So the answer is No.
  댓글 수: 1
fadams18
fadams18 2019년 3월 8일
yea, i knew but i was just hoping maybe there is a way to trick multiply hehe. anyway thanks

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

추가 답변 (0개)

카테고리

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