Message Boards Message Boards

0
|
2593 Views
|
1 Reply
|
3 Total Likes
View groups...
Share
Share this post:

Problem calculating the integral

Posted 3 years ago

Hello , I Hope You 're fine , I have a problem calculating the integral of a 1 / H [ hubbl parametre ] in MATHEMATICA but the latter does not give me the result of this integration ,

is there another method in Mathematics to calculate it?

POSTED BY: Dalale Mhamdi

Do you have any reason to think there is a closed form? Most integrals don't have one. Maybe the best you can do is numerical methods.

In this case only way is NIntegrate:

 H[z_, h_, Ωm_, ωd_, Ωr_] := 100 h Sqrt[Ωr (1 + z)^4 + Ωm (1 + z)^3 + (1 - Ωm - Ωr) (1 + z)^(3 (1 + ωd))]
 NIntegrate[1/H[z, 5, 1/2, 1/3, 1/4], {z, 0, 3}]

(*0.00167544*)
POSTED BY: Mariusz Iwaniuk
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