view test/octave.test/arith/conj-2.m @ 7259:9f02c32eb70d ss-2-9-18

[project @ 2007-12-05 18:02:33 by jwe]
author jwe
date Wed, 05 Dec 2007 18:02:34 +0000
parents 7c4b540299d5
children
line wrap: on
line source

all (all (conj ([-1, -i; -1+i, -1-i]) == [-1, i; -1-i, -1+i]))