0
Multiplyin
For this example, multiplying a 3x2 matrix with a 2x1 matrix results in a 3x1 matrix. Let's break down the calculation. To get the first element of the result, we need to calculate the dot product of the first row of the first matrix, with the column of the second matrix: 1*1+2*0 = 1 For the second element: 0*1+1*0 = 0 The third element: 1*1 + 0*0 = 1
7 Answers
+ 3
Rajvansh Gulshan
That is not the code which we want to see.
You have just written the task description
+ 2
Attempts?
+ 2
Then share your code
+ 1
Had you tried it?
0
Yes
0
Wait