Convert to upper triangular form with elementary row operations and then multiply the diagonal \
It's easier for some problems, especially 4x4 matricies.i always hated that method...
It's easier for some problems, especially 4x4 matricies.
This one looks like it could get pretty hairy with that though.
1*|b c | - 1*|a c | + 1*|a b |
|b2 c2| |a2 c2| |a2 b2|
|a b|
|c d|
Alright, how about this one:
|x 0 c|
|-1 x b|
|0 -1 a| = 0
Thanks so much!
What course/level is this for? I know its linear algebra, but is this a graduate or undergraduate level course?
Simplifying I get ax²+bx+c=0, but I suppose I'm confused as to what it's asking for. The problem simply says "solve" and I simplify to the generalized form for a quadratic.