Post Reply 
assumptions in integrals' computation in programming mode
10-29-2022, 11:07 AM
Post: #1
assumptions in integrals' computation in programming mode
Good morning, if I want to calculate the following integral:

int((t-x)^(-1/2)*ln(x),x,0,t)

it is necessary to make the following assumptions:

assumes(t>0); additionally(t>x).

My question is the following: how can I assign an assumption to a variable in #cas ... #end programming mode?

See attachments

Thanks a lot, Roberto (robmio)


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
assumptions in integrals' computation in programming mode - robmio - 10-29-2022 11:07 AM



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