Vous êtes sur la page 1sur 348

For instructions, press the "Instructions" tab at the bottom of the window.

Row Operation x1 x2 x3 x4 x5 x6 x7
Decimal Mode
Fraction Mode
Integer Mode
2 3 4
3 4 5
1 1.5 2
3 4 5
0.5 0.75 1
-5 -6.5 -8
0.5 0.75 1
10.5 13.75 17
0.5 0.75 1
-20.5 -26.75 -33
0.5 0.75 1
41.5 54.25 67
1 0 -1
0 1 2
decimal
1/3
3
2
4
For instructions, press the "Instructions" tab at the bottom of the window.
x8 x9 x10 x11 x12 x13
Decimal Mode
Fraction Mode
Integer Mode
hello
decimal
1/3
3
2
4
decimal
1/3
3
2
4
decimal
1/3 2
3 4
2 2
4 3
2
Instructions for Using the Excel Pivot Utility
Important points:
1. Macros should be Enabled for this utility to work.
2. The matrix you enter should start with its (1,1) entry in the top left (Cell B14).
3. The largest size matrix permitted by the program is 50. (You could increase that by dabbling with the code..)
4. If nothing happens as a result of an operation, this could indicate an error. Chack your matrix entries and try again.
Modes:
Decimal Mode represents all matrix entries as floating point decimal numbers. Pivoting on an entry automatically converts
that entry to 1.
Fraction Mode represents all matrix entries as fractions. Pivoting on an entry automatically converts
that entry to 1. Enter fractions as "a/b" (no "equals" signs).
Integer Mode only works if all the matrix entries are integers. Pivoting in Integer Mode will not result in fractions.
If you force fractions (by, say, dividing a row by a number) then the worksheet will automatically switch to Fraction Mode.
You can enter (or change) entries at any step. If the sheet is set to fraction mode and you enter a fraction, just re-select
the mode you want to convert all your changes to the proper form.
Doing Row Operations:
Type the row operation(s) you want to use in Column A next to the row(s) you wish to change.
The format should be: nRi +/- mRj. Spaces are optional.
Examples
R1- 3R4 or R1 - 3*R4
(1/4)R2 + 4R5 or .25*R1 + 4*R5
(1/3)R5 not R5/3
R6
To change the order of the rows, type the replacement rows in the "Row Operation" column.
Example
To swap Rows 1 and 3, type R3 next to Row 1 and R1 next to Row 3
When you have typed in all the row operations you wish to perform, press "Do Row Operations".
Pivoting:
To pivot on a specifed entry, select it (click on it) and then press "Pivot on Selection".
If you are in decimal or fraction mode, the selected entry will be converted to 1 via a row operation, and then its column
will be cleared. If you are in integer mode, the column will be cleared, but the selected entry may not become a "1".
Row Reducing:
Press "Reduce Completely" to obtain the row-reduced echelon form of your matrix.
Miscellaneous:
1. To "remember" a matrix for future use, press "Remember This". You can recall it later by pressing "Recall from Memory".
2. This worksheet supports multiple "undo"s and "redo"s. You can also undo an erase.
3. "Undo" and "Redo" will only work dependably if you do not change specific entries of the matrix during a sequence of "undo"s or "redo"s. Otherwise strange things may happen..
The largest size matrix permitted by the program is 50. (You could increase that by dabbling with the code..)
If nothing happens as a result of an operation, this could indicate an error. Chack your matrix entries and try again.
Decimal Mode represents all matrix entries as floating point decimal numbers. Pivoting on an entry automatically converts
Fraction Mode represents all matrix entries as fractions. Pivoting on an entry automatically converts
Integer Mode only works if all the matrix entries are integers. Pivoting in Integer Mode will not result in fractions.
If you force fractions (by, say, dividing a row by a number) then the worksheet will automatically switch to Fraction Mode.
You can enter (or change) entries at any step. If the sheet is set to fraction mode and you enter a fraction, just re-select
If you are in decimal or fraction mode, the selected entry will be converted to 1 via a row operation, and then its column
will be cleared. If you are in integer mode, the column will be cleared, but the selected entry may not become a "1".
To "remember" a matrix for future use, press "Remember This". You can recall it later by pressing "Recall from Memory".
"Undo" and "Redo" will only work dependably if you do not change specific entries of the matrix during a sequence of "undo"s or "redo"s. Otherwise strange things may happen..

Vous aimerez peut-être aussi