X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_H.cpp;h=c4f1cbff4e1a6cf83f0e0bcd38dbfb82825c82d0;hp=d9604b1145463887d9aa3224c650212cf039d1f0;hb=d8742494231a4f1baf0bfc09f5c09362ced8062f;hpb=383d5eb3b0f0506810d9105a268f939125bfc347;ds=sidebyside diff --git a/check/time_lw_H.cpp b/check/time_lw_H.cpp index d9604b11..c4f1cbff 100644 --- a/check/time_lw_H.cpp +++ b/check/time_lw_H.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,17 +23,34 @@ #include "times.h" -static unsigned test(void) +static unsigned test(unsigned n) { - matrix h80(80,80); + matrix hilbert(n,n); - for (unsigned r=0; r<80; ++r) - for (unsigned c=0; c<80; ++c) - h80.set(r,c,numeric(1,r+c+1)); - ex det = h80.determinant(); + for (unsigned r=0; rnumeric("1.E-3800")) { - clog << "determinant of 80x80 erroneously returned " << det << endl; + /* + The closed form of the determinant of n x n Hilbert matrices is: + + n-1 / n-1 \ + ----- | ----- | + | | | pow(factorial(r),2) | | hilbert(r,c) | + | | | | | | + r = 0 \ c = 0 / + */ + + ex hilbdet = 1; + for (unsigned r=0; r