Post Reply 
assumptions in integrals' computation in programming mode
10-29-2022, 02:07 PM
Post: #4
RE: assumptions in integrals' computation in programming mode
(10-29-2022 12:43 PM)Ioncubekh Wrote:  
Code:
assume(t>0 AND t>x)

I solved the problem:

#cas
...
Fnz:=(t)->int((t-x)^(-1/2)*ln(x),x,0,assume(t>0 AND t>x));
...

#end

It works!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: assumptions in integrals' computation in programming mode - robmio - 10-29-2022 02:07 PM



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