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 
calculate an integral within a program
07-19-2014, 01:22 PM
Post: #1
calculate an integral within a program
Hi,
I am working on a little program in optics.
One step is to evaluate an integral numerically and so I enthusiastically incorporated the int-command:
e.g. (simplified example, the real one is the representation of a Bessel function as an integral)
c := int(X^2,X,a,b);
I got an error message when compiling the code.
What is the reason for this 'result'?
Is it impossible to use higher commands like 'int' within a program (maybe because it is a CAS-command)?

Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
calculate an integral within a program - ThomasA - 07-19-2014 01:22 PM



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