Download Print this page

Casio fx9750GII Getting Started page 41

Graphic calculator
Hide thumbs Also See for fx9750GII:

Advertisement

Example 5
'Fractal-Fern' is a program that
draws a fern. Editing the program
can create a fern tessellation by
using a series of extra loops, and
dummy variables to create the
fern.
Refer to the 'Programme Mode
Command List' for entering and
editing the program. (See index
for page reference)
Example 6
'Dice Simulation' is a program that utilises the 'List'
space to draw various statistical graphs and displays the
99% confidence level. Additional statistical information
can be obtained by editing the program.
You must place values into List 1 for the number of throws
of the dice that you want. The program will replace these
with the randomly generated numbers between 1 and 6.
The maximum list length is 999 or determined by the
memory space available.
Refer to the 'Programme Mode Command List' for
entering and editing the program. (See index for
page reference)
"FRACTAL-FERN" 
ViewWindow 1,14,0,1,11,0
0→C
0→H
4.3→E
Lbl 0
H+1→H
H>1000⇒Goto 6
C→A
Plot A+E,B+1
Ran#→r
r<.01⇒Goto 1
r<.07⇒Goto 4
r<.85⇒Goto 2
Goto 3
Lbl 1
0→C
.16B→B
"DICE SIMULATION" 
?→W
1→P
Lbl 1
Int (Ran#x6)+1→List 1[P]
P+1→P
P W⇒Goto 1
Lbl 2
ClrGraph
S-WindAuto
S-Gph1 DrawOn, Hist, List1,1
S-Gph2 DrawOff
S-Gph3 DrawOff
DrawStat
S-Gph1 DrawOff
S-Gph2 DrawOn,MedBox,List1,1
S-Gph3 DrawOff
DrawStat
S-Gph1 DrawOff
S-Gph2 DrawOff
S-Gph3 DrawOn,N-Dist,List1,1
DrawStat
" χ +2.58x
1-Variable List1
χ +2.58x
" χ - 2.58 x
χ +2.58x
fx9750GII
Goto 0
Lbl 2
.85A+.04B→C
-.04A+.85B+1.6→B
Goto 0
Lbl 3
.2A-.26B→C
.23A+.22B→B
Goto 0
Lbl 4
-.15A+.2B→C
.26A+.24B→B
Go to 0
Lbl 6
Graph Y=-1
n÷√n":
n÷√n
n÷√n" :
n÷√n
CHAPTER 5 | PG 41

Hide quick links:

Advertisement

loading