33
34
35
36
Sets the output piecewise function to the selected method.
37
38
39
Aggregates the piecewise functions.
40
41
42
Makes borders between each color 'bar' for Simpson's and Trapezoid rules.
43
less than or equal to "t" less than or equal to
44
Makes borders between each color bar for Riemann sums.
45
less than or equal to "t" less than or equal to
46
The next five lines are abbreviations used for the equation above:
47
48
49
50
51
equals
52
Adds a border to the end of the shaded region.
53
less than or equal to "t" less than or equal to
54
less than or equal to "t" less than or equal to
55
Calculates the value of the integral using Simpson's Rule and m (preset to 100) partitions.
56
equals
57
negative 10
100
58
equals
59
Creates a quadratic model for each partition (needed for Simpson's rule graph)
60
61
Sets the expected integration value to suit the selected method.
62
equals
63
Calculates the error.
64
equals
65
66
powered by
powered by
New Blank Graph
Examples