|
[这个贴子最后由elimqiu在 2011/03/16 03:50am 第 3 次编辑]
介绍一个免费的代数计算系统。可以做大整数的四则运算和大量数论计算问题。
=====
PARI/GP 是被广泛使用的电脑代数系统。为快速数论计算所设计(因数分解, 代数数论, 椭圆曲线...), 含大量对矩阵,多项式,幂级数,代数数计算有用的函数, 以及许多超越函数. PARI 可以作为快速计算编程可用的 C 函数库.
PARI 最初由 Henri Cohen 及其同事们创建 (Université Bordeaux I, France 巴黎), 现在 GPL 许可约定(免费)下,由 Karim Belabas 在许多自愿支持人的帮助下维护:- PARI is a C library, allowing fast computations.
- gp is an easy-to-use interactive shell giving access to the PARI functions.
- GP is the name of gp';s scripting language.
- gp2c, the GP-to-C compiler, combines the best of both worlds by compiling GP scripts to the C language and transparently loading the resulting functions into gp. (gp2c-compiled scripts will typically run 3 or 4 times faster.) gp2c currently only understands a subset of the GP language.
网页:http://pari.math.u-bordeaux.fr/[br][br][color=#990000]-=-=-=-=- 以下内容由 elimqiu 在 时添加 -=-=-=-=-
提供免费下载和教程(英文)等。 |
|