view test/octave.test/linalg/syl-1.m @ 4334:764229f9a5c8

[project @ 2003-02-19 06:24:02 by jwe]
author jwe
date Wed, 19 Feb 2003 06:25:09 +0000
parents b7758860ea6b
children
line wrap: on
line source

x = syl ([1, 2; 3, 4], [5, 6; 7, 8], [9, 10; 11, 12]);
all (all (abs (x - [-1/2, -2/3; -2/3, -1/2]) < sqrt (eps)))