The discussion revolves around solving a system of linear equations represented as AX=B, where the matrix A has elements defined by the row index. The original poster expresses confusion regarding the application of Gauss's method in this context, particularly in relation to the structure of the matrix and the resulting equations.
Discussion Character
Exploratory, Assumption checking, Problem interpretation
Approaches and Questions Raised
Participants explore the implications of the matrix structure, questioning the determinant of A and its significance in determining the solvability of the system. The original poster seeks clarification on how to set up the problem and apply Gaussian elimination effectively.
Discussion Status
The discussion is ongoing, with participants providing insights into the nature of the matrix and its determinant. Some guidance has been offered regarding the relationship between the determinant and the uniqueness of solutions, but there is no explicit consensus on how to proceed with the solution.
Contextual Notes
There is a noted lack of familiarity with determinants among some participants, which may hinder their understanding of the implications for the system of equations. The original poster is also grappling with the setup of the problem, indicating a need for foundational knowledge in matrix algebra.
Gauss' method of solving system of linear equations
The Attempt at a Solution
Now the thing is, when I usually solve a system of equation with Gauss I usually get 3 normal equations. It's the first time I get this and I'm not even sure of what I have in my hands...
If [itex]a_{i,j}=i[/itex] then the two first rows are [itex]
\begin{pmatrix}<br />
1 & 1 & ... \\<br />
2 & 2 & ... \\<br />
... & ... & ... \\<br />
\end{pmatrix}[/itex] What does that tell you about the determinant of A?
Gauss' method of solving system of linear equations
The Attempt at a Solution
Now the thing is, when I usually solve a system of equation with Gauss I usually get 3 normal equations. It's the first time I get this and I'm not even sure of what I have in my hands...
Could somebody help?[/B]
It's not clear what you mean when you say you get 3 normal equations when you use Gauss' method. Normal equations are formed when you multiply A by its transpose, and this method of forming normal equations is frequently used to solve for the unknown coefficients in a regression equation. Even then, the system of normal equations must be solved using some technique, but because the resulting system is usually only a 2 x 2 or a 3 x 3, Cramer's Rule can be employed rather than Gaussian elimination.
Your present system of equations is a little more general. The matrix of coefficients A is composed of elements where each element in a particular row is equal to its row number. That's what ##a_{ij} = i## means. Ditto for the RHS: the value of each element in the B vector is also equal to the row number.
Applying Gaussian elimination to this system of equations will produce an upper triangular matrix of coefficients with just a single non-zero coefficient in the n-th equation. The n-th unknown can then be solved and the values of the other n-1 unknowns can be determined in turn by proceeding from the n-th equation back to the first equation, using back-substitution.
It's not clear what you mean when you say you get 3 normal equations when you use Gauss' method. Normal equations are formed when you multiply A by its transpose, and this method of forming normal equations is frequently used to solve for the unknown coefficients in a regression equation. Even then, the system of normal equations must be solved using some technique, but because the resulting system is usually only a 2 x 2 or a 3 x 3, Cramer's Rule can be employed rather than Gaussian elimination.
Your present system of equations is a little more general. The matrix of coefficients A is composed of elements where each element in a particular row is equal to its row number. That's what ##a_{ij} = i## means. Ditto for the RHS: the value of each element in the B vector is also equal to the row number.
Applying Gaussian elimination to this system of equations will produce an upper triangular matrix of coefficients with just a single non-zero coefficient in the n-th equation. The n-th unknown can then be solved and the values of the other n-1 unknowns can be determined in turn by proceeding from the n-th equation back to the first equation, using back-substitution.
So I'm supposed to solve this generally ? I just meant that it's the first time I get something like this. Never saw this.
How do I even begin this in the first place ? I know how to use Gauss, it's just the setting up that's causig problems.
#5
Physicaa
53
1
SteamKing said:
It's not clear what you mean when you say you get 3 normal equations when you use Gauss' method. Normal equations are formed when you multiply A by its transpose, and this method of forming normal equations is frequently used to solve for the unknown coefficients in a regression equation. Even then, the system of normal equations must be solved using some technique, but because the resulting system is usually only a 2 x 2 or a 3 x 3, Cramer's Rule can be employed rather than Gaussian elimination.
Your present system of equations is a little more general. The matrix of coefficients A is composed of elements where each element in a particular row is equal to its row number. That's what ##a_{ij} = i## means. Ditto for the RHS: the value of each element in the B vector is also equal to the row number.
Applying Gaussian elimination to this system of equations will produce an upper triangular matrix of coefficients with just a single non-zero coefficient in the n-th equation. The n-th unknown can then be solved and the values of the other n-1 unknowns can be determined in turn by proceeding from the n-th equation back to the first equation, using back-substitution.
How do I get my system now ? I m going to go sleep, I hope I get an answer :(
Look at the clue given to you by Svein in Post #2.
What can you say about the determinant of A in general, given its composition?
#7
Physicaa
53
1
SteamKing said:
Look at the clue given to you by Svein in Post #2.
What can you say about the determinant of A in general, given its composition?
Well it's going to be the "i" that we place in it. like 1,1,1,1...,1
2,2,2,...,2
etc.
Oh I didn't notice his post. Sorry
#8
Physicaa
53
1
Svein said:
If [itex]a_{i,j}=i[/itex] then the two first rows are [itex]
\begin{pmatrix}<br />
1 & 1 & ... \\<br />
2 & 2 & ... \\<br />
... & ... & ... \\<br />
\end{pmatrix}[/itex] What does that tell you about the determinant of A?
So there's no other way for me to determine the answer ?
I don't know what to tell you.
Studying matrix algebra without studying determinants is like studying arithmetic but omitting discussions of multiplication.
If you don't know what a determinant is, Cramer's Rule is off the table, for example, since that method is based entirely on calculating determinants.
While you don't need to explicitly calculate the determinant of the matrix of coefficients to use Gaussian elimination, knowledge that the determinant is not zero suggests that there is a unique solution to the associated system of linear equations.
#12
Physicaa
53
1
SteamKing said:
I don't know what to tell you.
Studying matrix algebra without studying determinants is like studying arithmetic but omitting discussions of multiplication.
If you don't know what a determinant is, Cramer's Rule is off the table, for example, since that method is based entirely on calculating determinants.
While you don't need to explicitly calculate the determinant of the matrix of coefficients to use Gaussian elimination, knowledge that the determinant is not zero suggests that there is a unique solution to the associated system of linear equations.
I didn't say we won'T learn it, we just didn't at the moment. Now what I wonder is why did I get this problem if it's not possible for me to solve it without any tools...
I didn't say we won'T learn it, we just didn't at the moment. Now what I wonder is why did I get this problem if it's not possible for me to solve it without any tools...
Well, skip determinants for the time being.
Hve you learned how to tell if a system of linear equations is independent?
I didn't say we won'T learn it, we just didn't at the moment. Now what I wonder is why did I get this problem if it's not possible for me to solve it without any tools...
You do not need determinants; you just need to actually know how Gaussian elimination works. Then you need to carry out the actual Gaussian elimination steps. I mean: do it instead of agonizing about it.
To help you get going, I suggest very strongly that you do it from start to finish first for the case of n = 2 and then for the case of n = 3. Both of these are small enough that you should have no difficulties. Come back with more questions (if you need to) after you have done what I suggested.
#15
Physicaa
53
1
Ray Vickson said:
You do not need determinants; you just need to actually know how Gaussian elimination works. Then you need to carry out the actual Gaussian elimination steps. I mean: do it instead of agonizing about it.
To help you get going, I suggest very strongly that you do it from start to finish first for the case of n = 2 and then for the case of n = 3. Both of these are small enough that you should have no difficulties. Come back with more questions (if you need to) after you have done what I suggested.
Ok I'll go try and see if i can figure it out.
#16
Physicaa
53
1
Physicaa said:
Ok I'll go try and see if i can figure it out.
Ray Vickson said:
You do not need determinants; you just need to actually know how Gaussian elimination works. Then you need to carry out the actual Gaussian elimination steps. I mean: do it instead of agonizing about it.
To help you get going, I suggest very strongly that you do it from start to finish first for the case of n = 2 and then for the case of n = 3. Both of these are small enough that you should have no difficulties. Come back with more questions (if you need to) after you have done what I suggested.