How do you multiply matrices together?

Not all matrices can be multiplied together, so the first thing to do is check it's even possible! To do this write the matrices next to each other (we'll call the first one A and the second B). If the number of columns of A equals the number of rows of B, then they can be multiplied. Also, by doing this it will tell you the dimension of the product (i.e. AB) which will have the same number of rows as A and the same number of columns as B. From here it's just a case of arithmetic. Think of the entries of your new matrix as coordinate points. To calculate (i,j) (the entry in the ith row and jth column) you multiply the ith row of A by the jth column of B using the dot product for vectors. Then repeat this for each entry of AB.

Answered by Rachael G. Maths tutor

3855 Views

See similar Maths A Level tutors

Related Maths A Level answers

All answers ▸

Do the following vector equations intersect? l = (1 + μ)i + (2 - μ)j + (2μ - 5)k, and m = 2λi + 3j + (2 + λ)k.


Differentiate sin3x-3x= f(x)


Find the coordinates of the stationary point of y = x^2 + x - 2


Solving Quadratic Equations


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy