a program to solve complex matrices using lists. The n by n+1 augmented matrix must be entered a column at a time into the permanent list L1, which is of length n(n+1), before running the program. The solution is stored in the list L2.