view test/octave.test/arith/abs-2.m @ 2736:b02d27f0ed57

[project @ 1997-02-25 04:38:22 by jwe]
author jwe
date Tue, 25 Feb 1997 04:41:22 +0000
parents 7c4b540299d5
children
line wrap: on
line source

all (all (abs ([1.1, 3i; 3+4i, -3-4i]) == [1.1, 3; 5, 5]))