Suppose I were to be given 3 equations involving variables a, b, and c. The goal of the problem is t

Frederick Kramer

Frederick Kramer

Answered question

2022-07-01

Suppose I were to be given 3 equations involving variables a, b, and c. The goal of the problem is to find the number of solutions (they do not necessarily have to be real) for the system of equations. Would it be more logical to use Cramer's Rule to solve the linear system or to use basic algebra? A roadmap of the following example problem or the like would be helpful.
A basic system taken from the book would be:
{ 3 a + 4 y z = 4 3 a + 2 b 11 c = 13 a + 2 b + 3 c = 7

Answer & Explanation

Darrell Valencia

Darrell Valencia

Beginner2022-07-02Added 10 answers

There are several good ways to solve systems of linear equations, and the best method to use in any given situation is the one that requires the least amount of work. However, that will depend on the particular equations that you’re trying to solve.
Generally linear algebra offer more useful techniques especially if the matrix has some special structure.
In your case, for example, the Rouché-Capelli theorem says that there are infinite solutions with 1 degree of freedom.
fythynwyrk0

fythynwyrk0

Beginner2022-07-03Added 7 answers

I would recommend linear algebra (read up on row reduction). Row-reduction is basically like basic algebra, just formalized and put into a notation that the computer can easily use. Good question though! Cramer's Rule is a way, but it uses determinants, which take longer and longer to compute as the matrix (system of equations) gets larger. Don't hesitate to ask questions about row-reduction if you have any!

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?