Skip to main content
14-Alexandrite
February 26, 2024
Solved

Multiply matrix

  • February 26, 2024
  • 1 reply
  • 1055 views

I want to multiple these two matrix without summing the answer. Like the first value of q times the first value of A and the result should be matrix not a final result

YA_10963798_0-1708958389113.png

 

Best answer by Werner_E

You have to use vectorization

Werner_E_0-1708959587727.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
February 26, 2024

You have to use vectorization

Werner_E_0-1708959587727.png

 

14-Alexandrite
February 26, 2024

THANK YOU VERY MUCH