Do you have a question about the Texas Instruments TI-84 Plus Silver Edition and is the answer not in the manual?
Display Type | LCD |
---|---|
Display Resolution | 96 x 64 pixels |
Processor | Zilog Z80 |
Memory | 24 KB RAM |
Power | 4 AAA batteries |
Connectivity | USB |
Programming | TI-BASIC |
Use STO> and ALPHA to store/recall variables for evaluation.
Change Xmin, Xmax, Ymin, Ymax for better graph visibility.
Enter functions with domain restrictions using / and inequalities.
Enter piecewise functions using multiplication or parentheses.
Accesses features; 'value' finds y for given x.
Locates x-intercepts using left/right bounds and guess.
Locates relative minima/maxima using bounds and guess.
Finds points where two functions cross using curve selection.
Find linear model y=ax+b; interpret results; enable diagnostic.
Paste regression equation to Y= using VARS, Statistics, EQ.
Calculate derivative at a point using nDeriv(Y1, X, A).
Graph derivative using nDeriv(Y1, X, X) in Y=.
Calculate Riemann sums using left/right endpoints with seq().