Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.6K Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

how to handle ConditionalExpression

POSTED BY: peter weijnitz

You can Integrate with the assumption that a is positive.

Assuming[a > 0,
 (v^2 Exp[-a v^2])/Integrate[v^2 Exp[-a v^2], {v, 0, Infinity}]]

Mathematica has a framework for declaring assumptions like these. There's also a global variable for tracking assumptions called $Assumptions.

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