Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.9K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Can't compute an integral: output returns the same integral

Posted 2 years ago

I can't compute the above integral

POSTED BY: Jason Soukas
3 Replies

I would also add the suggestion to use the Piecewise function instead of If. In the documentation page, under Applications, you can find an example which is applying Integrate to a piecewise function.

POSTED BY: Felipe Amorim

It seems a very complicated integral, with little chance of having an elementary answer. You can try numerical integration for given numerical values of the parameters:

NIntegrate[f[2, u, 2], {u, 0, 2}]

By the way, do you think it is a good idea to use the same symbol f for both the name of a function and the name of an argument?

POSTED BY: Gianluca Gorni

Looking at the scale of the constants in this function, I also have doubts about using NIntegrate..

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