I am new to sage and have to write a function that reduced a matrix to row-echelon form. How do I assign the number of rows to the variable i inside a user-defined function?
1 | initial version |
I am new to sage and have to write a function that reduced a matrix to row-echelon form. How do I assign the number of rows to the variable i inside a user-defined function?