help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

newbye question


From: Tiago Lage Payne de Padua
Subject: newbye question
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]