h.det

来自「强大的数学工具包」· DET 代码 · 共 30 行

DET
30
字号
                                * * * * * * *                                *    det    *                                * * * * * * *        "determinant"        SYNTAX: X = det(A)        A is a square matrix over Z, Q, Z/mZ, GF(p^n) (where p is a         prime), over a number field, over polymonials over these         structures or over rational functions.        X is assigned the determinant of A.        Example 1: (correct)                det({{x, y} {x + 2, y^3}})        Example 2: (incorrect)                det({{x, y}})_ERR_NR_074        Example 3: (correct)                det({{NF(A), y - 4, 2} {x, 3, 1/2} {-NF(A^2), 1, -4/3}})

⌨️ 快捷键说明

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