问题

代数 >> 线性代数 >> 行列式
Questions in category: 行列式 (Determinant).

Hilbert 矩阵

Posted by haifeng on 2022-09-30 16:16:21 last update 2022-09-30 16:16:21 | Answers (0) | 收藏


计算四阶 Hilbert 矩阵的行列式.


启动 Calculator

>> :mode=fraction
Switch into fraction calculating mode.
e.g., 1/2+1/3 will return 5/6

>> [1,1/2,1/3,1/4;
[1,1/2,1/3,1/4;
1/2,1/3,1/4,1/5;
1/3,1/4,1/5,1/6;
1/4,1/5,1/6,1/7]
input> [1,1/2,1/3,1/4;1/2,1/3,1/4,1/5;1/3,1/4,1/5,1/6;1/4,1/5,1/6,1/7]
det(__Matrix__)=1|6048000
----------------------------
 type: matrix
 name: __Matrix__
value:
1       1/2     1/3     1/4
1/2     1/3     1/4     1/5
1/3     1/4     1/5     1/6
1/4     1/5     1/6     1/7

determinant: 1|6048000
--------------------