You are on page 1of 18

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

Decimal Mode

Fraction Mode

Integer Mode

Row Operation x1 x2 x3 x4 x5 x6 x7 x8
1 0 0 3
-1*R3+R2 0 1 0 2
0 0 1 1
1 2 3 10
2 4 7 21
0 3 3 9
1 2 3 10
0 3 3 9
0 0 1 1
1 2 3 10
0 1 1 3
0 0 1 1
1 0 1 4
0 1 1 3
0 0 1 1
1 0 0 3
0 1 1 3
0 0 1 1
30 25 20 400
1 1 2 20
2 5 4 50
1 0 32 163
0 1 -20 -99
0 0 1 5
1 0 0 3
0 1 -20 -99
0 0 1 5
0 -1 1 2
4 -3 2 16
3 2 1 11
0 -1 1 2
4 -3 2 16
3 2 1 11
0 -1 1 2
4 -3 2 16
3 2 1 11
4 -3 2 16
0 -1 1 2
3 2 1 11
1 -0.75 0.5 4
0 -1 1 2
3 2 1 11
1 -0.75 0.5 4
0 -1 1 2
0 4.25 -0.5 -1
1 -0.75 0.5 4
0 1 -1 -2
0 4.25 -0.5 -1
1 0 -0.25 2.5
0 1 -1 -2
0 4.25 -0.5 -1
1 0 -0.25 2.5
0 1 -1 -2
0 0 3.75 7.5
1 0 -0.25 2.5
0 1 -1 -2
0 0 1 2
1 0 0 3
0 1 -1 -2
0 0 1 2
4 -3 2 16
0 -1 1 2
3 2 1 11
1 2 -3 8
3 -2 8 9
-2 2 1 3
1 2 -3 8
0 -8 17 -15
-2 2 1 3
1 2 -3 8
0 -8 17 -15
0 6 -5 19
1 2 -3 8
0 1 -2.125 1.875
0 6 -5 19
1 0 1.25 4.25
0 1 -2.125 1.875
0 6 -5 19
1 0 1.25 4.25
0 1 -2.125 1.875
0 0 7.75 7.75
1 0 1.25 4.25
0 1 -2.125 1.875
0 0 1 1
1 0 0 3
0 1 -2.125 1.875
0 0 1 1
hello

x9 x10 x11 x12 x13


integer
0 -1 1
4 -3 2
3 2 1
decimal
1/3 2
3 4
2 2
4 3
2
16
11
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. O
quence of "undo"s or "redo"s. Otherwise strange things may happen..

You might also like