Sharp EL-9900 EL9900 Operation Manual - Page 137

Sharp EL-9900 Manual

Page 137 highlights

THE BISECTION METHOD (continued) Continue entering the program BISECT. If abs(N-P)>.01 PRGM B 0 3 MATH B 1 Goto B ALPHA N - ALPHA P ) MATH F 3 . 0 1 PRGM B 0 2 ALPHA B ENTER End PRGM A 6 ENTER Press 2ndF QUIT to exit the editor. 4. Enter the function for which you are interested in finding the root via the bisection method. Do this by pressing Y= and CL to clear the Y1 prompt. Press ▼ CL to clear additional prompts if necessary. Enter the function y = x2 - 2 for Y1 by pressing X/θ/T/n x2 - 2 ENTER . Execute the BISECT program by pressing PRGM A (EXEC) and selecting BISECT. Enter the lower bound for the root by pressing 1 ENTER . Enter the upper bound for the root by pressing 2 ENTER . The first midpoint will appear on the screen. Press ENTER repeatedly until the program stops. This last midpoint is accurate to at least two decimal places. 4 Advanced Keyboard/PROGRAMMING USING THE SHARP EL-9900 Copyright © 2002, Sharp Electronics Corporation. Permission is granted to photocopy for educational use only.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153

4
Advanced Keyboard/PROGRAMMING USING THE SHARP EL-9900
Copyright © 2002, Sharp Electronics Corporation.
Permission is granted to photocopy for educational use only.
THE BISECTION METHOD
(continued)
Continue entering the program BISECT.
If abs(N-P)>.01
PRGM
B
0
3
MATH
B
1
Goto B
ALPHA
N
ALPHA
P
)
MATH
F
3
.
0
1
PRGM
B
0
2
ALPHA
B
ENTER
End
PRGM
A
6
ENTER
Press
2ndF
QUIT
to exit the editor.
4.
Enter the function for which you are interested in finding the root via the
bisection method.
Do this by pressing
Y=
and
CL
to clear the Y1
prompt.
Press
CL
to clear additional prompts if necessary.
Enter
the function y =
x
2
– 2 for Y1 by pressing
X/
θ
/T/n
x
2
2
ENTER
.
Execute the BISECT program by pressing
PRGM
A
(EXEC)
and
selecting BISECT.
Enter the lower bound for the root by pressing
1
ENTER
.
Enter the upper bound for the root by pressing
2
ENTER
.
The first midpoint will appear on the screen.
Press
ENTER
repeatedly
until the program stops.
This last midpoint is accurate to at least two
decimal places.