Data Storage: Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "== Ternary Data Units == Base three does not align very well with decismal. Binary uses the "Magic Number" 1024 (2^10) which is very close to 1000. Ternary does not have a value that fits this well. So one must just be chosen. The nearest is 729 (3^6). Instead of barrowing binary unit names I came up with my own unit names from the end letters of Heptavintimal. {| class="wikitable" style="text-align: center; font-family: monospace;" |+ Ternary Data Units |- ! P...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Ternary Data Units ==
== Ternary Data Units ==
Ternary does not align very well with decimal. Binary uses the [[Magic Number]] 1024 (2^10) which is very close to 1000. Ternary does not have a value that fits this well. So the closest one must be chosen.


Base three does not align very well with decismal. Binary uses the "[[Magic Number]]" 1024 (2^10) which is very close to 1000. Ternary does not have a value that fits this well. So one must just be chosen. The nearest is 729 (3^6). Instead of barrowing binary unit names I came up with my own unit names from the end letters of [[Heptavintimal]].
The nearest to 1000 is 729; 3 to the power of 6. Instead of borrowing binary data unit names I came up with my own unit names from the letters of [[Heptavintimal]] starting backwards.


{| class="wikitable" style="text-align: center; font-family: monospace;"
{| class="wikitable" style="text-align: center; font-family: monospace;"
|+ Ternary Data Units
|+ Ternary Data Units
|-
|-
! Power !! Digit !! Word !! Unit Letter !! Pronunciation
! Power !! Digit !! Word !! Short !! Pronunciation
|-
|-
| 729<sup>0</sup> || trit || Tryte || t / T ||
| 729<sup>0</sup> || trit || Tryte || t / T ||
|-
|-
| 729<sup>1</sup> || Qilotrit || Qilotryte || Qt / QT || "Quilo"
| 729<sup>1</sup> || Qytotrit || Qytotryte || Qt / QT || "Quito"
|-
|-
| 729<sup>2</sup> || Pegatrit || Pegatryte || Pt / PT || "Peaga"
| 729<sup>2</sup> || Pegatrit || Pegatryte || Pt / PT || "Peaga"
|-
|-
| 729<sup>3</sup> || Oigatrit || Oigatryte || Ot / OT || "Oyga"
| 729<sup>3</sup> || Odictrit || Odictryte || Ot / OT || "Odik"
|-
|-
| 729<sup>4</sup> || Naratrit || Naratryte || Nt / NT || "Nara"
| 729<sup>4</sup> || Naratrit || Naratryte || Nt / NT || "Nara"
Line 20: Line 21:
| 729<sup>5</sup> || Metatrit || Metatryte || Mt / MT || "Meta"
| 729<sup>5</sup> || Metatrit || Metatryte || Mt / MT || "Meta"
|}
|}
The names/spellings are VERY open to change suggestions.

Latest revision as of 18:01, 12 March 2025

Ternary Data Units

Ternary does not align very well with decimal. Binary uses the Magic Number 1024 (2^10) which is very close to 1000. Ternary does not have a value that fits this well. So the closest one must be chosen.

The nearest to 1000 is 729; 3 to the power of 6. Instead of borrowing binary data unit names I came up with my own unit names from the letters of Heptavintimal starting backwards.

Ternary Data Units
Power Digit Word Short Pronunciation
7290 trit Tryte t / T
7291 Qytotrit Qytotryte Qt / QT "Quito"
7292 Pegatrit Pegatryte Pt / PT "Peaga"
7293 Odictrit Odictryte Ot / OT "Odik"
7294 Naratrit Naratryte Nt / NT "Nara"
7295 Metatrit Metatryte Mt / MT "Meta"

The names/spellings are VERY open to change suggestions.