20060301
12-2 Creating a New Program
This section explains the steps you need to perform in order to create a new program.
General Programming Step
s
The following are the general steps for creating and running a program.
1. Open a new file.
• Tap
/
, or select the [Edit] menu and then [New File].
2. Input a name and tap [OK].
3. Input the expressions and commands that make up the program.
4. Input display commands as required into the program.
If you do not include display commands in your program, calculation results will not appear
on the display.
5. Save the program.
6. Display the Program Loader window by tapping
.
7. Run the program by tapping
P
, or by selecting the [Run] menu and then [Run Program].
Creating and Saving a Program
Example:
To create a program named “OCTA” that calculates the surface areas (cm
2
) and
volumes (cm
3
) of three regular octahedrons, the lengths of whose sides are 7, 10,
and 15 cm
The following formulas calculate the surface area S and volume V of a
regular octahedron for which the length of side A is known.
12-2-1
Creating a New Program
A
S = 2 3 A
2
, V
=
2
3
A
3
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...