Solving simultaneous equations

  • Context: Undergrad 
  • Thread starter Thread starter lavster
  • Start date Start date
  • Tags Tags
    Simultaneous equations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
lavster
Messages
213
Reaction score
0
when solving a system of simultaneous equations in matrix from (with the LHS = 0) why does the determinant of the matrix need to vanish?

thanks
 
Physics news on Phys.org
lavster said:
when solving a system of simultaneous equations in matrix from (with the LHS = 0) why does the determinant of the matrix need to vanish?

thanks

I'm guessing you're talking about a matrix equation Ax = 0, where A is an n x n matrix containing the coefficients of the variables, x is a column vector with n entries, and 0 is a column vector whose n entries are all zero. (BTW, you almost always see the zero vector on the right side of the equation, not the left.)

For a unique solution to the system, the determinant of A must be nonzero; i.e., must NOT vanish. If det(A) is not zero, then A has an inverse, so the solution to the system is obtained by multiplying both sides of the equation by A-1.

Ax = 0 ==> A-1Ax = A-10 == > x = 0

If the determinant of A vanishes (i.e., det(A) = 0), then A does not have an inverse, which means in this case that there are an infinite number of solutions.