📄 h.prfunc
字号:
* * * * * * * * prfunc * * * * * * * * "primitive function" SYNTAX: X = prfunc(P, X1, X2, ..., Xn) P is an expression whose value is a polynomial over Z or Q, n>0. X is assigned the primitive function of P with respect to the variables X1, ..., XN. The integration constant is 0. Example 1: (correct) prfunc(x + y, v) Example 2: (incorrect) prfunc(x^2 + x + 1, x^2) _ERR_NR_056 Example 3: (correct) prfunc(x^3 + 4*x*y + y^2 + 1/3, x, x)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -