Quote:
Originally Posted by ozfingwe hi there,
could anybody please give me a hint on how to go about solving the following system of complex number equations using Gauß' elimination algorithm (though I guess Cramer works too)?
x + i * y + (2-i) * z = 2 + i
(1+i) * x + 3i * z = 1 + 4i
-2x + (1-i) * y + (1+2i) * z = i
I got stuck after adding twice the first to the third and swapping third and second thereafter... :-/
thank you -
oz. |
Write down your augmented matrix:
Now, substract from Row 2 (1+i)*Row 1 and add twice Row 1 to Row 3:
Finally, add -i*Row 2 to Row 3:
Now solve beginning from Row 3 and backwards:

, now substitute this in Row 2 and find y, and then substitute in Row 3 and find x.
Tonio