A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-July/006503.html below:

Introducing new operators formatrix computation]

[Python-Dev] Re: [Fwd: Discussion: Introducing new operators formatrix computation] [Python-Dev] Re: [Fwd: Discussion: Introducing new operators formatrix computation]Ka-Ping Yee ping@lfw.org
Fri, 14 Jul 2000 03:09:10 -0700 (PDT)
On Thu, 13 Jul 2000, Huaiyu Zhu wrote:
> 
> You are almost there.  :-) The current MatPy expression is
> 	solve (X.H() * X, X.H() * y)

I was about to suggest something similar, but you beat me to it.

I think that expression looks great.  If you can say it that
concisely, i don't think you need to throw in extra operators
at all (let alone a half-dozen of them that are incomprehensible
to anyone outside of the Matlab community).

I actually believe

    solve(X.H()*X, X.H()*y)

is *clearer* than

    (X'*X)\(X'*y)

(What does the backslash mean?  What does the tick mark mean?
At least solve() is clear, and if i understood what H() stood
for, it would mean more than a tick mark.)


-- ?!ng





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4