Ok soo today im going to explain how to do a few things with matrices. im going toi show you how to transpose. which is represented by m raised to t. which is also represnted by m^t. I will also show you how to multiply matrices. The most important thing about multiplying matrices is you have to make sure the 2 inner number are the same 2x3 3x2 and this will result in a 2x2 matrix. Next i will show you an example or two of each one.
This is an example of how to transpose a matrix:
[2 3] = [[2]
[3]]
[[3]
[2]]= [3 2]
This is and example of how to multiply a matrix:
[[7]
[2]] x [2 3] = [[14 21]
[4 6]]
No comments:
Post a Comment