Could someone check this matrix calculation

The first matrix dimension is 1 by 3
row 1 = 1
row 2 = 7
row 3 =3
Second matrix is 1 by 3
Row 1 column one =2
row 1 column two = -5
row one column three = 5
my calculation is that it would be the dimensions of 3 by 3
Final calcs would be row 1 column 1 = 2
row one-column two = -1
row one column three = 5
row two column 1 = 14
row two column two= -7
row two column three = 35
row three column one = 6
row three column two = -3
row three column three = 15

Is that correct?

1 answer

when you describe the first matrix as
row 1 = 1
row 2 = 7
row 3 =3
you are describing a column matrix with dimension 3 by 1 , not 1 by 3

so I see you multiplying
1
7
3
by
2 -5 5

I got
2 -5 5
14 -35 35
6 -15 15

I am used to this notation :

m by n matix has m rows and n columns
Are you not using that same notation?

anyway, you could not multiply a 1by3 by a 1by3, no matter what notation you are used to
Similar Questions
  1. Matrices Quick Check5 of 55 of 5 Items Question Which statement correctly describes the matrix? R=[428101580495] (1 point)
    1. answers icon 1 answer
  2. Hi! I need help with these two questions. Thanks! :)1.) Can we multiply the Matrix A (which is 3 x 4 matrix) by the other
    1. answers icon 2 answers
  3. Matrices Quick Check3 of 53 of 5 Items Question Recognize which statement correctly describes the matrix.
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions