Matrix manipulations/rank of a matrix

  • Thread starter Thread starter mirandasatterley
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

This discussion focuses on the properties of matrix rank and linear systems, specifically addressing five statements regarding matrix operations and their implications. Key conclusions include that a linear system with m equations and n variables can have infinite solutions if m ≥ n and rank is less than n. The rank of the product of matrices AB does not necessarily equal the rank of A, especially when A and B are of different dimensions. Additionally, if the product AB equals zero, at least one of the matrices must have a determinant of zero. Lastly, if the system Ax=b has no solution, then Ax=0 has infinitely many solutions, contradicting the assumption of a unique solution.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly matrix rank
  • Familiarity with the properties of determinants in square matrices
  • Knowledge of the invertible matrix theorem
  • Experience with matrix multiplication and its implications on rank
NEXT STEPS
  • Study the implications of the rank-nullity theorem in linear algebra
  • Learn about the properties of determinants and their role in matrix invertibility
  • Explore the concept of diagonal matrices and their effects on matrix multiplication
  • Investigate counterexamples in linear algebra to solidify understanding of matrix properties
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, and related fields. This discussion is beneficial for anyone looking to deepen their understanding of matrix manipulations and their implications in linear systems.

mirandasatterley
Messages
61
Reaction score
0
My question has 5 short parts and for each, I'm supposed to give a counterexample if the statement is false or give an argument to prove that a statement is true.

1.Q: Linear system with m equations and n variables. If m> or = to n, then the system can have at most 1 solution.
A: I think this one is false because if the # of parameters= n-rank, since rank < or = n, if we take it to be less than n, then # of parameters = n - (some # less than n), which gives a # > 0, then this means there is at least 1 parameter and infinite solutions possible.

2.Q: A and B are matrices, and the product AB is defined. Then rank (AB) = rank A
A: I would say that this is false because if A and B are different sizes, say A is 5x4 and B is 4x6, the rank of both A and B would have to be < or = 4, but AB produces a 5x6 matrix, meaning that the rank must be < or = 5. So couldn't A and B each have a rank of 4, while AB has a rank of 5? But if this is true, how can it be proved?

3.Q: A and B are nxn matricies and AB=0. Then at least one of A,B must have a determinant 0.
4.Q: An nxn matrix A satisfies AB=BA for every nxn matrix B, then A must be the identity matrix.

I'm not sure about 3 or 4, any hints/points in the right direection would be appreciated.

5.Q: If the system Ax=b has no solution, then the system Ax=0 has only the trivial solution.
A: I think this is false because the statements: The system Ax=0 has the only trivial solution x=0 and Ax=b has a unique solution for any vector b, according to the invertible matrix theorem. So since the bolded parts contradict each other, I assume its false but I'm not sure how to go about proving it. Any ideas?
 
Physics news on Phys.org
mirandasatterley said:
My question has 5 short parts and for each, I'm supposed to give a counterexample if the statement is false or give an argument to prove that a statement is true.

1.Q: Linear system with m equations and n variables. If m> or = to n, then the system can have at most 1 solution.
A: I think this one is false because if the # of parameters= n-rank, since rank < or = n, if we take it to be less than n, then # of parameters = n - (some # less than n), which gives a # > 0, then this means there is at least 1 parameter and infinite solutions possible.
If all the equations were independent (i.e. rank m) (which is not given [and could only happen if m=n]) then there would bo no solutions so this is correct.

2.Q: A and B are matrices, and the product AB is defined. Then rank (AB) = rank A
A: I would say that this is false because if A and B are different sizes, say A is 5x4 and B is 4x6, the rank of both A and B would have to be < or = 4, but AB produces a 5x6 matrix, meaning that the rank must be < or = 5. So couldn't A and B each have a rank of 4, while AB has a rank of 5? But if this is true, how can it be proved?
Even if A and B were of the same size, it might happen that AB= 0 which has rank 0!

3.Q: A and B are nxn matricies and AB=0. Then at least one of A,B must have a determinant 0.
4.Q: An nxn matrix A satisfies AB=BA for every nxn matrix B, then A must be the identity matrix.

I'm not sure about 3 or 4, any hints/points in the right direection would be appreciated.
3. Do you know that det(AB)= det(A)det(B)? That makes 4 trivial. Even if you don't know that, you should know that a matrix has an inverse if and only if its determinant is not 0. If A does not have determinant 0, multiply both sides of AB= 0 by A-1.

4. Look at AB and BA for A any diagonal matrix.

5.Q: If the system Ax=b has no solution, then the system Ax=0 has only the trivial solution.
A: I think this is false because the statements: The system Ax=0 has the only trivial solution x=0 and Ax=b has a unique solution for any vector b, according to the invertible matrix theorem. So since the bolded parts contradict each other, I assume its false but I'm not sure how to go about proving it. Any ideas?

In fact, it is exactly the other way around. If Ax= b has no solution, then A is not invertible. Ax= 0 has an infinite number of solutions
 
HallsofIvy said:
4. Look at AB and BA for A any diagonal matrix.

I have tried quite a few different things and it seems that If both A and B are diagonals this works, but since diagonal matrices can be row reduced to the Identity matrix, does this make number 3 true? When only one of A or B are diagonals, it doesn't seen to work out unless one is the identity matrix. Does this mean that it must be true, or are there special cases that i am missing here?
 

Similar threads

Replies
2
Views
1K
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K