欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
SageMath
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 |
||
第31行: | 第31行: | ||
==项目== | ==项目== | ||
+ | *[https://github.com/sagemath SageMath @ GitHub] | ||
+ | *[https://github.com/sagemath/sage-shell-mode sage-shell-mode] [[Emacs]] front end for SageMath | ||
==图集== | ==图集== | ||
第39行: | 第41行: | ||
==链接== | ==链接== | ||
*[https://www.sagemath.org SageMath 官网] | *[https://www.sagemath.org SageMath 官网] | ||
− | |||
[[category:mathematics]] | [[category:mathematics]] |
2025年3月17日 (一) 03:03的最后版本
![]() |
您可以在Wikipedia上了解到此条目的英文信息 SageMath Thanks, Wikipedia. |
SageMath
目录 |
[编辑] 简介
SageMath 是一款使用 Python 语言编写的开源数学软件,采用 GPLv3 许可证,它也使用 Python 作为通用接口,将现有的许多开源软件包整合在一起,构建一个统一的计算平台。
[编辑] 愿景
创建一个有活力的自由开源软件以替代 Magma,Maple,Mathematica 和 MATLAB。
[编辑] 功能
Sage 中包含众多数学软件包:代数,代数几何,任意精度计算,算术几何,微积分,组合数学,线性代数,图论,群论,数值计算,数论,统计计算。
[编辑] 指南
Debian
$ sudo apt install sagemath $ sage ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.4, Release Date: 2021-08-22 │ │ Using Python 3.9.9. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: def is_even(n): ....: return n%2 == 0 ....: sage: is_even(4) True sage: is_even(5) False
[编辑] 项目
- SageMath @ GitHub
- sage-shell-mode Emacs front end for SageMath
[编辑] 图集
[编辑] 链接
分享您的观点