www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/FourthOrderHilbertMatrixExample.m

    %% Fourth-Order Hilbert Matrix
% Compute the fourth-order Hilbert matrix and its condition number to see
% that it is poorly conditioned.
H = hilb(4)

%%
cond(H)