⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 h.sum

📁 强大的数学工具包
💻 SUM
字号:
                               * * * * * * *                               *    sum    *                               * * * * * * *        "sum"        SYNTAX: sum(x=l, u, exp)                sum(l, u, exp)        l and u are expressions whose values are integers.        Remark: If u is an expression containing x (or @), u is                 evaluated once at the beginning and remains fixed.           exp is an expression whose value is an element of Z, Q, R, C, Z/mZ,         GF(p^n), number fields, a polynomial over Z, Q Z/mZ, GF(p^n),         number fields, a rational function over Q, a matrix or a vector over         all these structures or a point on the current elliptic curve         (specified by "curec").        sum computes the sum of exp for x=l to u (or @=l to u), the value         of x (or @) at the end is u.	If u<l, the result is 0.                      Example 1: (correct)                sum(a=1,1000,1/a^2)        Example 2: (correct)                sum(-3,10,x+@)        Example 3: (incorrect)                sum(a=0,5,b=2*a)_ERR_NR_006

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -