Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 09-09-2003, 07:58 PM   #1 (permalink)
Psycho
 
essendoubleop's Avatar
 
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 ]
essendoubleop is offline  
Old 09-09-2003, 08:18 PM   #2 (permalink)
Crazy
 
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!
__________________
"Even if you prove me wrong, I'm not going to believe you." - A. McGill

Last edited by firebirdta; 09-09-2003 at 08:21 PM..
firebirdta is offline  
Old 09-09-2003, 08:21 PM   #3 (permalink)
Psycho
 
essendoubleop's Avatar
 
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.
essendoubleop is offline  
Old 09-10-2003, 06:40 AM   #4 (permalink)
Tilted
 
Location: London, UK
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?
mathmo is offline  
Old 09-10-2003, 12:31 PM   #5 (permalink)
Crazy
 
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!
__________________
"Even if you prove me wrong, I'm not going to believe you." - A. McGill
firebirdta is offline  
 

Tags
matrix

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 05:29 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, 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