让SageMath方便使用的若干方法

1 编译器

安装Sagemath,找到安装文件按照说明安装即可。

1 自带 notebook快捷方式, 双击进入 jupyternotebook.

2 还可以在shell里面安装sage -pip install jupyterlab.
打开在shell里面输入 sage -n jupyterlab即可.
安装资源在github里面. https://github.com/jupyterlab/jupyterlab

2 数学公式推导

更加数学化,在Sagemath命令行输入下面命令:

%display latex

或者

pretty_print_default(True)

例子:

sage: x, b, c = 

你可能感兴趣的:(SageMath)