El sábado, 24 de diciembre de 2016, 11:27:16 (UTC+1), raulmaq...@gmail.com  
escribió:
> I do not know how to do this exercise, does anyone help me?
> 
> Define the matrix_range (m) function that returns the range of an array 
> calculated by the Gaussian method.
> 
> It should work with any number of rows and columns. No punctuation will be 
> given to deliveries that do not respect this requirement.
> 
> 
> Operating example:
> 
> >>> matrix_range ([[1,0,0], [0,1,0], [0,0,1]])
> 3

I need to do it in python
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to