On 16/08/20 4:26 am, Ricky Teachey wrote:
There are certainly instances where I've needed to used matrices to solve a system of equations in an automated way. But most of time it's simply not needed,

If we're going to have a class that supports matrix multiplication,
I think we should at least have the ability to invert a square
matrix.

And once you have the machinery for that, it's only a small step
to use it for solving systems of equations, so we might as well
provide that too. It would cost very little extra, and might be
useful.

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/YW5P5C73RFGBREIGSWAAXR4YZK3JDGYU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to