By K. Ramanraj
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I |
J | K | L | M | N | O | P | Q | R |
S | T | U | V | W | X | Y | Z |
K | R | a | m | a | n | r | a | j |
---|---|---|---|---|---|---|---|---|
2 | 9 | 1 | 4 | 1 | 5 | 9 | 1 | 1 |
=> 2 + 9 + 1 + 4 + 1 + 5 + 9 + 1 + 1
=> 33
=> 3 + 3
=> 6
Therefore, the Numerological sum = 6
The work sheet displays the entire computation done.
Using this method, with a little practice, the numerological sum of even very long text or numbers can be computed mentally, almost as quickly as the characters are read without even the aid of paper or an application like this.
The code for this script is simple. A few lines to get the numerical equivalent, and the arithmetic itself is done merely with:
lucky_number = lucky_number + numerical_equivalent;
if (lucky_number > 9){
lucky_number = lucky_number - 9;
}
Copyright (C) 2001 K. Ramanraj
Please send your comments on the content of these web pages to ramanraj@vsnl.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 2 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, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA