SageMath安装及使用
生活随笔
收集整理的這篇文章主要介紹了
SageMath安装及使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、下載Sage安裝包
Sage下載地址
我選擇的是ubuntu 18的,下載的sage-9.4-Ubuntu_18.04-x86_64.tar.bz2這個。
二、安裝Sage
解壓包
解壓時間比較久點,解壓成功后,有SageMath文件夾出來。
然后cd SageMath
sage/SageMath$ tree -L 1 . ├── COPYING.txt ├── Makefile ├── Pipfile ├── Pipfile.m4 ├── README.md ├── VERSION.txt ├── bootstrap ├── build ├── condarc.yml ├── config ├── config.status ├── configure ├── configure.ac ├── docker ├── environment-optional.yml ├── environment.yml ├── local ├── logs ├── m4 ├── pkgs ├── pyrightconfig.json ├── sage ├── src ├── tox.ini └── upstream9 directories, 16 files三、測試基本功能
運行sage
我們做下基本的運算,測試一下基本功能,功能正常。
sage: 100 * 10 1000 sage: sage: sage: matrix([[1,2], [3,4]])^(-1) [ -2 1] [ 3/2 -1/2] sage: sage:四、相關文檔
https://doc.sagemath.org/html/en/a_tour_of_sage/index.html
https://doc.sagemath.org/html/en/tutorial/index.html
文檔:https://doc.sagemath.org/
總結
以上是生活随笔為你收集整理的SageMath安装及使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php中子类实现多接口,PHP子类无法实
- 下一篇: 框架开发管理流程图