Post Reply 
calculate an integral within a program
07-19-2014, 04:50 PM (This post was last modified: 07-19-2014 05:09 PM by Helge Gabert.)
Post: #2
RE: calculate an integral within a program
Write your program as a CAS program - - it'll work just fine (with x, not X). That might be the least amount of hassle.

e.g.,

(a,b)->BEGIN
int(x^2,x,a,b);
END;

There a lots of older threads about this topic.

[edit: you can also run your CAS program from Home].
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: calculate an integral within a program - Helge Gabert - 07-19-2014 04:50 PM



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