Matrix Multiplication

kev77

New member
Joined
Apr 14, 2022
Messages
1
Is there a way to calculate a specific entry without doing the whole matrix multiplication by hand?

I ask this because clearly, 3points aren't worth the time it would take to do the whole matrix multiplication.

Screenshot 2022-04-14 140613.png
 
Is there a way to calculate a specific entry without doing the whole matrix multiplication by hand?

I ask this because clearly, 3points aren't worth the time it would take to do the whole matrix multiplication.

View attachment 32132
Think about what entries of AB you need to know in order to find [imath]d_{2,4}[/imath]. (Or, what entries of BC you need.) Then find just that part.

You might even sketch the matrices involved without filling in any numbers, mark which numbers you need, and fill those in.

If you need more help, please show us whatever you have tried, so we can see if you're going in the right direction.
 
Top