Question: How do i write a code to solve a matrix in Maple?

Write a Maple code that performs the Gaussian elimination for an nxn matrix, converting it to an upper triangular matrix. 

(Hint: you will need to use three for .. do loops.)

Please Wait...