#Systems of linear equations

1 messages · Page 1 of 1 (latest)

glad lily
#

Hi! Is there a fast way to solve systems of linear equations when matrix has complex numbers (e.g. 2+i)? I understand that 2x2 and 3x3 matrices can be solved by Cramer's rule, but it already requires time to multiply complex numbers. How to quickly solve systems with 3+ equations with 3+ variables with complex multipliers? Or basically how to quickly find a deteminant of 3x3 and higher dimension square matrices? (I've just started my first year in university so I dont know advanced linear algebra and advanced techniques)

Also if the method is Gaussian or Gauss-Jordan then how to quickly work with complex multipliers? Unless I am wrong, when complex numbers are in matrix then it is block matrix so all transformations of multipliers are transformation with matrices inside the main matrix

Please correct me if I am wrong, I haven't spent a lot of time on linear algebra yet so I can misunderstand some conceptions

subtle dustBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
vivid wedge
glad lily
# vivid wedge Hm... Well, I'd just use Gauss, both for linear systems and determinants.

Could you suggest me sources where I can learn about Gauss for matrices that contain complex numbers? I had to solve 2x2 system and I tried to solve it with Gauss and I got confused during matrix transformation (when I solved default equations where all multipliers are real, I didn’t have any problems with Gauss (tho I haven’t dealt with general case with NxN system yet))

vivid wedge
glad lily
vivid wedge
#

I mean, I know how to compute determinants of any size, but it's just too time-consuming.

glad lily
vivid wedge
#

Just curious, is there some aspect you want to apply this to, or is this purely of theoretical interest?

glad lily
# vivid wedge Just curious, is there some aspect you want to apply this to, or is this purely ...

One of the reasons is that want to make my life easier when I will have to deal with more complex tasks. We have just started analytical geometry course (first year of bachelor) (first topic was complex numbers) and were given a 2x2 system of equations. When lecturer solved it, he had to go through a lot of transformations to get an answer while I did it quite quickly with Cramer's rule. Tho the thing that I am too lazy to calculate 3 or more multiplications of (x + iy) made me curious if there is a way to solve these things faster and then it has also gotten some patterns of curiosity to understand the general principle

vivid wedge
#

Though, just curious: what calculations are you doing in analytic geometry that involve complex matrices?

#

I've only used real ones.

glad lily
vivid wedge
glad lily
vivid wedge
#

Ah, ok. That seems like the usual, more or less.

#

Or, at least, similar to what I had.

glad lily
#

I don't know why but when I try to solve even 2x2 matrix with complex numbers by using Gauss, I cant get rid rather of real part or of imaginary part of a component so I just come just to another view of system which still has 2 variables in each equation (the only difference is that some multipliers have only real/imaginary part)

vivid wedge
#

So, if, say, we have a matrix of a system with a(11) = 1 and a(21) = 3 + 4i, then the first action would be II - (3 + 4i)*I.

glad lily
#

what is 'I' here?

#

also when I tried to do another thing, I got a triangle matrix which is solvable but it has already got several places where I will have to multiply 2 complex numbers (I gues the ammount of places where I will have to multiply 2 complex numbers will just grow higher and higher when I get to higher dimensions)

vivid wedge