What are the 10 most often used functions in Sage?
... apart from , -, * and /
- integrate()
- diff()
- ... ?
... apart from , -, * and /
Looking at the file
$HOME/.sage/ipython/history-sage
I see that my common recent commands are:
NumberField, ModularSymbols, factor, timeit, EllipticCurve
plot()
has got to be pretty high on the list, and maybe all of these require var()
!
print
__init__
cached_function
er, I can't edit that comment, but there are supposed to be two underscores around init XP
hg_sage
-- I use this all the time, although of course you can run hg outside of Sage to accomplish the same thing.time
and timeit
SteenrodAlgebra
-- well, I use it frequently, anyway...It definitely depends on the person. For me, probably, the top four commands are _.<t>=QQ[], NumberField, EllipticCurve, and ModularSymbol.
Asked: 14 years ago
Seen: 1,114 times
Last updated: Mar 04 '12
Clearly 'community wiki, I would say'. Can't believe I never saw this before...