Index Scientific Psychic

Numerology - What your name means.

Numerology derives occult and esoteric relationships between numbers and physical objects or living things. People who believe in numerology claim that numbers govern much of what happens in relationships, health, finances, and life in general. According to this belief, the numbers derived from a person's name and date of birth may be used to deduce things about personality, relationships, and even the future. There is no scientific proof that any of these claims are true, but this does not stop people from believing or being interested in the insights that numerology can give them.

numerology
Numeroloty chart and lucky numbers
Type your complete name,
birth date, and press ENTER
Name:
Birth Date:
    Format: MMDDYYYY
      
 

Numerology originated approximately in one thousand BCE when Roman and Hebrew numbers consisted of letters of the alphabet and the number zero had not yet been invented. Some of the numbers formed by letters were interpreted as words whose meaning could be scrutinized for mystical insights. Even today, some Roman numbers can be associated with English words and meanings. For example, 1009 (Roman: MIX) is an English verb and noun, 100 (Roman: C) is pronounced like SEE or SEA, 59 (Roman: LIX) is pronounced like LICKS or LIKES, and 40 (Roman: XL) is an abbreviation for EXTRA LARGE or is pronounced like EXCEL. These numerolinguistic associations can lead to many connotations.

The use of the number zero was popularized in Europe during the 11th century CE by the Italian mathematician Fibonacci. After the adoption of the Arabic number system, many numerology systems were developed to assign numerical values to the letters of the alphabet. The system known as gematria, which was originally developed for the Hebrew alphabet, computes values for words by adding the values of the letters. Words which have the same numerical equivalence are thought to share some occult connection. In contemporary terms, gematria corresponds to a hash function[1], and the numerical equivalence of two words is called a hash code collision. The following table illustrates a simple mapping of the English alphabet to numerical values. The characters of a word are substituted with the corresponding numbers, and the numbers are then added together to get the numerical value of the word.

1 2 3 4 5 6 7 8 9
A, J, S B, K, T C, L, U D, M, V E, N, W F, O, X G, P, Y H, Q, Z I, R

A passage in the Book of Revelation (13:18) of the New Testament says that a person who has understanding can calculate that 666 is the number of the beast, and that the beast is a man. Biblical scholars have tried to identify the man using Greek isopsephy and Hebrew gematria, where every letter corresponds to a number. Some theologians support the interpretation that the name and title of Nero Caesar who was a Roman Emperor from 54 to 68 CE transliterates to the Hebrew letters that map to 666.[2]

Here is wisdom. Let him who has understanding calculate the number of the beast, for the number is that of a man; and his number is six hundred and sixty-six. (Revelation 13:18, New American Standard Bible, 1995)
666 - The number of the beast.
The number of the beast.

The English Qabalah uses the following numeric correspondences:

 1  2  3  4  5  6  7  8  9 10 11 12 13
A L W H S D O Z K V G R C
 
14 15 16 17 18 19 20 21 22 23 24 25 26
N Y J U F Q B M X I T E P

The original order of the English Qabalah system (A,L,W,H,...) was developed by counting every 12th letter in the English alphabet and upon reaching the end of the alphabet, continuing at the beginning again. However, this is equivalent to mapping the letters of the English alphabet to the positions corresponding to (X+19) modulo 26 where X is the position of the current letter. Thus, if A starts in position 1, B should be in position 1+19 = 20. Then, C should be in position 20+19 = 39, which modulo 26 becomes 13, and so on. Since 19 is a prime number, the 26 slots are filled without overlaps. This is similar to a perfect hash function that maps distinct elements to integers with no collisions.

The date of birth is used to calculate the Life Path number. The month, day, and year are added together to arrive at a total. The resulting four-digit number is reduced by adding its digits. The process is continued until a single digit is obtained. For example, the calculation for a person born on November 7, 1973 would be obtained by adding 11+7+1973 to obtain 1991. Adding the digits 1+9+9+1 we get 20 which when added as 2+0 reduces to the Life Path number 2.

Modern Computers and Numbers
Computers can only handle binary numbers (0 and 1) called bits. These bits are grouped in sets of 8 to represent numbers from 0 to 255, or in sets of 16 to represent numbers from 0 to 65,535. Any alphabetic representation must consist of a mapping of these numbers to specific graphic characters. Each set of mappings is called a Code Page. Thus, a Latin code page maps 256 eight-bit numbers into graphic characters for Western European languages, whereas a Slavic code page maps the same 256 numbers into Cyrillic characters for Russian and Bulgarian. Unicode is a 16-bit code that provides mappings for the characters of over 90 alphabets, and UTF-8 is a reversible encoding mechanism that stores Unicode characters as 8-bit codes, but some characters require a sequence of several 8-bit codes. In the UTF-8 code and in the ASCII code, the upper case characters A through Z correspond to the numbers 65 through 90, whereas the lower case characters are mapped from 97 through 122. We could call this mapping the Computer Qabalah with which many electronic messages can be decoded.

hexadecimal dump
Figure 1. Hexadecimal and Character representation of a computer record.

The system most commonly used in our day-to-day computations is the decimal or base 10 system. This counting system evolved naturally because we have 10 fingers. However, the ancient Egyptians developed a base 60 system that is still in use today for timekeeping and angular measures. The number of minutes in one hour and the number of seconds in one minute are based on the old Egyptian counting system. The use of computers has made it necessary to work with number systems whose bases are powers of two. The hexadecimal system uses the digits 0 through 9 and the letters A through F as the numeric symbols. Figure 1 displays the upper case letter C as hexadecimal 43, which corresponds to the decimal number 67. The conversion from hexadecimal to decimal is done by multiplying the value of the first hex digit times 16 and adding the value of the second hex digit. Thus, 4×16+3 = 67.

Calculator Spelling   Calculator Spelling
Figure 2. Calculator Spelling for the word "HELLO"

In modern times, the study of the relationships between words and numbers has increased, specially for the purpose of encrypting data. Some simple systems like the calculator spelling illustrated in Figure 2 are only for entertainment, but modern cryptography combines the use of pseudorandom number generators with modular arithmetic to map any text into apparent gibberish. The only way to break the code is to know the starting number (seed) of the pseudorandom number generator and the sequence of numbers that it generates.


References:
  1. Hash Function - A hash function is a mathematical function that converts a character string into a small number.
  2. Number of the Beast

Note: The information entered above is used exclusively for the calculations and it is not saved in any form. The word qabalah is often spelled as kabbalah, kabbala, kabala, cabbalah, cabbala or cabala.
The Life Path information is derived from Michael McClain, Astrology-Numerology.com. Used with permission.



© Copyright  - Antonio Zamora