I need a lot of help...

Peter Pearson pkpearson at nowhere.invalid
Sat Dec 24 18:49:18 EST 2016


On Sat, 24 Dec 2016 02:27:05 -0800 (PST), raulmaqueda6398 at gmail.com wrote:
> 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 don't know any definition of "matrix range" that fits this description.
Is it possible that someone means "rank"?

-- 
To email me, substitute nowhere->runbox, invalid->com.



More information about the Python-list mailing list