Sage stands for System for Algebra and Geometry Experimentation, is an free and open-source mathematics software system under the GPL. Sage is a computer algebra system.It builds on top of many existing open-source packages such as :-
NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.
The originator and leader of the SageMath project, William Stein, is a mathematician at the University of Washington.
installation process of sage :-
# apt-add-repository -y ppa:aims/sagemath
# apt-get update
# apt-get install sagemath-upstream-binary
# apt-get install sagemath
after this type sage on linux terminal to run it.
sage will start, then run notebook() and press enter it will automatically open your default web browser, you may now start working.
Note :- sage contain all the working data under /home/user/.sage/ if you want to take
backup simply copy all the content under this and again paste here when you want
your data back on working sage machine.
NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.
The originator and leader of the SageMath project, William Stein, is a mathematician at the University of Washington.
installation process of sage :-
# apt-add-repository -y ppa:aims/sagemath
# apt-get update
# apt-get install sagemath-upstream-binary
# apt-get install sagemath
after this type sage on linux terminal to run it.
sage will start, then run notebook() and press enter it will automatically open your default web browser, you may now start working.
Note :- sage contain all the working data under /home/user/.sage/ if you want to take
backup simply copy all the content under this and again paste here when you want
your data back on working sage machine.

0 Comments:
Post a Comment