view test/octave.test/matrix/sylvester_matrix-1.m @ 4720:e759d01692db ss-2-1-53

[project @ 2004-01-23 04:13:37 by jwe]
author jwe
date Fri, 23 Jan 2004 04:13:37 +0000
parents 1e208b4d846d
children
line wrap: on
line source

(sylvester_matrix (1) == [1, 1; 1, -1]
 && (sylvester_matrix (2)
     == [1, 1, 1, 1; 1, -1, 1, -1; 1, 1, -1, -1; 1, -1, -1, 1]))