Probably not, I'm not sure if I understand the problem...
If the problem if with page numbering, you can set it by \setcounter{page}{3}so the current page gets the number 3.
If you want your {gsm-l} "be in effect" only from page 3 on, or you have 2 blank pages in the beginning, I don't...
>Find the area bounded by y = 3x^2 + 1, x = 0, x = 2, y = 0
>Not sure how to do this? Is this like finding the upper and lower sums?
If you draw a picture, it is quickly seen that the area is the integral of f(x) = 3x^2 from 0 to 2: \int_0^2 3x^2 dx.
Using upper and lower sums:
You would...
.eps doesn't work with \usepackage[pdftex]{graphicx}
Hi.
You cannot use .eps files with
\usepackage[pdftex]{graphicx}
but instead you need to use
\usepackage[dvips]{graphicx}
However, with this you cannot use .png or .jpg files.
I usually take a screenshot (usally GeoGebra or...