Ask Your Question
1

What are the 10 most often used functions in Sage?

asked 2010-08-19 09:19:16 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

... apart from , -, * and /

  • integrate()
  • diff()
  • ... ?
edit retag flag offensive close merge delete

Comments

Clearly 'community wiki, I would say'. Can't believe I never saw this before...

kcrisman gravatar imagekcrisman ( 2012-03-03 22:03:24 +0200 )edit

8 Answers

Sort by ยป oldest newest most voted
2

answered 2010-08-19 13:51:57 +0200

William Stein gravatar image

Looking at the file

$HOME/.sage/ipython/history-sage

I see that my common recent commands are:

NumberField, ModularSymbols, factor, timeit, EllipticCurve
edit flag offensive delete link more
1

answered 2010-08-19 12:09:19 +0200

niles gravatar image

plot() has got to be pretty high on the list, and maybe all of these require var()!

edit flag offensive delete link more
1

answered 2010-08-19 13:35:55 +0200

William Laffin gravatar image

updated 2012-03-03 11:00:03 +0200

DSM gravatar image
print
__init__
cached_function
edit flag offensive delete link more

Comments

er, I can't edit that comment, but there are supposed to be two underscores around init XP

William Laffin gravatar imageWilliam Laffin ( 2010-08-19 14:40:29 +0200 )edit
1

answered 2010-08-19 12:41:26 +0200

mvngu gravatar image
  • search_*
  • tutorial()
edit flag offensive delete link more
1

answered 2010-08-19 16:36:20 +0200

  • 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...
edit flag offensive delete link more
1

answered 2010-08-19 10:21:58 +0200

jsrn gravatar image

help and ?? ;-)

edit flag offensive delete link more
0

answered 2012-03-04 00:42:03 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

plot/list_plot

simplify/simplify_full

print

view

solve

edit flag offensive delete link more
0

answered 2010-08-19 17:12:20 +0200

Soroosh gravatar image

It definitely depends on the person. For me, probably, the top four commands are _.<t>=QQ[], NumberField, EllipticCurve, and ModularSymbol.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2010-08-19 09:19:16 +0200

Seen: 919 times

Last updated: Mar 04 '12