function d = detHilbert(n)

d=det(inv(testmatrix('hilb',10)));

endfunction