Post Reply 
Integration in Python
05-08-2021, 04:07 PM
Post: #1
Integration in Python
Hello, how can i insert an integral in python? For example:
Code:

#PYTHON EXPORT integrale
import sys
from hpprime import *
from math import *
xx=float(sys.argv[0])
yy=float(sys.argv[1])
                              gg=∫(x,x,xx,yy)
print(gg)
eval("wait(0)")
#end
 
EXPORT Prove(a,b)
BEGIN
 PYTHON(integrale,a,b);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Integration in Python - robmio - 05-08-2021 04:07 PM
RE: Integration in Python - robmio - 05-08-2021, 04:45 PM
RE: Integration in Python - Albert Chan - 05-08-2021, 05:34 PM
RE: Integration in Python - robmio - 05-08-2021, 07:16 PM
RE: Integration in Python - robmio - 05-08-2021, 07:42 PM



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