Discussion: Introducing new operators for matrix computation

Paul Prescod paul at prescod.net
Fri Jul 14 09:43:48 EDT 2000


Gregory Lielens wrote:
> 
> ...
>
> I personnaly consider that linear algebra is an extension of simple
> arithmetic, almost on the same level as complex numbers (and usefull to
> the same kind of people which could use complex numbers).
> The fact that complex numbers are part of built-in python types and can
> be manipulated using standard arithmetic operators plead for a similar
> facility for linear algebra, imho.

That situation was entirely different. Complex numbers required very
little syntax and the object is built into Python. You are asking for a
lot of syntax but not proposing that your module go into Python. In
other words it is a lot of syntax that doesn't get used until you
install a third party module.

-- 
 Paul Prescod - Not encumbered by corporate consensus
It's difficult to extract sense from strings, but they're the only
communication coin we can count on. 
	- http://www.cs.yale.edu/~perlis-alan/quotes.html




More information about the Python-list mailing list