Jump to content

Recommended Posts

Posted

Hello,

 

I was just curious why cramer's rule does not work for infinite solutions. My teacher said that in the class today, but he did not go into details... Can anyone please exaplin that to me...

 

Thanks

Posted

Because if you have an infinite number of solutions, the determinant of the coefficient matrix (the denominator) will be zero.

And as you know, division by zero doesn't work.

 

If you want, I'll show an example as soon as I figure out how to write matrices in latex.

Posted

From

\left[ \begin{array}{ccc} a & b & c \\ d & e & 5 \\ 3 & g & h \end{array} \right]

you get

[math] \left[ \begin{array}{ccc} a & b & c \\ d & e & 5 \\ 3 & g & h \end{array} \right] [/math]

Posted

I think I understand what you meant by "infinite solutions" now, so here goes an example:

Equation system:

equation 1: 1*x + 1*y = 0

equation 2: 1*x + 1*y = 0

Of course, the system of equations is solved for any x=-y, meaning there is an infinite number of solutions (x=-y=1, x=-y=2, ...).

Applying Cramer's rule, you get [math] x = \frac{\text{det} \left[ \begin{matrix} 0 & 1 \\ 0 & 1 \end{matrix} \right]}{\text{det} \left[ \begin{matrix} 1 & 1 \\ 1 & 1 \end{matrix} \right]} = 0/0[/math].

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.