.. ...
|
Bill
Gillam's Math Pages
Part I: Notation.
This document will use the following notations:
-
Menu or button choices are in bold text. For example: File
or OK.
-
Submenu choices will be denoted by the pipe symbol " | ". For example:
Spreadsheet/stats
| graphical stats | boxplots tells the user to
-
Choose Spreadsheet/stats from the main menu.
-
Move the cursor down to the graphical stats selection.
-
Move the cursor to boxplots and release. This will choose the boxplot
option.
-
Typed text will be placed in quotes. For example: Type "x^2-6" means to
type the five characters x, ^, 2, - and 6 from the keyboard.
-
Box titles are in italics.
Part II: Graphing functions.
IV. Other single column options under Spreadsheet/stats
1) Frequency table - This option allows you to
generate tables for various class sizes. 2) Numeric stats - Mean, median,
mode, standard deviation and other statistical measures by column. (one-variable
stats)
V. Two column processes:
First open a new file and place data in at least two columns. In this example,
I will generate the data. The user will usually be using data they gathered.
-
Choose File | Close. Don't save.
-
Choose File | New.
-
Choose Spreadsheet/stats | Data.
-
Place the cursor in column 1. Choose Generate | Sequence.
-
Type in "x", then choose OK.
-
Place the cursor in column 2. Choose Generate | Sequence.
-
Type in "x^2", then choose OK.
-
Choose OK to return to the canvas.
-
To make a column vs. column scatterplot, choose Spreadsheet/stats |
Scatterplots and type in the two columns to use ( "1" and "2" in this
case), then choose OK.
|
 |
Try to find a representative curve by obtaining a regression function:
-
Choose spreadsheet/stats | regression.
-
Choose quadratic regression and press the Calc button.
-
Choose OK on the next screen. This should return you to see your
equation.
If you wish to graph this equation, choose Copy to copy it to equation
#10.
|
 |
. VI. Placing text on the canvas
-
Use the mouse to place the cursor in the desired position.
-
Double click the mouse.
-
If you wish to change the font or color, choose Text | Font.
-
Type in text. Enter when finished.
-
If you wish to delete or edit the text later choose Text | Edit.
VII. Saving your work
-
File | Save will save the file in native (*.fun) format, so you
can reload it later.
-
File | Save Bitmap will save the canvas as a bitmap (*.bmp) file.
-
File | Print will print the canvas.
-
Edit | Copy will copy the canvas onto the clipboard, so you can
paste it into other programs.
-
To export spreadsheet data to a delimited text (*.txt) file. Choose Spreadsheet/stats
| Data. Next choose File | Export from the data screen (spreadsheet)
menu.
VII. Other stuff.
-
You can import ascii delimited data by choosing File | Import Data
from the main or the data (spreadsheet) menu.
-
There are various speedbuttons and toolbars which can be used instead of
the menu commands. You may discover these for yourself. The toolbars can
be displayed by the Show tools selection in the Function, Spreadsheet
and Range menus.
-
There are some selections for displaying axes and scales under the range
menu. Since graphs such as histograms must show a scale, these can cause
conflicts when used with the statistical graphs, so be careful.
-
There is a built-in calculator accessible by choosing Help | Calculator
form the main menu, the Calculator option in the function input
screen, or when using a function to generate data in a matrix. I sometimes
use the calculator to construct especially complex algebraic expressions,
then I paste them into the function or sequence screen.
VIII. Known problems:
-
The program has problems with fractional roots. I defined fractional exponents
using the log function, so it doesn't accept negative numbers raised to
a fractional exponent. I know I can fix this in C++ if I port over, but
have not yet found an easy solution in Delphi (Pascal).
-
The equation solver looks for a sign change to solve equations and therefore
misses double roots.
Back
to Software Page
End of page. This page has been accessed
times.
|