Monte Carlo simulation for computation of definite integrals

버전 1.0.0.0 (2.83 KB) 작성자: Bibhu Das
Integration and area under the curve using Monte-carlo simulation.
다운로드 수: 395
업데이트 날짜: 2017/12/30

라이선스 보기

The program uses the Monte-carlo algorithm to calculate the area under a curve within proper limits. This can be used as a method to solve definite integrals whose analytic solutions are time consuming. The sample space is generated using random numbers within the user defined limits and the area computation proceeds as per the algorithm. The program returns area under the curve and the corresponding plot of sample space and the curve.

인용 양식

Bibhu Das (2024). Monte Carlo simulation for computation of definite integrals (https://www.mathworks.com/matlabcentral/fileexchange/65563-monte-carlo-simulation-for-computation-of-definite-integrals), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Price and Analyze Financial Instruments에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

updated the title.