Size: 2396
Comment:
|
Size: 2483
Comment: basic creation of page is ongoing
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
I am using SageMath as a general term for several different but closely related things: | SageMath or Sage is an open source implementation of mathematics and scientific software based on Python. On this page I am using SageMath as a general term for several different but closely related things: |
Line 35: | Line 35: |
Running on the Web | == Running on the Web == Either version can be run on the web using freely available services. Generally you need to register to get an account. There are many more servers than these two, but here are two that are both close to the developers of SageMath: |
Line 37: | Line 38: |
Either version can be run on the web using freely available services. Generally you need to register to get an account. There may be many more servers but here are two that are both close to the developers of SageMath: | * For the notebook: http://www.sagenb.org/ |
Line 39: | Line 40: |
For the notebook: http://www.sagenb.org/ http://www.sagenb.org/ For the cloud: https://cloud.sagemath.com/?utm_source=sagemath.org&utm_medium=banner https://cloud.sagemath.com/?utm_source=sagemath.org&utm_medium=banner |
* For the cloud: https://cloud.sagemath.com/?utm_source=sagemath.org&utm_medium=banner |
Line 48: | Line 43: |
http://www.sagemath.org/ | * Master link to the head of the river: http://www.sagemath.org/ |
Line 50: | Line 45: |
It has its own wiki: http://wiki.sagemath.org/ |
* It has its own wiki: http://wiki.sagemath.org/ |
SageMath
This is a new draft page, do not expect much yet, working on it,
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!
SageMath or Sage is an open source implementation of mathematics and scientific software based on Python. On this page 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
There are some limitations I am not entirely clear on how extensive they are but seem to stem from the fact that since SageMath is server based you do not have as full control over the server as you do over a machine sitting on your lap.
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. It is currently in beta release, seems pretty functional.
Work with Sage, or run Python, R, GAP, M2 and more in the Cloud.
Running on the Web
Either version can be run on the web using freely available services. Generally you need to register to get an account. There are many more servers than these two, but here are two that are both close to the developers of SageMath:
For the notebook: http://www.sagenb.org/
For the cloud: https://cloud.sagemath.com/?utm_source=sagemath.org&utm_medium=banner
Other Links
Master link to the head of the river: http://www.sagemath.org/
It has its own wiki: http://wiki.sagemath.org/