From help-octave-request at bevo dot che dot wisc dot edu Sun Sep 7 20:39:33 2003 Subject: newbye question From: Tiago Lage Payne de Padua To: help-octave at bevo dot che dot wisc dot edu Date: 07 Sep 2003 22:39:00 -0300 what is wrong in this polinomiun? ret=v(7) * r^6 + v(6) * r^5 + v(5) * r^4 + v(4) * r^3 + v(3) * r^2 + v(2)*r + v(1); when I use values that ret must return zero, ret = -1.7764e-15 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------