Message Boards Message Boards

0
|
2357 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How do I introduce a parameter in my integral?

Posted 3 years ago

Hello how are you? I am a physics student and I need to solve an integral that involves confluent hypergeometric functions. I need to introduce a parameter in the integral and have the program calculate the value of the integral for each value that would take that parameter. That is, I want to have a value w such that w goes from 0.1 to 2.5 and I need the result of the integral for each jump of 0.1 Thank you very much for your answers, (excuse my English, I am writing in a translator) Regards

POSTED BY: Nicolas Legnazzi
2 Replies
Posted 3 years ago

Hi Nicolas,

Something like this

Table[Integrate[Sin[x], {x, 0, n}], {n, 0.1, 2.5, 0.1}]

or this

Table[Integrate[Sin[n x], x], {n, 0.1, 2.5, 0.1}]
POSTED BY: Rohit Namjoshi

Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST Your post is too vague. Please describe your subject extensively providing the details, examples, and other relevant ideas, so it is clear what exactly you are looking for and the relevance to Wolfram Technologies.

POSTED BY: Moderation Team
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