Post Reply 
Different outputs when defining functions.
05-19-2017, 05:22 PM (This post was last modified: 05-19-2017 07:13 PM by compsystems.)
Post: #1
Different outputs when defining functions.
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
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)