Coordinates / B19

Sub-page of Coordinates

Daniel?: I have been thinking about it and I have a suggestion that in part comes from my experience as a programmer. I call the system B19 (a contraction of Base 19).

Now this takes a bit of a different tack as to where the initial index is (the programming experience coming in) and this may not be to the liking of some, but where for other systems the initial index is 1 or A, the initial index in this system is 0 (which some players may not like) and has a maximum index of I, with the format being (y,x) or yx (which works since every column and row is represented by a single digit).

So what some would call the 1,1 point, in this system would be the 0,0 or 00 or 0 point. Now what is that about you ask? Well, from this column row system there arises a natural numbering system where you can also call a point by a single number rather than as a pair of numbers, with point 0,0 being point 0 and II (aka 18,18 or in a traditional system 19,19) also being called point 360 (= 18*19 + 18).

To summarize B19:

0 = 0
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 7
8 = 8
9 = 9
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15
G = 16
H = 17
I = 18

Unfortunately, while this is fairly intuitive for anyone who is well enough versed in computer programming or certain areas of mathematics, it may cause problems for the average player.

00  01  02  03  04  05  06  07  08  09  0A  0B  0C  0D  0E  0F  0G  0H  0I
10  11  12  13  14  15  16  17  18  19  1A  1B  1C  1D  1E  1F  1G  1H  1I
20  21  22  23  24  25  26  27  28  29  2A  2B  2C  2D  2E  2F  2G  2H  2I
30  31  32  33  34  35  36  37  38  39  3A  3B  3C  3D  3E  3F  3G  3H  3I
40  41  42  43  44  45  46  47  48  49  4A  4B  4C  4D  4E  4F  4G  4H  4I
50  51  52  53  54  55  56  57  58  59  5A  5B  5C  5D  5E  5F  5G  5H  5I
60  61  62  63  64  65  66  67  68  69  6A  6B  6C  6D  6E  6F  6G  6H  6I
70  71  72  73  74  75  76  77  78  79  7A  7B  7C  7D  7E  7F  7G  7H  7I
80  81  82  83  84  85  86  87  88  89  8A  8B  8C  8D  8E  8F  8G  8H  8I
90  91  92  93  94  95  96  97  98  99  9A  9B  9C  9D  9E  9F  9G  9H  9I
A0  A1  A2  A3  A4  A5  A6  A7  A8  A9  AA  AB  AC  AD  AE  AF  AG  AH  AI
B0  B1  B2  B3  B4  B5  B6  B7  B8  B9  BA  BB  BC  BD  BE  BF  BG  BH  BI
C0  C1  C2  C3  C4  C5  C6  C7  C8  C9  CA  CB  CC  CD  CE  CF  CG  CH  CI
D0  D1  D2  D3  D4  D5  D6  D7  D8  D9  DA  DB  DC  DD  DE  DF  DG  DH  DI
E0  E1  E2  E3  E4  E5  E6  E7  E8  E9  EA  EB  EC  ED  EE  EF  EG  EH  EI
F0  F1  F2  F3  F4  F5  F6  F7  F8  F9  FA  FB  FC  FD  FE  FF  FG  FH  FI
G0  G1  G2  G3  G4  G5  G6  G7  G8  G9  GA  GB  GC  GD  GE  GF  GG  GH  GI
H0  H1  H2  H3  H4  H5  H6  H7  H8  H9  HA  HB  HC  HD  HE  HF  HG  HH  HI
I0  I1  I2  I3  I4  I5  I6  I7  I8  I9  IA  IB  IC  ID  IE  IF  IG  IH  II

Version with less air:

   00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0G 0H 0I
   10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 1G 1H 1I
   20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 2G 2H 2I
   30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 3G 3H 3I
   40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F 4G 4H 4I
   50 51 52 53 54 55 56 57 58 59 5A 5B 5C 5D 5E 5F 5G 5H 5I
   60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F 6G 6H 6I
   70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 7F 7G 7H 7I
   80 81 82 83 84 85 86 87 88 89 8A 8B 8C 8D 8E 8F 8G 8H 8I
   90 91 92 93 94 95 96 97 98 99 9A 9B 9C 9D 9E 9F 9G 9H 9I
   A0 A1 A2 A3 A4 A5 A6 A7 A8 A9 AA AB AC AD AE AF AG AH AI
   B0 B1 B2 B3 B4 B5 B6 B7 B8 B9 BA BB BC BD BE BF BG BH BI
   C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 CA CB CC CD CE CF CG CH CI
   D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF DG DH DI
   E0 E1 E2 E3 E4 E5 E6 E7 E8 E9 EA EB EC ED EE EF EG EH EI
   F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF FG FH FI
   G0 G1 G2 G3 G4 G5 G6 G7 G8 G9 GA GB GC GD GE GF GG GH GI
   H0 H1 H2 H3 H4 H5 H6 H7 H8 H9 HA HB HC HD HE HF HG HH HI
   I0 I1 I2 I3 I4 I5 I6 I7 I8 I9 IA IB IC ID IE IF IG IH II

Coordinates / B19 last edited by RobertPauli on November 21, 2017 - 18:06
RecentChanges · StartingPoints · About
Edit page ·Search · Related · Page info · Latest diff
[Welcome to Sensei's Library!]
RecentChanges
StartingPoints
About
RandomPage
Search position
Page history
Latest page diff
Partner sites:
Go Teaching Ladder
Goproblems.com
Login / Prefs
Tools
Sensei's Library