Mercurial > hg > octave-thorsten
comparison scripts/polynomial/polyder.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6045:421d8a903df7 | 6046:34f96dd5441b |
---|---|
35 [q, r] = polyderiv (p, a); | 35 [q, r] = polyderiv (p, a); |
36 else | 36 else |
37 q = polyderiv (p, a); | 37 q = polyderiv (p, a); |
38 endif | 38 endif |
39 else | 39 else |
40 usage ("q = polyder (p) or q = polyder (b, a) or [q, r] = polyder (b, a)"); | 40 print_usage (); |
41 endif | 41 endif |
42 | 42 |
43 endfunction | 43 endfunction |