Linear Algebra: Determinants and Matrix Addition

Click For Summary

Homework Help Overview

The discussion revolves around the relationship between the determinants of matrices A, B, and C, specifically addressing the equation |A| + |B| = |C|. The matrices are defined as 3x3 matrices, with participants exploring the implications of this equation in the context of linear algebra.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to calculate the determinants of the matrices but find the process complicated and messy. Others question the validity of the original problem statement and whether the equation holds true under the given definitions of A, B, and C.

Discussion Status

Participants are actively engaging with the problem, with some providing counterexamples to illustrate potential inaccuracies in the original claim. There is acknowledgment of a misunderstanding regarding the problem statement, leading to a more focused discussion on the correct interpretation of the matrices involved.

Contextual Notes

There is a noted confusion regarding the definitions of the matrices, particularly matrix B, which has led to a reevaluation of the problem. The discussion reflects on the necessity of precise definitions in mathematical statements.

_Bd_
Messages
107
Reaction score
0

Homework Statement



|A| + |B| = |C|
where
A=
[a_11 a_12 a_13]
[a_21 a_22 a_23]
[a_31 a_32 a_33]
B=
[b_11 b_12 b_13]
[b_21 b_22 b_23]
[b_31 b_32 b_33]
C=
[(a_11 + b_11) a_12 a_13]
[(a_21 + b_21) a_22 a_23]
[(a_31 + b_31) a_32 a_33]

Homework Equations



?

The Attempt at a Solution



First I tried taking the determinants of all 3 matrices but it got like WAY too messy and I didnt see anything close to them being equal (since i got a lot of terms that involved a_ij x b_ij and I didnt get them on the other ones.

Then I researched a little and came across that
A=
[a_11 a_12 a_13] = [a_11 a_12 a_13] + [ 0 a_12 a_13] + [0 a_12 a_13]
[a_21 a_22 a_23] [0 a_22 a_23] [a_21 a_22 a_23] [0 a_22 a_23]
[a_31 a_32 a_33] [0 a_32 a_33] [0 a_32 a_33] [a_31 a_32 a_33]I think it goes somewhere around there but I keep getting lost and I don't know how to get around it.
 
Last edited:
Physics news on Phys.org
_Bd_ said:

Homework Statement



Prove that A + B = C
where
A=
[a_11 a_12 a_13]
[a_21 a_22 a_23]
[a_31 a_32 a_33]
B=
[b_11 b_12 b_13]
[b_21 b_22 b_23]
[b_31 b_32 b_33]
C=
[(a_11 + b_11) a_12 a_13]
[(a_21 + b_21) a_22 a_23]
[(a_31 + b_31) a_32 a_33]
If A and B are 3 x 3 matrices, then A + B is also a 3 x 3 matrix whose typical entry is cij = aij + bij.

For example, c11 = a11 + b11, which is what you have, but c12 = a12 + b12. Instead, you have a12 without b12.

The matrix you show for C can't be the sum of A and B.
_Bd_ said:

Homework Equations



?

The Attempt at a Solution



First I tried taking the determinants of all 3 matrices but it got like WAY too messy and I didnt see anything close to them being equal (since i got a lot of terms that involved a_ij x b_ij and I didnt get them on the other ones.
Determinants don't enter into a problem about the sum of matrices. Since you seem to think that they are involved in this problem, it might be that you haven't given the exact problem statement.
_Bd_ said:
Then I researched a little and came across that
A=
[a_11 a_12 a_13] = [a_11 a_12 a_13] + [ 0 a_12 a_13] + [0 a_12 a_13]
[a_21 a_22 a_23] [0 a_22 a_23] [a_21 a_22 a_23] [0 a_22 a_23]
[a_31 a_32 a_33] [0 a_32 a_33] [0 a_32 a_33] [a_31 a_32 a_33]


I think it goes somewhere around there but I keep getting lost and I don't know how to get around it.
 
wait let me say cause I didnt specify, sorry for the big mistake I meant to say
Proove that:

|A| + |B| = |C|

my super bad sorry!
Im talking about determinants all the time, my bad used [] instead of ||
 
What you're trying to prove isn't true, so you're going to have a tough time proving it.

Here's a counter example.
[tex]A = \left[\begin{array}{c c c}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right][/tex]
[tex]B = \left[\begin{array}{c c c}3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 3 \end{array}\right][/tex]
[tex]C = \left[\begin{array}{c c c}4 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right][/tex]
I picked these matrices to make calculating the determinants easier.
|A| = 1, |B| = 27, and |C| = 4
So |A| + |B| [itex]\neq[/itex] |C|

I don't think you copied the problem correctly, particularly matrix B.
 
Actually, |A|+ |B|= |C| makes no sense if you give no more information about A, B, and C. Surely it is not true for any three matrices- for A and B fixed, |A|+ |B| is fixed and is not equal to |C| for all matrices |C|.

I suspect you mean "If A, B, and C are 3 by 3 matrices such that A+ B= C, then |A|+ |B|= |C|." That now makes sense (before, you had no "if" part) but, as Mark44 said, still is not true.
 
yes! OMG you guys are correct. . .I can't believe I overlooked it

the actual problem says the following:|A| + |B| = |C|
where
A=
[a_11 a_12 a_13]
[a_21 a_22 a_23]
[a_31 a_32 a_33]
B=
[b_11 a_12 a_13]
[b_21 a_22 a_23]
[b_31 a_32 a_33]
C=
[(a_11 + b_11) a_12 a_13]
[(a_21 + b_21) a_22 a_23]
[(a_31 + b_31) a_32 a_33]so the way I was going around was correct :) (I think. . .Im going to start working it out but I believe i was on the right track )
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
4
Views
2K
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
9K