Code covered by the BSD License  

Highlights from
Rombint.m

4.33333

4.3 | 6 ratings Rate this file 52 Downloads (last 30 days) File Size: 1.76 KB File ID: #34

Rombint.m

by Martin Kacenak

 

19 May 2000 (Updated 22 Jun 2006)

This function performs the numerical evaluation of an integral using the Romberg method.

| Watch this File

File Information
Description

This function performs the numerical evaluation of an integral using the Romberg method.

Q = rombint('F',A,B) approximates the integral of F(X) from A to B to within a relative error of 1e-10 using Romberg's method of integration. 'F' is a string containing the name of the function. The function must return a vector of output values if a vector of input values is given.

Q = rombint('F',A,B,DECIMALDIGITS) integrates with accuracy 10^{-DECIMALDIGITS}.

Q = rombint('F',A,B,DECIMALDIGITS,P1,P2,...) allows coefficients P1, P2, ... to be passed directly to function F: G = F(X,P1,P2,...).

Created under MATLAB 5.2, works with all subsequent releases.

Acknowledgements
This submission has inspired the following:
rombquad
MATLAB release MATLAB 5.2 (R10)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
01 May 2003 george moufarrige  
23 Mar 2004 hector quezada  
17 Feb 2006 samuell zayas cuza

esto esta de pinga.............

14 Aug 2007 José Carlos Mendes da Silva  
14 Mar 2008 Mustafa Karakaya  
08 Apr 2008 Myron Clark  
13 Aug 2008 Culbert Oblepias

no comment

Please login to add a comment or rating.
Updates

modifying description

22 Jun 2006

Description and keywords correction.

Tag Activity for this File
Tag Applied By Date/Time
integration Martin Kacenak 22 Oct 2008 06:30:49
romberg Martin Kacenak 22 Oct 2008 06:30:49
numerical Martin Kacenak 22 Oct 2008 06:30:49
rhomberg Martin Kacenak 22 Oct 2008 06:30:49
integration Didier 28 Apr 2011 09:08:53
romberg Kovacs Hanna 13 May 2011 03:45:25
integration peayush 02 Mar 2012 19:39:58

Contact us at files@mathworks.com