Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7625929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:15:27+00:00 2026-05-31T05:15:27+00:00

How to calculate the double integral Numerically in Mathematica ? Integrate[Exp[-0.099308 s] * Integrate[Exp[0.041657423

  • 0

How to calculate the double integral Numerically in Mathematica ?

Integrate[Exp[-0.099308 s]
       * Integrate[Exp[0.041657423 u] Exp[-3.1413 s + 3.12 u]
             * ((u/(s - u))^(1/2) BesselI[1,2 (u (s - u))^(1/2)]
             + 0.293 BesselI[0,2 (u (s - u))^(1/2)]),{u,0,s}],{s,0,10}]

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:15:28+00:00Added an answer on May 31, 2026 at 5:15 am

    Two things. First of all, Integrate accepts multiple “iterators”, i.e. {x, x1, x2}, so you can specify a multiple integral without nesting them, as follows

    Integrate[x y, {x, 0, 1}, {y, 0, x}]
    

    integrates x y over the triangle bounded by y == x, x == 0, and x == 1. Note, the order of the limits, they go from outer to inner, so the integration is performed from right to left. Then, your integral becomes

    Integrate[Exp[-0.099308 s] Exp[0.041657423 u] Exp[-3.1413 s + 3.12 u]
       * ((u/(s - u))^(1/2) BesselI[1,2 (u (s - u))^(1/2)]
       + 0.293 BesselI[0,2 (u (s - u))^(1/2)]),
     {s,0,10}, {u,0,s}]
    

    Second, Mathematica has a number of numerical equivalents to its standard algorithms, like NSolve, NDSolve, NSum, and NIntegrate. They are all identifiable by the leading N, which is a function in its own right, too. The nice thing about these functions is that they have the same signature as their analytical equivalent. So, to numerically integrate your integral, you simply change Integrate to NIntegrate, as follows

    NIntegrate[Exp[-0.099308 s] Exp[0.041657423 u] Exp[-3.1413 s + 3.12 u]
       * ((u/(s - u))^(1/2) BesselI[1,2 (u (s - u))^(1/2)]
       + 0.293 BesselI[0,2 (u (s - u))^(1/2)]),
     {s,0,10}, {u,0,s}]
    

    which gives 27.4182, as noted by tkott, but without any warnings generated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I would like to calculate percents and do: double n = ...;
Following two line calculate the lat and lng double geoLat = location.getLatitude(); // 37.422006
i get this error when i calculate the string value : Double.toString(Double.parseDouble(suggestionSortScore) - 6)
like 1+23 parse to double for example.. then calculate.. but when i have a
Does .NET have a built-in method to calculate the ULP of a given double
I have been trying to find how to calculate the Floating/Double precision/range numbers -3.402823e38
How do i better calculate the definite integral? I am using a function to
In my app i am using this to calculate a number: double result =
Let say I got this function : void int Calculate(double[] array) {} And in
I am trying to calculate a definite integral. I write: NIntegrate[expression, {x, 0, 1},

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.