h.sort
来自「强大的数学工具包」· SORT 代码 · 共 33 行
SORT
33 行
* * * * * * * * sort * * * * * * * * "sort polynomial" SYNTAX: X = sort(P, X1, X2, ..., Xn) P is an expression whose value is a polynomial in the variables X1, ..., Xn over Z, Q, Z/mZ, GF(p^t), a number field, over R or C, and n>0. X is assigned the polynomial P sorted with respect to the specified order of variables. Example 1: (correct) sort(x + y + z, y, z, x) Example 2: (incorrect) sort(x*y*z, x, z) _ERR_NR_034_sort_ Example 3: (incorrect) sort((x*y)/(x + y), x, y) _ERR_NR_057
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?