Balanced Ternary in MATLAB
I wanted to do something with balanced ternary the other day, so I wrote this MATLAB class. classdef bt % Class for managing numbers in balanced ternary. % properties (SetAccess=’private’) trits = ”; end...
Random Ramblings from the Garrity Family
I wanted to do something with balanced ternary the other day, so I wrote this MATLAB class. classdef bt % Class for managing numbers in balanced ternary. % properties (SetAccess=’private’) trits = ”; end...
Do you have a favorite number system? I do. Knuth said: Perhaps the prettiest number system of all, is the balanced ternary notation. Balanced ternary is a number system where the radix is 3,...