h.scalar
来自「强大的数学工具包」· SCALAR 代码 · 共 26 行
SCALAR
26 行
* * * * * * * * scalar * * * * * * * * "scalar product" SYNTAX: X = scalar(v1,v2) v1 and v2 are vectors of the same length over Z, Q, Z/mZ, GF(p^n) (where p is a prime), over a number field, over polynomials over these structures or over rational functions. The euclidian scalar product <v1, v2> of v1 and v2 is assigned to X. Example 1: (correct) scalar({1/x, 2, 3}, {x/(y + 1), y, 1/2}) Example 2: (incorrect) scalar({1, 2}, {1}) _ERR_NR_094
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?