view test/octave.test/matrix/sylvester_matrix-1.m @ 5103:e2ed74b9bfa0 after-gnuplot-split

[project @ 2004-12-28 02:43:01 by jwe]
author jwe
date Tue, 28 Dec 2004 02:43:01 +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]))