Understanding Matrices Infinite: Case 3

In summary, we discussed the three cases for solving a matrix equation and how to determine them using the determinant of A. We also looked at a specific example and went through the steps to row-reduce the matrix to find the unique solution, no solution, and infinite solutions. We also corrected the order of the cases and clarified the terminology used.
  • #1
jwxie
281
0
I don't understand the asepcts of matrices infinite.

Let say I have 3 x 3 matrix

A = [ (A1) 2 3; 2 3 4; 4 4 5 ]
b = [ (b1); 2; 3]

I want to find all three conditions:
case 1 det =/ 0 - > unique solution
case 2 det = 0, no solution
case 3 infinite solution

I am actually writing a program for these 3 cases. I am only allow to change A1 and b2 (they are variables). I know how to program them. But what I don't understand is the concept of matrices in terms of the 3 cases.

Can someone explains, how does one gets case 3?
i see how case 2 you can use det to determine something solution or no solution.
what about case 3?
 
Physics news on Phys.org
  • #2
jwxie said:
I don't understand the asepcts of matrices infinite.

Let say I have 3 x 3 matrix

A = [ (A1) 2 3; 2 3 4; 4 4 5 ]
b = [ (b1); 2; 3]
I have no idea what this means. Do you mean you have the matrix equation Ax= b
[tex]\begin{bmatrix}A_1 & 2 & 3 \\ 2 & 3 & 4 \\ 4 & 4 & 5\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix}= \begin{bmatrix}b_1 \\ 2 \\ 3\end{bmatrix}[/tex]?

I want to find all three conditions:
case 1 det =/ 0 - > unique solution
case 2 det = 0, no solution
case 3 infinite solution

I am actually writing a program for these 3 cases. I am only allow to change A1 and b2 (they are variables). I know how to program them. But what I don't understand is the concept of matrices in terms of the 3 cases.

Can someone explains, how does one gets case 3?
i see how case 2 you can use det to determine something solution or no solution.
what about case 3?
A matrix equation, Ax= b, has a unique solution if and only if its determinant is non-zero. That means you can row-reduce A without getting a row consisting only of "0"s. If the determinant is 0, then row-reducing A will give at least one row consisting of "0"s. If the corresponding rows of b, row-reduced along with A, are also 0 there are an infinite number of solutions. If any of them are not 0, there is no solution.
 
  • #3
Yes. Thanks for the response. Here is the Matrix

3 2 0 | 4
0 1 2 | 0
4 0 0 | 0

I was looking at the reduction form - so if I make the first row reduces by 1/3 I will get 1 2/3 0 and 4/3
Now, I have the first two rows fit in the diagonally form of 1 1 1. But the third room, how do I make the 3rd zero into 1 so I have 1 1 1 for each row?
Work out det(A) as a function of alpha. All values where det(A) is not 0 are unique solutions.

For the one value of alpha where det(A) = 0, I would use row reduction on the system to find the values of beta that produce an inconsistent (no solutions) or consistent (infinite solutions) system.

You have your cases listed incorrectly, which will make it hard to solve your problem. They should be:

case 1 det A /= 0 -> unique solution
case 2 det A = 0, no solution
case 3 det A = 0, infinite solutions

The determinant of A depends only on A, so you need b to distinguish between cases 2 and 3.
 
  • #4
jwxie said:
Yes. Thanks for the response. Here is the Matrix

3 2 0 | 4
0 1 2 | 0
4 0 0 | 0

I was looking at the reduction form - so if I make the first row reduces by 1/3 I will get 1 2/3 0 and 4/3
Now, I have the first two rows fit in the diagonally form of 1 1 1. But the third room, how do I make the 3rd zero into 1 so I have 1 1 1 for each row?
What happened to A1 and b1?

Any way, you can, as you say, multiply the first row by 1/3 to get a 1 in the first cell of the first row. But you should not worry about the other columns until you have completed the first column. You want
[tex]\begin{bmatrix}1 \\ 0 \\ 0\end{bmatrix}[/tex]
and already have a "0" in the second row so just subtract 4 times that (new) first row from the third:
[tex]\left[\begin{array}{ccc}1 & \frac{2}{3} & 0 \\ 0 & 1 & 2 \\ 0 & -\frac{8}{3} & 0\end{array}\right |\left|\begin{array}{c}\frac{4}{3} \\ 0 \\ -\frac{16}{3}\end{array}\right][/tex]

Now, you already have a "1" in the "pivot" position, the second cell in the second row. To get rid of that "-8/3" add 8/3 times the second row to the third:
[tex]\left[\begin{array}{ccc}1 & \frac{2}{3} & 0 \\ 0 & 1 & 2 \\ 0 & 0 & \frac{16}{3}\end{array}\right |\left|\begin{array}{c}\frac{4}{3} \\ 0 \\ -\frac{16}{3}\end{array}\right][/tex]

Notice that, in doing that the final pivot position, the third cell in the third row, is no longer 0. The final step to get it in "echelon" form would be to divide the third row by 16/3.
If you want it in diagonal form, it is easy to "back substitute".

By the way, in talking about matrices, the standard English term is "cell", not "room".
 
Last edited by a moderator:

1. What is the purpose of studying matrices infinite in case 3?

The purpose of studying matrices infinite in case 3 is to understand and analyze the behavior of matrices with infinitely many rows and columns. This includes looking at their properties, operations, and applications in various fields such as mathematics, computer science, and physics.

2. How are matrices infinite in case 3 different from finite matrices?

The main difference between matrices infinite in case 3 and finite matrices is that the former has infinitely many rows and columns, while the latter has a finite number of rows and columns. This leads to different properties and behaviors, such as the existence of infinite eigenvalues and the need for specialized techniques to perform operations on infinite matrices.

3. What are some common applications of matrices infinite in case 3?

Matrices infinite in case 3 have various applications in different fields. They are commonly used in probability and statistics, where they represent infinite samples or populations. They are also important in dynamical systems, where they can model the behavior of a system over time. Additionally, they have applications in functional analysis, where they represent linear transformations between infinite-dimensional vector spaces.

4. What are some challenges in understanding matrices infinite in case 3?

One of the main challenges in understanding matrices infinite in case 3 is the concept of infinity itself. It can be difficult to grasp the idea of an infinite number of rows and columns and how operations and properties behave in this context. Additionally, the techniques used for finite matrices may not always apply to infinite matrices, requiring the use of specialized methods.

5. Are there any real-world examples of matrices infinite in case 3?

Yes, there are many real-world examples of matrices infinite in case 3. In physics, the Hamiltonian matrix used in quantum mechanics is an example of an infinite matrix. In finance, Markov chain models use infinite matrices to represent the probabilities of transitions between states. In image analysis, infinite matrices can be used to represent continuous images. These are just a few examples; there are many more applications in various fields.

Similar threads

  • Linear and Abstract Algebra
Replies
11
Views
4K
  • Linear and Abstract Algebra
Replies
6
Views
2K
Replies
7
Views
823
Replies
13
Views
2K
  • Linear and Abstract Algebra
Replies
6
Views
767
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
702
  • Linear and Abstract Algebra
Replies
8
Views
765
  • Linear and Abstract Algebra
Replies
8
Views
857
  • Linear and Abstract Algebra
Replies
10
Views
2K
Back
Top