System of homogeneous equations

AdityaDev
Messages
527
Reaction score
33
I got three equations:
l-cm-bn=0
-cl+m-an=0
-bl-am+n=0
In my textbook, its written "eliminating l, m, n we get:"
$$
\begin{vmatrix}
1& -c& -b\\
-c& 1& -a\\
-b& -a& 1\\
\end{vmatrix}=0
$$
but if I take l, m, n as variables and since ##l=\frac{\Delta_1}{\Delta}## (Cramer's rule) and ##\Delta_1=0##, then if ##\Delta=0##,you get an indeterminate form.
Is the expression given in my textbook correct?
 
Mathematics news on Phys.org
AdityaDev said:
I got three equations:
l-cm-bn=0
-cl+m-an=0
-bl-am+n=0
In my textbook, its written "eliminating l, m, n we get:"
$$
\begin{vmatrix}
1& -c& -b\\
-c& 1& -a\\
-b& -a& 1\\
\end{vmatrix}=0
$$
but if I take l, m, n as variables and since ##l=\frac{\Delta_1}{\Delta}## (Cramer's rule) and ##\Delta_1=0##, then if ##\Delta=0##,you get an indeterminate form.
Is the expression given in my textbook correct?

It's not clear what is going on in your textbook. To me, it looks like l, m, and n are the unknown variables for this system. If elimination were correctly carried out on the matrix of coefficients, then you would be left with only 1's on the main diagonal and only zeros to the lower left of the main diagonal.

In any event, the solution of a system homogeneous linear equations requires special consideration. If the determinant of the matrix of coefficients is not equal to zero, then l = m = n = 0 is the only solution to the system. If the determinant of the matrix of coefficients equals zero, there is an infinite number of solutions.

http://en.wikipedia.org/wiki/System_of_linear_equations

This article at least gets the basics right.
 
Its taken from a question:
"If the planes x=cy+bz, y=az+cx and z=bx+ay pass through a line, then the value of ##a^2+b^2+c^2+2abc=##?
They took the direction cosines of the lines to be l, m, n and since the line is perpendicular to the normals of all three planes, you get the above 3 equations.
 
If three planes going through a line, then the homogeneous system of linear equation you wrote has a non-zero solution. The coefficient matrix is square, so this can happen if and only if its determinant is non-zero. And the coefficient matrix is exactly the matrix you wrote, so its determinant must be zero. That what they meant by "eliminating l, m, and n".
 
  • Like
Likes AdityaDev
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top