| Thread Closed |
Matrix Multiplication |
Share Thread | Thread Tools |
| Apr8-08, 08:15 PM | #1 |
|
|
Matrix Multiplication
1. The problem statement, all variables and given/known data
I can't figure out how to latexa 3X3 matrix so here's my ghetto method A = 0 0 -1 0 2 0 0 0 1 What is 2. Relevant equations I'm trying to find [tex] A^{7} [/tex] 3. The attempt at a solution I'm assuming there's some type of shortcut to get this... So I did a squared and then multipled a squared times a squared to get a to the fourth... I was about to multiply A times a squared and then that times a to the fourth but I didn't think that was ok to do since multiplication isn't commutative and I don't know which order to multiply... Is my method ok? Any other suggestions? |
| Apr8-08, 08:45 PM | #2 |
|
|
you should look for which numbers stay the same regardless of the number of times you multiply it. There are some other elements that stay the same. Which?
|
| Apr8-08, 08:54 PM | #3 |
|
|
|
| Apr8-08, 09:03 PM | #4 |
|
|
Matrix Multiplication
Oops I screwed up on the original posting...
so the matrix is 0 0 -1 0 2 0 2 0 0 And I don't really see any repetition at all which was what I was hoping would happen... For A squared I got -2 0 0 0 4 0 0 0 -2 Then for A^4 I get 4 0 0 0 16 0 0 0 4 So there's no really observable pattern that I can see except for the fact that A^2 and A^4 so A^4 is all the values from A^2 squared... But now when I go to start multiplying things that aren't the same I don't know which order to do it in... |
| Apr8-08, 09:04 PM | #5 |
|
|
I don't know what the deff. of exponentiation is... Exponentiation for matrix's or in general? This is the very beginning of my lin alg class...
|
| Apr8-08, 09:10 PM | #6 |
|
|
)The order, in fact, doesn't matter -- and I think it would be a good exercise for you to try and figure out why. Start with an easy case -- e.g. show that M(MM) = (MM)M for any square matrix M. |
| Apr8-08, 09:11 PM | #7 |
|
|
In general. Well, for nonnegative integer exponents anyway.
|
| Apr8-08, 09:24 PM | #8 |
|
|
I guess that makes sense since it's the same matrix. My sucky book doesn't have anything under exponentiation in the index but it may be in there, just not in the beginning sections were in right now. Thanks for the help, I finished the problem.
|
| Apr9-08, 06:16 AM | #9 |
|
|
Your "sucky" book probably assumed that you had taken basic algebra, at least enough to know what "exponentiation" meant, before taking linear algebra.
|
| Apr9-08, 04:13 PM | #10 |
|
|
|
| May25-09, 09:33 PM | #11 |
|
|
hello,
i don't understand about matrix multiplication especailly in writing an M-files codes.Hope anyone can help me..:( |
| May25-09, 10:46 PM | #12 |
|
|
I think most of the people on this forum are very helpful if you are able to ask a specific question... Are you asking how to make an m file that will multiply two matrices? If so, it is a reatively long process. Is there a specific part you are having difficulties with?
|
| May25-09, 10:55 PM | #13 |
|
|
actually,i was asked to write a matlab function that multiplies matrices A and B using nested for loops......since i don't really understand about for loops and while,i can't write it.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Matrix Multiplication
|
||||
| Thread | Forum | Replies | ||
| matrix multiplication | Linear & Abstract Algebra | 1 | ||
| Matrix multiplication | General Math | 1 | ||
| matrix multiplication | Linear & Abstract Algebra | 2 | ||
| Matrix Multiplication | General Math | 2 | ||
| Matrix multiplication in C | Introductory Physics Homework | 1 | ||