2D graph of y = f(x).
Documentation found in QID 4080471 on editorial.
URL parameters for just this file:
- f1 = function 1 when noresponse=1
- f2 = function 2 ... up to f9
- intersections - state intersections of curves in alt text (default true)
- xDegree = 1 changes independent variable from radians to degrees.
- yDegree = 1 multiplies y by 180/pi.
Common URL parameters:
- xScale = pi
- xmin = left side of window
- xmax = right side of window
- ymin = bottom side of window
- ymax = top side of window
- xvar = variable name for horizontal axis
- yvar = variable name for vertical axis
- xRound = sets decimal places for rounding
- yRound = sets decimal places for rounding
- concavity = true describes the concavity for alt text (default false)
- oscillating = true describes oscillating for alt text (default true)
- pixelTolerance = 2 for alt text sets the number of pixels a curve can be away from an important (x,y)
- noresponse = 1 static graph without student response
- aspectratio - forces x units and y units to the same number of pixels (default false)
- breakUpTrig - parser option to cause asin to be changed to a*sin (default false)
- functionBeforePower - parser option to cause functions to be evaluated before powers (default true sin^2(x) = (sin(x))^2)
- sciNot - parser option to cause 3.1e-2 = 0.031 (default false 3.1e-2 = 3.1*exp(1)-2)
- booleanInequalities - parser option for 3*(x > 0) evaluated at x = 5 to be changed to 3*(5 > 0) = 3*(1) = 3. Primarily for Waner books. Useful for piecewise static graphs.
- EXP - parser option to allow all capital EXP(x) for exp(x). Primarily for Waner books.