Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwyip authored Jul 3, 2017
1 parent aabebcb commit 6cc68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Code: `compositemidpoint.m`
# Composite Three-point Gaussian over n intervals (for just Three-point Gaussian, put n = 1)
Code: `composite3pointgaussian.m`
# Composite Simpson's 1/3 rule over n intervals (for just Simpson's 1/3 rule, put n = 1)
Code: compositesimpson13.m
Code: `compositesimpson13.m`
# Example: testing for composite rules for integrating ![](https://latex.codecogs.com/gif.latex?e%5E%7B-x%7D%20%5Ccos%282x%29) from 0 to 2pi over 32 intervals
Code: `exampletesting32intervals.m`

Expand Down

0 comments on commit 6cc68d1

Please sign in to comment.