What are the 10 most often used functions in Sage?
... apart from , -, * and /
- integrate()
- diff()
- ... ?
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
help and ?? ;-)
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.
answered 2012-03-04 00:42:03 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
plot/list_plot
simplify/simplify_full
view
solve
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-08-19 09:19:16 +0100
Seen: 1,053 times
Last updated: Mar 04 '12
Clearly 'community wiki, I would say'. Can't believe I never saw this before...