Saturday, May 14, 2016

ANC: Alphabetic Numerology Calculator

Update Dec 10, 2017

Alphabetic Numerology Calculator
NORMAL

OPTION

INPUT

ANC

For input larger than 40 characters, the details won't show the addition so it won't look too cluttered.


How to Use

  • Type the text you wanna count on the input box, you'll see the output.
  • To clear everything, delete all input.
  • Use the option to pick certain version(s) to calculate your input.
  • Typical usage: type a name (letters) or anything you want. Then you'll see the total values of those characters.
  • Hit DETAILS to see the detail of each version.
    To close the pretty much confusing info, hit CLOSE button.
  • To reverse the mapping, hit REVERSE?.
    To use normal mapping, hit NORMAL. You can also hit the top label REVERSED or NORMAL to switch between them as long as the input isn't empty.
  • Hit TOP to scroll to input box.
  • You could use [embiggen] link (below ANC) to get a wider area if you're on desktop or laptop or tablet.
  • You could also open couple tabs to observe the reversed and normal calculation outputs.
  • < and > characters are automatically omitted before calculation.

This is also known as Gematria (Aramaic), or geometry (of letters and numbers). Similar method can also be found in other cultures, namely Indian (India), Chinese, and the "derivations", but using their own letters and perspectives. Although different in languages, but the perspectives are usually equivalent, since the observed object is our own realm. Number is the language of angels, some said, I said it, angels as in not human, beyond human. And or but, there're categories for them.
ANC only works for numeral and A-Z alphabet (and ampersand & character only for Jewish Ordinal version). Engl-ish word is recommended to be calculated.

To see each version mapping (letter: value), hit DETAILS and scroll to the bottom of that particular version.


Standard Hebrew Numeric

The Hebrew numerical is as such:

For tens, like 11, 12, 13, ..., 19, it is adding yod (י value 10) with the unit number (same with twenties, thirties, hundreds, and so forth).
Let's see couple examples:
12 = 10 + 2 ► יב (consists of yod and bet, read it from RIGHT to LEFT). 12 is pronounced as shneyim-'asar (masculine) and shteyim-'esre (feminine).
In Arabic, 12 is athnay eashar (اِثْنا عَشَرَ) -- one version.
17 = 10 + 7 ► יז (consists of yod and zayin), shiv'a-'asar (masculine) and shva'-'esre (feminine).
In Arabic, 17 is sbet eshr (سبعة عشر) -- one version.

Except for 15 and 16 in Hebrew, those numbers do not use the addition with yod.
15 is ט״ו (tet and vav with gershayim/double geresh - to denote that it is a number) ► tet (9) + vav (6) ► 9 + 6 = 15.
16 is ט״ז (tet and zayin with a gershayim also) ► tet (9) + zayin (7) ► 9 + 7 = 16.
The restriction is applied to avoid the confusion for the writing of יהוה (YHWH, tetragrammaton, consists of 4 letters), יַהְוֶה (Yahweh), יְהֹוָה (Yehovah) and אֲדֹנָי (Adonai), related to Elohim (אֱלֹהִים), Elyon (עליון) -- names of God in Judaism. Related to El (אל), deity in Canaanite religion.

The masculine / feminine cardinal is only used for 1 through 19. When to use the masculine or the feminine depends on the described noun. If it has no such noun, then the feminine version is used, like a page number of a book.
In Arabic, it's quite different.
Plus other syntax rules when involving adjective and ordinal (first, second, third, ...). 0 and number ≥20 only use one version of each. Well, I suppose you could learn more about Hebrew (and Arabic, as comparison) on another place.


Writing Systems

Back to ANC, the standard numerical, the letter reference and arithmetic for presenting a numeral is very similar to Greek or (olden) Armenian numeral but has RIGHT to LEFT composition. And of course, with different letter reference.

Category

  • The Hebrew (and Arabic) letter system for writing is called Abjad (Arabic: Alif, Ba, Ta, Tha, Jim, Ha, Kha, Dal, Dhal, ...). The writing orientation is RIGHT to LEFT ( ← ).
  • The Armenian, Greek, Cyrillic, etc.., and A to Z (Latin) is called Alphabetic system. Alphabetic writing always goes from LEFT to RIGHT ( → ).
  • Kanji, Kana, Hanja, ... (Chinese, Japanese, Korean, ...) is called (syllable-based) Logographic. Asian writing typically implements TOP to BOTTOM and RIGHT to LEFT orientation ( ↓ ← ). But nowadays, it can also be done LEFT to RIGHT similar to Latin (A-Z) writing orientation ( → ).
  • Sanskrit, Tamil, Khmer, Javanese, Sundanese, Balinese, Batak, Thai, Lao, Inuit, Tifinagh, ... is called Abugida (Avugida). Avugida system usually applies LEFT to RIGHT orientation ( → ).

The categorisation was made not by me, but by not me.

Because we're observing the English language (also for other languages with A to Z letters only), so the standard numerical isn't included in the tool above.


Arithmetic

This tool will add all values from each character and then simplify that into one digit number, 1 through 9. Except if you type just 0 and/or non-letter/non-number.
All of them use the same arithmetic to simplify the number.

Example for Pythagorean version:

Let's calculate this word: YES
In A-Z, "Y" is at position (index) 25, "E" is 5, and "S" is 19.
The sum from addition of the actual indexes is called "ORIGINAL TOTAL". And the result from the addition of the "reduced" indexes is called "REDUCED TOTAL".
"Reducing" is as such, any number above 9 can be simplified into one digit (1-9).
For example: 12, the reduced version of 12 ► 1 + 2 = 3.


Thus, the calculation of the word "YES" goes like this (in Pythagorean version):

ORIGINAL TOTAL ► 25 + 5 + 19 = 49

REDUCED TOTAL ► 7 + 5 + 1 = 13

ISOPSEPHY (from original total 49) ► 4 + 9 = 13 ► 1 + 3 = 4

ISOPSEPHY (from reduced total 13) ► 1 + 3 = 4

Both original total and reduced total will always have the same isopsephy.

In computer programming (any language not just JavaScript), finding isopsephy is using modulus operator (%), or for your own exercise, you could make a function to do the manual looping to mimic modulus operator. The modulus operator in modulo operation is to find the remainder of the division, like 3 ÷ 2 has remainder 1, or 3 % 2 = 1.
Operation in programming, for instance:
Isopsephy of 49 (base-10, use the largest digit for the divisor, 9) ► 49 % 9 = 4
But be careful, because 9 % 9 = 0 or 45 % 9 = 0, therefore, you need to put if to check the input first before doing the operation.

So, finding isopsephy can be done by doing looping addition, or using modulo operation. So then, with that knowledge, without doing any division, the remainder of 113 ÷ 9 can be calculated by adding all single digits in 113 ► 1 + 1 + 3 = 5.
For division of multiples of 9 by 9, like 113211 ÷ 9 ► 1 + 1 + 3 + 2 + 1 + 1 = 9. Since the addition yields the divider itself (9), meaning the division has no remainder. Eh? Uhm, yeah.
This method works only for division by 9 (largest digit of decimal). It doesn't work for any other number (as the divisor). Unless you're doing something in a different numeral base system.
Zero (0), by definition, is the representation of nothing. If zero (0) is divided or multiplied by other non-zero, the result will be zero. And zero multiplied by zero is zero, then zero (or non-zero) divided by zero is undefined. Mehehe. Twinkle twinkle little star.


Purpose

This calculator is useful for number patterns observation and research, the underlying construction of a word or words (phrase/sentence).


SS

In English language, the 12 common letters used are (starting from the most):

e, t, a, o, i, n, s, r, h, l, d c

For double letters occurrence in English (starting from the most):

ss, ee, tt, ff, ll, mm, oo

Secret Society can be abbreviated as SS. Why is it so secret? Because they can.

S in Chaldean (V-3) is 3, hence SS is 3 and 3. 33 is a significant number in Freemasonry. 3 + 3 = 6. Six. Six in Latin is sex. 666 in Greek numeral is χξϛʹ.
The term "OK" or the backward "KO" is 666 in Cornered Hexagonal (V-17) version, then it is 3 and 3 in reduced Triangular (V-14), and 6 and 6 in Triangular Hexagram (V-19). Fascinating.

What do those numbers mean? Well, those are "just" numbers. Generally as a method to quantify thing. But you can also see them as "footsteps" or markers or coordinates.


More Study

I'll share a pointer for your own study time. That is, this realm is a straight-forward place to explain. This realm, as in the soil, the tree, the animal, water, the cloud, the thunder, the wind, and such. Not swirling inside a maze, as in maze on, Mason. The "maze on" methodology, as a big picture, is similar to (unsolvable) paradox concept.
This catalyst-inhibitor paradoxical method is (has been) well applied and common in every global scheme. "They" are the master of that kind of highly praised yakety yak.
To con, to convince, and to control.
Crafty bunch, with crafty teachers.
If we are willingly carried by the "drift" (such as trend), believe it or not, we will always be partaking in "the con" without us knowing. It's like when we're inside a circle without any point of reference. All we have left is feeling, the weakest target, without any cognitive shielding.
And get this, live backward is evil. Precisely, if we live our lives "backward", evil will conveniently be the center of it. And if we consciously let evil take control, we'll live a "backward" life. It seems "successful", well, it is successful, but nothing is inside, just emptiness, a void. Very strange outcome, yet it is reproducible fact. You may observe and prove that.
Therefore, keep in mind, the simplest explanation is always the best (not the beast) and it leads to the truth.
Follow the straight path, and use your own senses and processor (brain) to recognise and avoid the traps.
Keep filling your knowledge and sharpen your own thinking ability. Being curious is natural. Do not solely depend on products, or right away trust mainstream media about anything, they're not what you think. It's the "acceptance through familiarity, familiarity by repetition" method. Since we're used to it, therefore we just take their word for it, no question. A simple analogy, pointing one pebble and say it is a chair repetitively daily, put it inside movies (entertainment) and as part of education until everybody says that thing on the ground is a chair. Although quite funny, but isn't that manipulation? Resulting only few people know the actuality, the rest are cattle. Sounds familiar?
It's the thought confinement.

All in all, we should keep and train our sincere kindness and respect. Those traits are precious to both worlds. This world and beyond.