00:01
For this problem, we are told that some computer algebra systems have commands that will draw approximating rectangles and evaluate the sums of their areas, at least if x1 star is a left or right endpoint.
00:14
In part a, we are told that if f of x equals 1 over x squared plus 1, we can see that i've established this right here, and that x is between 0 and 1, i use that, shown here in the n integrate command.
00:27
We are to find the left and right sums for n equals 10, 30, and 50.
00:31
Now, i'm using wolfram mathematica, in which case i kind of need to be a little bit more tricky about this, but i'll give a brief rundown of what you can see here.
00:40
So you can see that i have a table within a table.
00:44
Using a table is sort of like a variation of a for loop in wolfram mathematica.
00:49
The inner table, i have t left, right.
00:53
So that is essentially, the inner table is specifying.
00:57
Do we want a left -hand remand sum specified here using a method on the numerical integration, or do we want a right -hand remand sum? then the exterior table, we can see that it has the index n going from 10 to 30 to 50...