Maple假设正整数

Maple假设正整数

在进行计算以后,清楚变量是一个良好的习惯。

通过命令n='n';来清除。

Maple编程中的常用的参数限定


positive      正数
negative     负数
negzero     0或负0
poszero     0或正0


integer      整数
nonnegint  非负整数
nonposint  非正整数
negint       负整数
posint       正整数