diff scripts/polynomial/polyvalm.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
line wrap: on
line diff
--- a/scripts/polynomial/polyvalm.m	Sun Jan 22 08:31:08 2017 -0800
+++ b/scripts/polynomial/polyvalm.m	Mon Jan 23 14:27:48 2017 -0500
@@ -65,4 +65,3 @@
 %!assert (polyvalm ([1, 2, 3, 4], [3, -4, 1; -2, 0, 2; -1, 4, -3]), [117, -124, 11; -70, 36, 38; -43, 92, -45])
 
 %!error <must be a square matrix> polyvalm ([1, 1, 1], [1, 2; 3, 4; 5, 6])
-