SageMath 笔记
 
 
 
 
 
 
 
 
 
 
 
贡献者: addis
- 各种 Linux 安装库
- Ubuntu 直接
apt install sagemath
,然后在命令行用 sage
命令即可打开。bug there are so many dependencies
- can also search for sagemath on dockerhub, which is great.
- 如果安装之前用 conda 安装了 Jupyter Notebook,也会发现新建 Notebook 的时候可以选择 sage。
- 很多语法都和 python 一样,但也不完全是 python。
- 例如
type(1)
的类型是 sage.rings.integer.Integer
,而 python 中 type(1)
的类型是 int
。
- 快速上手教程。
 
 
 
 
 
 
 
 
 
 
 
© 小时科技 保留一切权利