view test/octave.test/poly/deconv-2.m @ 2716:2b5c27299cde

[project @ 1997-02-22 08:40:55 by jwe]
author jwe
date Sat, 22 Feb 1997 08:44:22 +0000
parents
children b6eb80762b14
line wrap: on
line source

[b, r] = deconv ([3, 6], [1, 2, 3]);
b == 0 && all (all (r == [3, 6]))