dot multipy unequal matrix size. Possible?

 Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 8 de Mzo. de 2019
Editada: KALYAN ACHARJYA el 8 de Mzo. de 2019

0 votos

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 comentario

fadams18
fadams18 el 8 de Mzo. de 2019
yea, i knew but i was just hoping maybe there is a way to trick multiply hehe. anyway thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 8 de Mzo. de 2019

Editada:

el 8 de Mzo. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by