Start the program Import the necessary libraries(numpy,scipy.linalg) Define the matrix using numpy Use lu(),lu_solve(),lu_factor() to get the solutions End the ...