The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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 


Messages In This Thread
Different outputs when defining functions. - compsystems - 05-19-2017 05:22 PM



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