1
Table of Contents
Programming a Calculation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
01 Greatest Common Divisors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
02 Fractions from recurring decimals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
03 Simultaneous Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
04 Solutions to quadratic equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
05 Values of Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
06 Summing Arithmetic Progressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
07 Summing Geometric Progressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
08 Approximate solutions to higher order equations(bisection method) . . . . . . . . . . . . 14
09 Approximate solutions to Equations of higher degree (Newton’s method) . . . . . . . 16
10 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
11 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
12 Definite Integrals(Trapezoidal rule) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
13 Definite integrals(Simpsons formula) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
14 Finding the area of a triangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
15 The angle between two vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
16 Finding the angles in a triangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
17 The radius of the Inscribed circle. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
18 The radius of the Circumscribed circle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
19 Center of mass of a triangle(barycentre) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
20 The distance between a line and a point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
21 The sum, difference and inner product of two vectors . . . . . . . . . . . . . . . . . . . . . . . 30
22 Rotation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
23 Complex numbers and polar coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
24 The inverse of a 2
×
2 matrix. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
25 Combinations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
26 The binomial distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
27 Confidence Intervals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
28 Test on a mean with
known (z-tests) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
29 Guess the number . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
30 Various areas and volumes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
µ
σ
2
関数電卓事例集
.book
1
ページ
2002年9月2日 月曜日 午後6時51分
Содержание 3950P
Страница 1: ......
Страница 46: ...MEMO MEMO MEMO MEMO...
Страница 47: ...Authors Dr Yuichi Takeda Research and Development Initiative Chuo University...
Страница 48: ......