Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Knowledge and How-To (https://thetfp.com/tfp/tilted-knowledge-how/)
-   -   Matrix Help (https://thetfp.com/tfp/tilted-knowledge-how/26493-matrix-help.html)

essendoubleop 09-09-2003 07:58 PM

Matrix Help
 
I feel stupid for being a senior and not being able to figure this out:

Multiply the matrices AD

A
[ 1 0
-2 4
5 -1 ]

D
[ 5 -2 -1
4 3 1 ]

firebirdta 09-09-2003 08:18 PM

A
[ 1 0
-2 4
5 -1 ]

D
[ 5 -2 -1
4 3 1 ]

The first step in a problem like this is to make sure the matrices can actually be multiplied. Here we have a 3x2 * 2x3. The quick check is to make sure the inside numbers are the same. If they are, then the matrices can be multiplied.

The basic setup for this problem goes like this:

[ a b
c d
e f ]

*
[ g h i
j k l ]

= [ ag+bj ah+ak ai+al
cg+dj ch+dk ci+cl
eg+fj eh+fk ei+el ]

So, take it from there!

essendoubleop 09-09-2003 08:21 PM

Quote:

Originally posted by firebirdta

[ a b [ ag+bj ah+bk ai+bl
c d * [ g h i = cg+dj ch+dk ci+cl
e f ] j k l ] eg+fj eh+fk ei+el ]

So, take it from there! [/B]
I'm very right-brained. All I see is a bunch of letters. But thanks for taking the time to help.

mathmo 09-10-2003 06:40 AM

firebirdta you've made a few typos, the last column in A*D should be:

[ai + bl, ci + dl, ei + fl]

essendoubleop: How familiar are you with dot products?

The first entry of A*D (upper left) is the dot product of the first row in A with the first column in D.

The second entry (upper middle) is the dot product of the first row of A with the second column in D.

The third entry (upper right) is the dot product of the first row of A with the third column of D

The fourth entry (bottom left) is the dot product of the second row of A with the first column of D.

et cetera.

Does that help you?

firebirdta 09-10-2003 12:31 PM

mathmo, you are correct, I typed it in a different way, but the formatting was wrong, so I quickly retyped it and didn't check it very carefully. Good checking!


All times are GMT -8. The time now is 12:50 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76