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