Romberg Integration Programming

AI Thread Summary
The discussion centers on a request for guidance on writing MATLAB code for Romberg integration (RI) using the trapezoidal rule. The user seeks to create a function that can integrate any proper function at any desired level of accuracy, emphasizing the need for succinctness in the code. They express a lack of familiarity with numerical methods and coding, asking for pointers to get started. Respondents highlight the importance of understanding MATLAB basics, particularly control structures like loops and conditionals, and suggest resources for learning MATLAB programming. The thread was also relocated to a more appropriate subforum focused on Math and Science Software.
pyroknife
Messages
611
Reaction score
4
Hi all. I would like to write a code to perform the romberg integration (RI) using the trapezoidal rule as the basis. I would like the function to integrate any proper function of my choosing for any desired level. Being succinct is a definite plus.

I am not sure how familiar the people on these boards are with numerical methods, particularly in the form of numerical integration using RI, but was hoping if someone could give me some pointers on where to start as I am a bit new to coding and this kind of math.

Oh and I would like to do this in MATLAB.




I realize that I have two duplicate topics and that is because I realized that this subforum is more appropriate for my question. Please delete the one in the Calculus forum if necesary.
 
Physics news on Phys.org
pyroknife said:
Hi all. I would like to write a code to perform the romberg integration (RI) using the trapezoidal rule as the basis. I would like the function to integrate any proper function of my choosing for any desired level. Being succinct is a definite plus.

I am not sure how familiar the people on these boards are with numerical methods, particularly in the form of numerical integration using RI, but was hoping if someone could give me some pointers on where to start as I am a bit new to coding and this kind of math.

Oh and I would like to do this in MATLAB.




I realize that I have two duplicate topics and that is because I realized that this subforum is more appropriate for my question. Please delete the one in the Calculus forum if necesary.

Done.

A lot of people here are very familiar with numerical methods, including integration methods of many kinds.

The place to get started is to get familiar using matlab, particularly with control structures such as loops and branches (e.g., if statements). Here's a link to a site with tutorials and videos about programming in MATLAB - http://www.mathworks.com/help/matlab...etting-started .
 
Last edited by a moderator:
pyroknife said:
Oh and I would like to do this in MATLAB.

Matlab is covered by our "Math and Science Software" subforum, so I've moved this thread there.
 

Similar threads

Replies
13
Views
2K
Replies
2
Views
2K
Replies
4
Views
2K
Replies
6
Views
7K
Replies
2
Views
3K
Back
Top