CAUTION: You must RE-INITIALIZE the calculator after changing any of the default settings in the top row.
Fano Plane Code compliments of Bruce Gray at https://github.com/Util
Please contact me if you locate a bug. Include instructions on how to reproduce the error.
Contact:John Wayland Bales, Department of Mathematics (Retired), Tuskegee University, Tuskegee, AL 36088 USA
This is a 'Reverse Polish octonion calculator' with a level three pushdown stack. The top of the stack is the rightmost column.
The traditional 'PUSH' operation is here rendered as 'ENTER'
Octonions may be entered by hand in the top register or you may generate random entries and store them for reuse.
To perform an operation such as x + y you would do x enter y plus and the result will appear in the top register.
An example of a more complex calculation is given below the calculator.
There are sixteen memory registers X,Y,Z plus A through M accessible from a dropdown list.
There are 480 different octonion triad sets which specify the product of the seven octonion basis vectors.
You may replace the seven default triads with your preferred set of triads, but must re-initialize the calculator after doing so.
Feel free to email me with questions or comments using my email at the bottom of the calculator page.
If you find a bug, please send me a bug report with instructions on how to reproduce the error.
The default triads in the top row are based on Degan's Eight Square Identity.
You may change the default triads to any of the other 480 Octonion triads but you must re-initialize the calculator after doing so.
You may select the value of the 'center' position in the Fano plane by changing the value of C from the drop down list.
To illustrate one of the Moufang identities using randomly generated entries, for example Z(X(ZY)) = ((ZX)Z)Y, perform the following operations:
Copyright (C) 2009, 2023 John Wayland Bales john.w.bales@gmail.com
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org.
You may use or modify this software for any non-commercial use so long as you include this copyright notice.
Also check out the Sedenion calculator.