view test/octave.test/matrix/sylvester_matrix-1.m @ 5301:9302581b820d ss-2-9-2

[project @ 2005-04-22 17:08:07 by jwe]
author jwe
date Fri, 22 Apr 2005 17:09:11 +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]))