error in the integration of complex functions (FW10077)
|
05-02-2016, 02:20 PM
Post: #7
|
|||
|
|||
RE: error in the integration of complex functions (FW10077)
If f is entered as an algebraic function, you get the exact answer
Code: f(x,n):=sum(cos(k*x),k,1,n); If f is entered as a program Code: f(x,n):= begin local j,y; y:=0; for j from 1 to n do y:=y+cos(j*x); end; end; |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)