Thursday, January 5, 2017

Coding of Numerals Using Alphabets

The coding depends on


1 2 3 4 5
a b c d e
f g hi
k l m n o
p q r s t
u v
w
x y


1 = a, f, k, p, u
2 = b, g, l, q, v
3 = c, h, m, r, w
4= d, i, n, s, x
5= e, j, o, t, y

also

1 = aa, ff, kk, pp, uu
2 = bb, gg, ll, qq, vv
3 = cc, hh, mm, rr, ww
4= dd, ii, nn, ss, xx
5= ee, jj, oo, tt, yy

6 = ae  ... a+e
7= be   ... b+e
8= ce   ... c+e
9= de  ...  d+e

0= az, bz, cz, qz, AZ,ZA,.. Any two alphabets with z included

//
Coding using complement of ten
The coding is

1 is 9
2 is 8
3 is 7
4 is 6

5 =5
0 = 0

2016 = = 8093


No comments:

Post a Comment