Python program to solve the homogenous system Ax=0 This program gives the general solution in parametric vector form. It accept as input the size of the matrix, i.e. the number of rows and the number of columns of A, and also the entries of A. The input is read from a text file.