Post Reply 
error in the integration of complex functions (FW10077)
05-01-2016, 05:39 PM (This post was last modified: 05-01-2016 05:40 PM by slawek39.)
Post: #4
RE: error in the integration of complex functions (FW10077)
Code/function definition from TI V200:

:f(x,n)
:Func
:Local i,s
:0->s
:For i,1,n
: s+cos(i*x)->s
:EndFor
:EndFunc

Grapg is the same but integral from f(x,ceiling(x)) id different.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: error in the integration of complex functions (FW10077) - slawek39 - 05-01-2016 05:39 PM



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