Message Boards Message Boards

0
|
3671 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Impose condition to Integrate

Posted 3 years ago

Hello! When I use the Integrate command, how can I impose a condition on the constants. For example, when I solve an integral and the result is Sqrt (b ^ 2), how can impose that b> 0 so that the result is b. Thanks

POSTED BY: Vicente Mart
2 Replies
Posted 3 years ago

In the documentation here scroll down and click on the orange Options and then click on the orange Assumptions to see an example of how they told Mathematica that n was greater than zero. See if that works for you.

If that doesn't work then perhaps

Simplify[Integrate[...], b>0]

where you replace ... with the contents of your Integrate, might also work for you

POSTED BY: Bill Nelson
Posted 3 years ago

Ok. Thanks

POSTED BY: Vicente Mart
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract