Numerical Integration

Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.

240 descargas

Actualizado 31 Jan 2023

De GitHub

Ver licencia en GitHub

Numerical Integration View <File Exchange Title> on File Exchange

Curriculum Module created in collaboration with Dr. Matthew Leineweber, San Jose State University

Created with R2020b. Compatible with R2020b and later releases.

Description

This curriculum module contains interactive live scripts that teach two fundamental techniques for approximating definite integrals: the trapezoid and Simpson’s rules. These rules are derived from Lagrange interpolating polynomials and explored through interactive visualizations. Each lesson concludes with a guided activity in which students implement the discussed integration rule. These live scripts can be used as part of a lecture, as activities in an instructional setting, or as an interactive assignment to be completed outside of class.

The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the RUN section of the Live Editor tab in the MATLAB Toolstrip.

Suggested Prework

MATLAB Onramp – a free two-hour introductory tutorial that teaches the essentials of MATLAB.

Details

TrapezoidRule.mlx, TrapezoidRuleSoln.mlx
An interactive lesson that explores the trapezoid rule.

Learning Goals:

  • Explain numerical quadrature and its relationship to the definite integral
  • Describe how the trapezoid rule is derived
  • Illustrate the trapezoid rule graphically
  • Compare and contrast integration of a continuous function with integration of tabulated data
  • Implement the trapezoid rule in MATLAB

SimpsonsRules.mlx, SimpsonsRulesSoln.mlx
An interactive lesson that explores Simpson’s rules.

Learning Goals:

  • Describe how Lagrange interpolating polynomials can be used to derive integration rules
  • Illustrate Simpson’s 1/3 rule graphically
  • Explain the steps required to implement Simpson’s 1/3 rule
  • Compare the accuracy and limitations of Simpson’s 1/3 rule to those of Simpson’s 3/8 rule
  • Implement Simpson’s 3/8 rule in MATLAB

Products

MATLAB®

License

The license for this module is available in the LICENSE.TXT file in this GitHub repository.

Educator Resources

Have any questions or feedback? Contact the MathWorks online teaching team.

Copyright 2021 The MathWorks, Inc.

Citar como

Emma Smith Zbarsky (2023). Numerical Integration (https://github.com/MathWorks-Teaching-Resources/Numerical-Integration/releases/tag/v1.0.2), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión desde R2020b
Compatibilidad con las plataformas
Windows macOS Linux
Comunidades de usuarios

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.2.0

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Numerical-Integration/releases/tag/v1.0.2

1.0.1

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.