Solve Matrix Equations: Ax=b | Help with A, b, x

  • Thread starter Thread starter skujesco2014
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
The discussion revolves around solving the matrix equation Ax=b, where A has a zero determinant, indicating infinite solutions. The user finds a parameterized solution x=(0, 5/9, 1)^T that satisfies the reduced system but not the original, raising confusion about the relationship between the two systems. It is clarified that the kernel of the matrix contains the vector (1, 5, 9), and the user has incorrectly scaled the x_1 component in their parameterization. The key takeaway is that while the reduced system may yield valid solutions, they must also satisfy the original system, highlighting the importance of careful parameterization. Understanding the kernel's role is crucial for resolving the discrepancies in solutions.
skujesco2014
Messages
24
Reaction score
0
Hi, all. I'm in desperate need of assistance with a matrix I can't get my head around of. I want to solve a system of equations of the type Ax=b, where

<br /> A=\begin{pmatrix}<br /> 2 &amp; 5 &amp; -3 \\<br /> 1 &amp; -2 &amp; 1 \\<br /> 7 &amp; 4 &amp; -3<br /> \end{pmatrix}<br />

and where

<br /> b=\begin{pmatrix}<br /> -2 \\<br /> -1 \\<br /> -7 <br /> \end{pmatrix}<br />



that is, b is the negative of the first column. Written as it is above, A has zero determinant and the determinant formed when thek^{th} column of A is substituted by the vector b is clearly zero as well. A theorem says that in this case the system has infinite solutions. If one reduces the system to reduced row-echelon form the solutions can be parameterized as, for example, x_3=t,x_2=5t/9,x_1=t−1. An immediate solution by inspection is x=(−1,0,0)^T which one obtains letting t=0.

But let's give another value of t, for example, t=1 which gives x=(0,5/9,1)^T. This is one of the parameterized solutions and yet it does not satisfy the original system. It does, however, satisfy the reduced system obtained from the original by gaussian elimination and should be equivalent, i.e.,

<br /> \begin{cases}<br /> x_1-x_3 &amp;=-1\\<br /> 9x_2-5x_3 &amp; = 0<br /> \end{cases}<br />


But shouldn't my parameterized solution satisfy both original and reduced systems, no matter what? Yet, the only satisfying solution for the original system seems to be x=(−1,0,0)^T. What am I not seeing here?

Thanks in advance.
 
Mathematics news on Phys.org
I'm sorry you are not generating any responses at the moment. Is there any additional information you can share with us? Any new findings?
 
The vector

<br /> \left(\begin{array}{c}<br /> 1 \\ 5 \\ 9 \\<br /> \end{array}\right)<br />

is contained in the kernel of the mentioned matrix, and all other elements of the kernel can be obtained by scaling this. It seems you have attempted to scale this by a factor \frac{t}{9} with a real coefficient t, but you have made a mistake with the x_1 component.
 
  • Like
Likes 1 person
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...

Similar threads

Replies
4
Views
1K
Replies
16
Views
4K
Replies
9
Views
5K
Replies
42
Views
4K
Replies
8
Views
3K
Replies
9
Views
3K
Back
Top