Problem 1031. Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, f(x), passed as the first argument, between upper and lower limits of integration, x=a and x=b,passed as the second and third arguments, respectively. Use n equal intervals, the optional fourth argument, for composite trapezoidal rule.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers109
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15658 Solvers
-
489 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
410 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1932 Solvers
-
Sum the 'edge' values of a matrix
361 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!