- #1
iopz
- 3
- 0
- TL;DR Summary
- Study the solutions of a complex linear system of three equations and three variables upon variation of two parameters.
I have to study the solutions of the following system of three equations and three unknowns upon variation of parameters k and h.
ix1+kx2-x3 = 1+i
(k+i)x1+(1-i)x2-(ik-1)x3 = h
kx1+(4+2i)x2-(k-3-3i)x3 = 1-i
Obviously i is the imaginary unit.
And as stated k and h are the parameters .
I can't find a way to solve these kinds of system in a "clean" way w/out tons of computations and huge resulting equations.
I've thought about various methods (Cramer's rule, gauss reduction & Rouche-Capelli theorem, just straight up substitution) but all of them still require lots of computation and give insane results.
These kinds of system are present in all the tests of my linear algebra faculty and it seems strange to me that there wouldn't be a "cleaner" and faster way to solve them.
Cause all the other exercises are much easier (in terms of computations) with the right method.
How would you go to solve this? Is there any quicker way?
Thanks in advance.
ix1+kx2-x3 = 1+i
(k+i)x1+(1-i)x2-(ik-1)x3 = h
kx1+(4+2i)x2-(k-3-3i)x3 = 1-i
Obviously i is the imaginary unit.
And as stated k and h are the parameters .
I can't find a way to solve these kinds of system in a "clean" way w/out tons of computations and huge resulting equations.
I've thought about various methods (Cramer's rule, gauss reduction & Rouche-Capelli theorem, just straight up substitution) but all of them still require lots of computation and give insane results.
These kinds of system are present in all the tests of my linear algebra faculty and it seems strange to me that there wouldn't be a "cleaner" and faster way to solve them.
Cause all the other exercises are much easier (in terms of computations) with the right method.
How would you go to solve this? Is there any quicker way?
Thanks in advance.