Post Reply 
How can I define cas function of an operator(mathematical term)?
09-03-2023, 09:03 AM
Post: #3
RE: How can I define cas function of an operator(mathematical term)?
Than you for the reply!
I wanted to be able to choose integration variable explicitly.
So I tried
#CAS
MYINT(f,x):=
BEGIN
LOCAL fnz1;
vr1:=lname(f);
fnz1:=(vr1)->int(f,x);
RETURN fnz1(vr1);
END;
#end
Most likely HpPPPL mixes up "x" variables. So I need the way to tell him that "x" must be from MYINT(f,x).
These cas function didn't gave the correct result.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How can I define cas function of an operator(mathematical term)? - Aleksandr94 - 09-03-2023 09:03 AM



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