[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cond and the Hilbert matrix
From: |
George Talusan |
Subject: |
cond and the Hilbert matrix |
Date: |
Thu, 01 Jun 2000 14:01:19 EDT |
Hi everyone,
I'm not sure if this is the proper forum for such a question,
but here goes..
I recently installed octave (i.e., this morning) and defined
the Hilbert matrix as such: h3=[1/1 1/2 1/3; 1/2 1/3 1/4 ; 1/3 1/4 1/5];
To get the condition number, I performed cond(h3) which resulted
in octave not producing any output. It looks like when cond
calls svd it just sits there.
I'm running octave 2.0.16.
george
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- cond and the Hilbert matrix,
George Talusan <=