Different outputs when defining functions. - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Different outputs when defining functions. (/thread-8367.html) |
Different outputs when defining functions. - compsystems - 05-19-2017 05:22 PM v(t):=(g*m/c)*(1-e^((-c/m)*t)) [enter] Sometimes returns program(t,0, (g*m/c)*(1-e^((-c/m)*t)) ) ? others v(t):=(g*m/c)*(1-e^((-c/m)*t)) [enter] table((t+1) = ((g*m/c)*(1-e^((-c/m)*t)))) ? v(t):=(g*m/c)*(1-e^((-c/m)*t)) [enter] (t)->(g*m/c)*(1-e^((-c/m)*t)) // ok |