Y
Hacker News
new
|
ask
|
show
|
jobs
by
chestervonwinch
3665 days ago
I see. I've always thought of sage as ipython+sympy+numpy+matplotlib+scipy ... sort of an enthought type of deal.
1 comments
hasch
3665 days ago
sagemath is such a distribution, but also a rather thick layer of algorithms on top of that. many of them are actually written in cython, to make them fast and to have a good binding with those libraries, etc.
link
mseri
3665 days ago
Also a syntax pre-parser to support more "standard" mathematical notation (one among the many: exponentiation using ^)
link