-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnumerals.html
More file actions
248 lines (200 loc) · 8.88 KB
/
Copy pathnumerals.html
File metadata and controls
248 lines (200 loc) · 8.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to numerals in Maj language.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, numeral, numerals, ordinal, ordinals">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>SC Maj</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Maj Numerals</h1>
<div class="alert alert-secondary shadow-sm">
Maj numerals are associated with old Arabic symbols: We use a particular rule to create numeral words. From small words we create composite larger words to represent larger numbers.
</div>
<h2>Words</h2>
<p>These 3 words are related to counting. We can use them to announce there is a number, for example: noba una = number one. As you probably remember, last vowel: "a" is for noun, "o" is adjective and "u" is for verb.</p>
<ul>
<li>noba = number</li>
<li>nobu = to count</li>
<li>nobo = counted</li>
</ul>
<h2>Digits</h2>
<p>Though there are only 10 digits, in table below we have 11 words. One is for number 10 that is created from two digits: 1 + 0. Let's learn how to count in Maj from 0 to 10:</p>
<h2>Ordinals</h2>
<p>On a list we can refer to the position of one element using ordinals. These are primitive numbers ending with "o". Ordinals require article "al" before the number. Ordinals represent a relative relation between elements:</p>
<ul>
<li>al uno = first </li>
<li>al beo = second</li>
<li>al rio = third </li>
<li>al vio = forth </li>
</ul>
<table class="table table-border table-striped">
<tr><th>#</th><th>Symbol</th><th> Numeral IPA</th><th> Romanian</th><th> English</th></tr>
<tr><td>0 </td><td>nil</td><td> /nil/</td><td> zero </td><td> zero</td></tr>
<tr><td>1 </td><td>una</td><td> /una/</td><td> unu </td><td> one</td></tr>
<tr><td>2 </td><td>bie</td><td> /bie/</td><td> doi </td><td> two</td></tr>
<tr><td>3 </td><td>rei</td><td> /rei/ </td><td> trei </td><td> three</td></tr>
<tr><td>4 </td><td>kai</td><td> /kai/</td><td> patru</td><td> four</td></tr>
<tr><td>5 </td><td>fei</td><td> /fei/</td><td> cinci</td><td> five</td></tr>
<tr><td>6 </td><td>sei</td><td> /sei/</td><td> şase </td><td> six</td></tr>
<tr><td>7 </td><td>cte</td><td> /ʃte/</td><td> şapte</td><td> seven</td></tr>
<tr><td>8 </td><td>oke</td><td> /oke/</td><td> opt </td><td> eight</td></tr>
<tr><td>9 </td><td>nae</td><td> /nae/</td><td> nouă </td><td> nine</td></tr>
<tr><td>10</td><td>dis</td><td> /dis/</td><td> zece </td><td> ten</td></tr>
</table>
<div class="center">
<audio controls>
<source src="alpha/numerals.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 } </p>
</div>
<div class="alert alert-info"><b>Note:</b> Each primitive numeral is only 3 characters long. Last character is usuall a vowel: {a, e, i}. We use "a" for singular and {e, i} for plural, but there are two exceptions: "Nil and Dis", that comes from French.</div>
<h2>Repetition</h2>
<p>In many propositions we may refer to a repetitive action. In Maj we use word "re" that represents how many times an action or event occurs. We use short version of numbers for expressing repetitions. We use to replace the last missing letter from prefix.</p>
<ul>
<li>nil re = never </li>
<li>una re = one time</li>
<li>bie re = two times</li>
<li>rei re = three times</li>
<li>kai re = four times</li>
<li>dis re = then times</li>
</ul>
<h2>Next numbers</h2>
<p>For numbers > 10 we have a simple rule: use prefix "di" and create a composite word. It is very easy to remember. All numbers > 10 are words having 5 letters.<p>
<table class="table table-border table-striped">
<tr><th>#</th><th>Symbol</th><th> Numeral IPA</th></tr>
<tr><td>11</td><td> diuna</td><td> /diuna/</td></tr>
<tr><td>12</td><td> dibie</td><td> /dibie/</td></tr>
<tr><td>13</td><td> direi</td><td> /direi/</td></tr>
<tr><td>14</td><td> dikai</td><td> /dikai/</td></tr>
<tr><td>15</td><td> difei</td><td> /difei/</td></tr>
<tr><td>16</td><td> disei</td><td> /disei/</td></tr>
<tr><td>17</td><td> dicte</td><td> /diʃte/</td></tr>
<tr><td>18</td><td> dioke</td><td> /dioke/</td></tr>
<tr><td>19</td><td> dinae</td><td> /dinae/</td></tr>
</table>
<div class="center">
<audio controls>
<source src="alpha/over10.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{ 11, 12, 13, 14, 15, 16, 17, 18, 19 } </p>
</div>
<h2>Larger numbers</h2>
<p>For numbers > 20 we have a simple rule: use sufix "di" and create a composite word. It is very easy to remember. All numbers >= 20 are words having 5 letters.<p>
<table class="table table-border table-striped">
<tr><th>#</th><th>Symbol</th><th> Numeral IPA</th></tr>
<tr><td>10</td><td> unadi</td><td> /unadi/</td></tr>
<tr><td>20</td><td> biedi</td><td> /biedi/</td></tr>
<tr><td>30</td><td> reidi</td><td> /reidi/</td></tr>
<tr><td>40</td><td> kaidi</td><td> /kaidi/</td></tr>
<tr><td>50</td><td> feidi</td><td> /feidi/</td></tr>
<tr><td>60</td><td> seidi</td><td> /seidi/</td></tr>
<tr><td>70</td><td> ctedi</td><td> /ʃtedi/</td></tr>
<tr><td>80</td><td> okedi</td><td> /okedi/</td></tr>
<tr><td>90</td><td> naedi</td><td> /naedi/</td></tr>
</table>
<div class="center">
<audio controls>
<source src="alpha/over20.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{10, 20, 30, 40, 50, 60, 70, 80, 90 } </p>
</div>
<div class="alert alert-info"><b>Note: </b>unadi = 10 can be pronounced shortly: dis that is equivalent to explicit: unadi. We usually use the short version.</div>
<h2>Huge numbers</h2>
<p>Larger numbers are more difficult. We have new words to represent these numbers.</p>
<table class="table table-border table-striped">
<tr><th>#</th><th>Symbol</th><th> Numeral IPA</th></tr>
<tr><td>100</td><td> suta </td><td> /suta/ </td></tr>
<tr><td>n00/td><td> sute </td><td> /sute/ </td></tr>
<tr><td>1000/td><td> toza </td><td> /toza/ </td></tr>
<tr><td>n000/td><td> toze </td><td> /toze/ </td></tr>
<tr><td>1,000,000/td><td> mona </td><td>/mona/ </td></tr>
<tr><td>n,000,000/td><td> mone </td><td>/mone/ </td></tr>
<tr><td>1,000,000,000/td><td>bila </td><td>/bila/ </td></tr>
<tr><td>n,000,000,000/td><td>bile </td><td>/bile/</td></tr>
</table>
<div class="center">
<audio controls>
<source src="alpha/huge.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{hundreds, thousands, milions, bilions} </p>
</div>
<h2>Composite numbers</h2>
<p>Now we can read any composite number that is not present in previous tables by using rules. Let's do some exercises then we will explain the rules. Let's start with numbers > 10 that have additional units:</p>
<ul>
<li>21 = biedi ci una</li>
<li>53 = feidi ci rie</li>
<li>95 = naidi ci fei </li>
</ul>
<hr>
<div class="center">
<audio controls>
<source src="alpha/composite.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{21, 53, 95} </p>
</div>
<hr>
<p><b>First rule: </b>Numbers > 20 that have additional units are connected using preposition: "ci" read as /ʃi/ = and. This word has rol of addition (+).</p>
<ul>
<li>421 = kai sute biedi ci una</li>
<li>653 = sei sute feidi ci rie</li>
<li>895 = oke sute naidi ci fei</li>
</ul>
<hr>
<div class="center">
<audio controls>
<source src="alpha/first_rule.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{421, 653, 895} </p>
</div>
<hr>
<p><b>Second rule: </b>For numbers > 100, the "ci" is not used between thoza and sute, but is andestood and is a mistake to use "ci" for large numbers except tha last digit (units):</p>
<ul>
<li>1653 = una toza sei sute feidi ci rei</li>
<li>3421 = rei toze kai sute biedi ci una</li>
<li>7895 = cte toze oke sute naidi ci fei </li>
</ul>
<hr>
<div class="center">
<audio controls>
<source src="alpha/second_rule.mp3" type="audio/mpeg">
Your browser does not support audio.
</audio>
<p>{1653, 3421, 7895} </p>
</div>
<!-- work in progress-->
<hr>
<p><b>Read next:</b>
<a href="articles.html">Articles</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>