Solving Homogeneous System of 3 Equations & 4 Variables

  • Thread starter Thread starter scientifico
  • Start date Start date
  • Tags Tags
    Homogeneous System
AI Thread Summary
In solving a homogeneous system of three equations with four variables, the determinant of the coefficient matrix is zero, indicating that Cramer's Rule cannot be applied. The discussion emphasizes that since the matrix is not square, Cramer's Rule is inapplicable regardless of which variable is considered known. Instead, row reduction or variable elimination methods are recommended to find solutions. The presence of free variables needs to be determined through these methods rather than relying on Cramer's Rule. Ultimately, using row reduction is the most effective approach for this type of system.
scientifico
Messages
181
Reaction score
0
Hi,
I'm solving out a homogeneous 3 equations and 4 variables system so I considered one variable as known term but the determinant of the matrix is 0, how do I use Cramer in this case ?
these are the 3 equations

2x + 3y - z - 2v = 0
4x - 3y - 5z + 5v = 0
8x + 3y - 7z + v = 0

determinant of {{2,3,-1},{4,-3,-5},{8,3,-7}} is 0

thanks
 
Physics news on Phys.org
scientifico said:
Hi,
I'm solving out a homogeneous 3 equations and 4 variables system so I considered one variable as known term but the determinant of the matrix is 0, how do I use Cramer in this case ?
these are the 3 equations

2x + 3y - z - 2v = 0
4x - 3y - 5z + 5v = 0
8x + 3y - 7z + v = 0

determinant of {{2,3,-1},{4,-3,-5},{8,3,-7}} is 0

thanks

The normal way to solve a system like this would be to use row reduction.
 
but how can I solve it with Cramer ?
 
scientifico said:
Hi,
I'm solving out a homogeneous 3 equations and 4 variables system so I considered one variable as known term but the determinant of the matrix is 0, how do I use Cramer in this case ?
these are the 3 equations
I don't think there is any reason that you should assume that one variable is known. This is apparently a system of three equations in four unknowns. The matrix of coefficients isn't square, so the concept of the determinant doesn't apply, and you can't use Cramer's Rule.
scientifico said:
2x + 3y - z - 2v = 0
4x - 3y - 5z + 5v = 0
8x + 3y - 7z + v = 0

determinant of {{2,3,-1},{4,-3,-5},{8,3,-7}} is 0

thanks
 
scientifico said:
but how can I solve it with Cramer ?
As already noted, Cramer's Rule doesn't apply here. Follow the advice that LCKurtz gave.
 
Also note that it isn't obvious just looking at the system whether there might be 1 or more free variables. You really need row reduction to answer that.
 
scientifico said:
Hi,
I'm solving out a homogeneous 3 equations and 4 variables system so I considered one variable as known term but the determinant of the matrix is 0, how do I use Cramer in this case ?
these are the 3 equations

2x + 3y - z - 2v = 0
4x - 3y - 5z + 5v = 0
8x + 3y - 7z + v = 0

determinant of {{2,3,-1},{4,-3,-5},{8,3,-7}} is 0

thanks

Cramer's rule only applies when the determinant of coefficients is nonzero. No matter which column you omit, the resulting 3x3 matrix has zero determinant, so in this question Cramer's Rule fails in every single case you try.

As others have suggested, just use row reduction; but an equivalent description would be: just use the variable-elimination method as taught in high school.
 
Last edited:
Back
Top