Calculate the sum of elements of n*n Hilbert matrix.

For example, for n=5:

HilbertMatrix =

 [1.0000    0.5000    0.3333    0.2500    0.2000;
  0.5000    0.3333    0.2500    0.2000    0.1667;
  0.3333    0.2500    0.2000    0.1667    0.1429;
  0.2500    0.2000    0.1667    0.1429    0.1250;
  0.2000    0.1667    0.1429    0.1250    0.1111]

result=6.4563

Solution Stats

108 Solutions

77 Solvers

Last Solution submitted on Feb 13, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...