Monday, March 19, 2007

MODE

Numeric Notation
- Normal
- Sci (scientific)
- Eng (engineering)

Decimal
- Float: lets the number of the decimal place change based on the result (up to 10 digits)
- 0-9: Sets the number of decimal places to a value that you specify

Angle of Measure
- Radian: intercepts angle values as radians
- Degrees: Intercepts angle values as degrees

Type of Graph
- Func (functional): plots functions, where Y is a function of X
- Par (parametric): plots functions were X and Y are functions of T
- Pol (polar): plots functions where r is a function of [n] "theta"
- Seq (sequence): plots sequences

Sequential: draws graphs one at a time
Simul (simultaneous): draws several graphs at one time

Real or Complex mode
- Real: displays real numbers
- a+bi (rectangular complex): displays as 3+2i
- re^"theta"i (polar complex): displays as re^"theta"i

Screen Display
- Full: displays full screen
- Horiz: displays a horizontal split screen
- G-T: displays vertical split screen

No comments: