Possible Solutions for Square Matrices: How Many Solutions Are There?

  • Thread starter Thread starter ivanyo
  • Start date Start date
  • Tags Tags
    Matrix Square
Click For Summary
SUMMARY

The discussion focuses on determining the number of solutions for square matrices in the context of the equation Ax = b, based on the determinant of matrix A and the vector b. Four scenarios are analyzed: (i) detA = 0, b = 0 results in infinite solutions; (ii) detA ≠ 0, b = 0 yields a unique solution; (iii) detA = 0, b ≠ 0 leads to no solutions; and (iv) detA ≠ 0, b ≠ 0 also results in a unique solution. The participants emphasize the relationship between the number of equations and variables, clarifying that a system cannot have exactly three solutions.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically matrix equations.
  • Knowledge of determinants and their implications on matrix invertibility.
  • Familiarity with the concepts of unique and infinite solutions in systems of equations.
  • Basic skills in manipulating and interpreting matrix representations.
NEXT STEPS
  • Study the properties of determinants in depth, particularly in relation to matrix invertibility.
  • Learn about the Rank-Nullity Theorem and its application to solutions of linear systems.
  • Explore the implications of homogeneous vs. non-homogeneous systems in linear algebra.
  • Practice solving systems of equations using Gaussian elimination and matrix representation.
USEFUL FOR

Students of linear algebra, educators teaching matrix theory, and anyone involved in mathematical modeling or computational mathematics.

ivanyo
Messages
5
Reaction score
0
Hi everyone,

I've been reading through my textbook for some guidance on this, but I have yet to find anything. The question asks to "describe the set of possible solutions when the following occur (assuming Ax=b). I've written my own knowledge in italics - however, I think they require an answer in terms of "no solution"/"# of unique solutions" or "infinite solutions".

(i) detA = 0, b = 0 (no inverse)
(ii) detA ≠ 0, b = 0 (inverse possible)
(iii) detA = 0, b ≠ 0 (no inverse)
(iv) detA ≠ 0, b ≠ 0 (inverse possible)

The way I learned was that if there was 3 solutions, there had to be 3 variables/pieces of information, otherwise it was redundant or inconsistent depending on what you were given. I've yet to learn using determinants and the b-vector.

Any insight would be helpful - Thanks.
 
Physics news on Phys.org
ivanyo said:
Hi everyone,

I've been reading through my textbook for some guidance on this, but I have yet to find anything. The question asks to "describe the set of possible solutions when the following occur (assuming Ax=b). I've written my own knowledge in italics - however, I think they require an answer in terms of "no solution"/"# of unique solutions" or "infinite solutions".

(i) detA = 0, b = 0 (no inverse)
It's true that the matrix A doesn't have an inverse, but they're asking about the equation Ax = 0. Does this equation have a) no solutions, b) exactly 1 solutions, c) an infinite number of solutions?
ivanyo said:
(ii) detA ≠ 0, b = 0 (inverse possible)
If det(A) ≠ 0, then A definitely has an inverse, so how many solutions does the equation Ax = 0 have?
ivanyo said:
(iii) detA = 0, b ≠ 0 (no inverse)
Again, how many solutions does the equation Ax = b have?
ivanyo said:
(iv) detA ≠ 0, b ≠ 0 (inverse possible)
As before, if det(A) ≠ 0, then A definitely has an inverse, so how many solutions does the equation Ax = b have?
ivanyo said:
The way I learned was that if there was 3 solutions, there had to be 3 variables/pieces of information, otherwise it was redundant or inconsistent depending on what you were given. I've yet to learn using determinants and the b-vector.
If you have 3 equations and 3 unknowns, such a system might have no solutions, 1 solution, or an infinite number of solutions. It can never have exactly three solutions. As a really simple example, here is a very simple system of 3 equation in 3 variables:
x = 2
y = 3
z = 5
This can be represented as a matrix equation in the form Ax = b, where A is
[tex]\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}[/tex]

and b is
[tex]\begin{bmatrix} 2 \\ 3 \\ 5 \end{bmatrix}[/tex]

This system has one solution, not three; namely x = 2, y = 3, z = 5.

ivanyo said:
Any insight would be helpful - Thanks.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K