Introduction - If you have any usage issues, please Google them yourself
This is a program to calculate Ax = b using complex Gaussian elimination method. A is a coefficient matrix. x is an unknown value vector. b is a right-hand side known vector.
We can get an unknown vector x. These vectors and matrix can have complex value.