view test/octave.test/matrix/hilb-1.m @ 2739:1aeffa048808

[project @ 1997-02-25 08:02:47 by jwe]
author jwe
date Tue, 25 Feb 1997 08:02:54 +0000
parents
children
line wrap: on
line source

(hilb (2) == [1, 1/2; 1/2, 1/3]
 && hilb (3) == [1, 1/2, 1/3; 1/2, 1/3, 1/4; 1/3, 1/4, 1/5])