Skip to main content
3 events
when toggle format what by license comment
Aug 10, 2015 at 10:01 comment added Michael E2 @AlexeiBoulbitch It replaces every occurrence of x1 in the body with the value of x1. Since NIntegrate is HoldAll, the x1 would not automatically evaluate; I forget if I tried it without the With; it's possible (maybe likely) that NIntegrate evaluates the integrand before Table is done. See tutorial/IntroductionToDynamic#2125133640.
Aug 10, 2015 at 9:06 comment added Alexei Boulbitch Could you please kindly comment, what does With[{x1 = x1},... construct do?
Aug 7, 2015 at 17:41 history answered Michael E2 CC BY-SA 3.0