EasyManua.ls Logo

Texas Instruments TI-85 User Manual

Texas Instruments TI-85
28 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #26 background imageLoading...
Page #26 background image
RAND
Output: Simulates flipping a fair coin. Graphs the rel-
ative frequencies for every P “flips.”
Input: P. Set the dimensions of the screen to [0, 94] by
[0.4, 0.6]. Set MODE to Dot and Seq.
:ClrDraw
:Disp P =”
:Input P
:5 U
:0 H
:0 M
:0 N
:Lbl 1
:rand A
:If A .5
:H + 1 H
:M + 1 M
:If M < P
:Goto 1
:N + P N
:H/N F
:Pt-On(U, F )
:U + 1 U
:0 M
:Goto 1
RAND2
Output: Simulates flipping a fair coin. Graphs the rel-
ative frequencies for every P “flips.” There is a pause
after each relative frequency is given. Press the key
ENTER to continue.
Input: P. Set the dimensions of the screen to [0, 94] by
0.4, 0.6]. Set MODE to Dot and Seq.
:ClrDraw
:Disp P =”
:Input P
:5 U
:0 H
:0 M
:0 N
:Lbl 1
:rand A
:If A .5
:H + 1 H
:M + 1 M
:If M < P
:Goto 1
:N + P N
:H/N F
:Disp F
:Pause
:Pt-On(U, F )
:U + 1 U
:0 M
:Goto 1
Program RECT
Output: A graph of the function y = f (x) and the rect-
angles associated with the left- and right-hand sums,
and also gives these sums. Press the ENTER key to
obtain the next item.
Input: f(x) as Y
1
, N. Set the range variables so that
xmin=a, xmax=b, and ymin and ymax as desired.
:Disp “N”
:Input N
:(XmaxXmin)/N H
:0S
:ClrDraw
:DispGraph
:0J
:Xmin+H X
:Lbl 1
:Y
1
+ S S
:Line(X H, 0, X H, Y
1
)
:Line(X H, Y
1
, X, Y
1
)
:Line(X, 0, X, Y
1
)
:X + H X
:J + 1 J
:If J < N
:Goto 1
:Pause
:HS S
:ClrHome
:ClrDraw
:Disp “RIGHT SUM”
:Disp S
:Pause
:ClrHome
:DispGraph
:0 J
:0 T
:Xmin X
:Lbl 2
:Y
1
+ T T
:Line(X, 0, X, Y
1
)
:Line(X, Y
1
, X + H, Y
1
)
:Line(X + H, 0, X + H, Y
1
)
:X + H X
:J + 1 J
:If J < N
:Goto 2
:Pause
55

Other manuals for Texas Instruments TI-85

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-85 and is the answer not in the manual?

Texas Instruments TI-85 Specifications

General IconGeneral
BrandTexas Instruments
ModelTI-85
CategoryCalculator
LanguageEnglish

Summary

Section 1.0 in Text: Graphing Basics

The Viewing Window Explained

Defines and illustrates the calculator's viewing screen boundaries (Xmin, Xmax, Ymin, Ymax).

Graphing in Standard Viewing Window

Instructions for graphing a function in the default viewing window settings.

Adjusting Viewing Window and Trace

Change Viewing Window Dimensions

Steps to adjust the viewing window parameters for graphing.

Using the TRACE Feature

How to use the TRACE feature to find points on a graph.

Section 1.1 in Text: Advanced Graphing

Piecewise Functions and Dot Mode

Graphing piecewise functions and using DOT mode for better display.

Section 1.2 in Text: Function Operations

The Root Operation for Zeros

Finding the x-intercept (zero) of a function using the calculator.

Finding Function Intersections

The Intersect Operation

Finding the point where two functions intersect.

Section 2.1 in Text: Statistics and Regression

STAT and LinReg for Data Analysis

Performing linear regression to find the best-fit line for data points.

Advanced Statistics and Table Generation

The TABLE Operation

Creating tables of function values by setting input parameters.

Function Evaluation and Program Execution

The Value Operation for Accuracy

Evaluating a function at specific x-values for high accuracy.

Executing Calculator Programs

Running user-defined or pre-loaded programs on the calculator.

Section 3.2 in Text: Tangents and Secants

Drawing Tangent Lines with DRAW

Using the DRAW menu to graph a tangent line to a function.

Section 5.2 in Text: Numerical Derivatives

nDeriv for First Derivatives

Calculating the numerical derivative of a function.

Chapter 12 Project: Predator and Prey Dynamics

Troubleshooting Calculator Issues

Related product manuals