Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 663 Bytes

SageMath.md

File metadata and controls

23 lines (15 loc) · 663 Bytes

Updating SageMath to version 8.1 on Ubuntu 16.04 LTS

N|Solid

Sage is free, open-source math software that supports research and teaching algebra, geometry, number theory, cryptography, numerical computation, and related areas.

New Features!

  • Sage 8.1 was released in 7 December 2017.

Keywords: Differential equations, finite element method, numerical integration.

Installation

SageMath requires ./sage to run.

$ sudo apt-get install m4
$ cd SageMath
$ ./sage -upgrade
$ ./sage -v

Free Software, Yeah!