• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Simple Matrices Multiplication Question

Narmer

Diamond Member
I have a matrix:

1 2 1
0 1 0
-1 -3 -1

If you square that, the book says that the answer is:

0 5 0
0 1 0
0 -8 0

But I think the answer should be:

0 1 0
0 1 0
0 -2 0

I'm sure that for any nxn matrix, you multiply the row of the left matrix by the column by the right matrix, where they intersect is where the sum goes.
 
Thanks guys, I was really afraid of that. I'm also curious as to what other mistakes have been made in this book.

BTW, this is a Differential Equations book. I'm currently on the chapter about Linear Differential Equations. What really bothers me in this chapter is that they make a very important proposition contingent on the fact that AB=BA, where A and B are matrices. That's a rarity in Linear Algebra so how can they base their important propositions on such a rare occurance? Are Diff. Eq. really that difficult to solve? I plan on bringing this up with my professor on Tuesday.
 
Back
Top