Differences between revisions 2 and 3
Revision 2 as of 2014-02-07 18:03:00
Size: 1285
Editor: RussHensel
Comment:
Revision 3 as of 2014-02-07 18:14:01
Size: 1427
Editor: RussHensel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This is a new draft page, do not expect much RussHensel started this and should clean it up in the next week or two, it is not linked to anything but my home page now
Line 4: Line 5:
This is a new draft page, do not expect much RussHensel started this and should clean it up in
the next week or two, it is not linked to anything but my home page now
Please do not delete me, send me an email instead, telling what I did wrong!
Line 9: Line 9:
Generically SageMath is Python plus a lot of math and science extensions plus some
SageMath specific extensions. What does it do? Since it is Python, it does most of what Python does.
== SageMath General ==

Gener
ically SageMath is Python plus a lot of math and science extensions plus some SageMath specific extensions. What does it do? Since it is Python, it does most of what Python does.
Line 16: Line 17:
Algebra
Limits
Taylor Series
Graphing
and on and on
 * Algebra
 * Limits
 * Taylor Series
 * Graphing
 * and on and on
Line 22: Line 23:
SageMath Notebook == SageMath Notebook   ==
Line 26: Line 27:
SageMath Cloud  == SageMath Cloud   ==
Line 29: Line 30:

SageMath here.

This is a new draft page, do not expect much RussHensel started this and should clean it up in the next week or two, it is not linked to anything but my home page now

Please do not delete me, send me an email instead, telling what I did wrong!

I am using SageMath as a general term for several different but closely related things:

SageMath General

Generically SageMath is Python plus a lot of math and science extensions plus some SageMath specific extensions. What does it do? Since it is Python, it does most of what Python does.

Since the math/science extensins have bee added it does what NimPy, Mathplot.... do.

And it does all sorts of math, both numeric and symbolic. This includes:

  • Algebra
  • Limits
  • Taylor Series
  • Graphing
  • and on and on

SageMath Notebook

In this version the user uses a web browser to access "Worksheets" A worksheet is a series of cells each of which contains some Python code. Each cell can be executed seperately with the output appearing below the cell. Worksheets can be saved, opened, downloaded, etc.. Technically the notebook has a web server component which runs either on a seperate machine from the client, or on the same machine.

  • == SageMath Cloud ==

This version is similiar to the SageMath Notebook but runs on a beefed up server and offers beefed up services which I will describe later

SageMath (last edited 2014-02-14 13:30:34 by RussHensel)

Unable to edit the page? See the FrontPage for instructions.