Back

Kaktovik Numerals

180 points2 yearsen.wikipedia.org
jasonwatkinspdx2 years ago

Worth noting this detail towards the bottom of the article:

> Scores on the California Achievement Test in mathematics for the Kaktovik middle school improved dramatically in 1997 compared to previous years. Before the introduction of the new numerals, the average score had been in the 20th percentile; after their introduction, scores rose to above the national average. It is theorized that being able to work in both base-10 and base-20 might have comparable advantages to those bilingual students have from engaging in two ways of thinking about the world.

retrac2 years ago

Or perhaps engaging with this topic so practically - understanding their native language's counting system and then devising a notation - sparked an interest in what is often perceived as a useless and boring topic.

I had a few "ooh, this is not only useful, but intellectually fun" experiences with math in school. Positional number systems was one of them. Distinct aha moment. So much of what had not made sense before suddenly did, including why we had just spent weeks on logarithms. Without at least a few experiences like that, I am sure I would have been even more tuned out in class, destined to hate math for life. I found the way it was taught most of the time to be a form of low-grade torture.

hgsgm2 years ago

It's seems much more likely that the new system was easier to use because it's an iconic tally system (vertical stroke = 1, horizontal = 5) that doesn't require leaerning 9 digit symbols or place value.

jasonwatkinspdx2 years ago

Yeah, I think the wiki statement might be poorly worded, but the way I interpret it is something like:

- they learned base 20 counting verbally at home, possibly simple additions, multiplications, and such too

- they learned base 10 english counting as well, and eventually written arithmetic with Arabic numerals

- but there was a missing link in having to translate bases that made it harder for them to understand the underlying patterns of written arithmetic or even algebra

- having the new written numerals provided that missing bridge, allowing them to round out their understanding

To be clear that's just armchair speculation on my part, but that's how I interpreted it. They went from having a challenge of a missing mental connection, to having the advantage of two perspectives.

But certainly there's confounders, like perhaps the new numeral system motivated more interest and family support in math.

boppo12 years ago

What is a positional number system and how do logarithms help in learning/using it?

aaron6952 years ago

[dead]

yawaramin2 years ago

This reminds me of the Birkana artificial hexadecimal numerals: https://yawar.blogspot.com/2016/10/the-birkana-hexadecimal-n...

Panoramix2 years ago

https://en.wikipedia.org/wiki/Maya_numerals

The Mayan numerals are also base 20 but like 2000 years older.

ithkuil2 years ago

TIL Maya used a mixed radix system for calendars, using base 18 for most significant digits and base 20 for least significant digits.

The real world is messy

thaumasiotes2 years ago

We also use a mixed radix system for calendars, which is why we separate the digits of a date with non-numeric separators.

vintermann2 years ago

> The Iñupiaq language has a base-20 numeral system, as do the other Eskimo–Aleut languages of Alaska and Canada (and formerly Greenland). Arabic numerals, which were designed for a base-10 system, are inadequate for Iñupiaq and other Inuit languages. To remedy this problem, students in Kaktovik, Alaska, invented a base-20 numeral notation

Nobody suggest this to the Danes, please.

ithkuil2 years ago

"However, Danish numerals are not vigesimal since it is only the names of some of the tens that are etymologically formed in a vigesimal way. In contrast with e.g. French quatre-vingt-seize, the units only go from zero to nine between each ten which is a defining trait of a decimal system."

nayuki2 years ago

I see similarities with Chinese https://en.wikipedia.org/wiki/Counting_rods

timerol2 years ago

This character set was only added to Unicode last September, as mentioned on the page. I first learned about them via this video https://www.youtube.com/watch?v=EyS6FfczH0Q

dhosek2 years ago

That’s how I learned about them—I’m always curious about what’s new in each release of Unicode and how it impacts my Rust Unicode library (finl_unicode).

0823498723498722 years ago

TIL a new way to write sheep counts (spoken system: https://en.wikipedia.org/wiki/Yan_tan_tethera )

6502nerdface2 years ago

As employed so hauntingly by Jake Thackray in "Molly Metcalfe": https://youtu.be/TiXINuf5nbI

pimlottc2 years ago

Lovely story and song! Thanks for sharing!

arketyp2 years ago

Seems like it could be generalized to something more like a base 5 where the positions are rotated.

kmill2 years ago

This sort of rotation-and-superposition number system also appears (in base 5 too!) in the game Riven: https://dni.fandom.com/wiki/D%27ni_Numerals

It's sort of funny how both Kaktovik and the D'ni numerals were invented around the same time (1994 for Kaktovik and 1997 for when Riven was released).

ChrisMarshallNY2 years ago

> Arabic numerals, which were designed for a base-10 system, are inadequate for Iñupiaq and other Inuit languages.

I am curious as to why Arabic numerals (or any number system, for that matter) are inadequate for a language.

F3nd02 years ago

Because numbers written in the given number system don’t necessarily match up with the words in the given language. Take the number 475, for example. In English that reads as ‘four hundred seventy five’. When you look at the number, the symbols correspond to the words. You have 4 (four, in position of hundreds), 7 (seven, in position of tens), and 5 (five).

Now consider a language which uses a different base, base 12 for example. The same number might be read as ‘three gross three dozen seven’. But when you look at the number, there is no symbol representing three, and no symbol representing seven in the position of units. The number is hard to parse and read out, and it is also hard to write when going by the words.

kevin_thibedeau2 years ago

English eleven to nineteen don't have a match in base-10 numerals either.

dhosek2 years ago

Although thirteen to nineteen show a clear connection to the older style of saying the ones place before the tens place (“four and twenty blackbirds baked into a pie…”). Spanish has special words for eleven (once—pronounced ohn-say) to fifteen (quince) before moving to a standard form for sixteen (dieciséis—ten and six) through nineteen diecinueve—ten and nine).

hgsgm2 years ago

The French manage to convert between base 20 language and base 10 numerals.

acjohnson552 years ago

Not really. French is effectively base-10, but with some vestigial names. English is basically the same -- we say eleven instead of ten-one. The only real difference is that we say eighty instead of quatre-vingt. But neither system maintains any semblance of base-20 beyond that.

A more familiar sense of disorientation of language mismatch would be when metric users encounter imperial units and their arbitrary bases.

thaumasiotes2 years ago

You can get a very close analog by comparing English numbers (base 1,000) to Chinese numbers (base 10,000). The terminology coincides (with a couple asterisks) for numbers below 10,000, but above 10,000 it's essentially impossible to do mental conversion of numbers even though all the digits are the same.

Trying to operate simultaneously in a base 20 system and a base 10 system would be much worse than that, since all the digits would be different between representations.

+1
chadlavi2 years ago
runarberg2 years ago

So do the Danish, however the Danish language only counts the 10s in base-20. The 100s, the 1000s, the decimals and so on are still in base-10. So what ends up happening is that the numbers 40-90 are simply numbers with weird names and a perfect mapping to base 10. I don’t know how French count, but perhaps it is similar. This does not appear to be the case with Inuit counting.

swagasaurus-rex2 years ago

You could certainly write numbers above 9 as their base-10 representation. For example, 12. That number can be represented in both Kaktovik numerals and arabic. But you end up with an extra digit in arabic numerals, because you're supposed to carry the 1 once you reach 10.

Instead, we represent hexadecimal (base-16) in programming as 0-9 AND a-f, for example, A is 10, B is 11, C is the same as saying 12.

If you have multiple digits, like A4C in hex, it gets more complicated to figure out what number you're talking about in base-10. A is 10, 4 is 4, C is 12. To convert base-10 number you need to do this equation: (10 * 16 * 16) + (4 * 16) + (12) = 2636

dragonwriter2 years ago

It explains the problem: they are not a good way to express a base-20 numbering system used in the language.

(Now, you could easily augment or modify them to do that—and the creators [0] of this system initially tried that but were unsatisfied—the common way of expressing base-16 using arabic numerals plus the first six letters of the alphabet as added numerals is an example, but if you aren't using a language whose existing writing system conventionally users Arabic numerals, why would you?)

[0] middle school students!

ChrisMarshallNY2 years ago

I guess I was confused about that. I didn't think that a numbering system was considered part of a language. I always thought that a numbering system was more of an ADAPTER pattern (like Hexadecimal, binary, and octal are all "addons" to the English language).

dragonwriter2 years ago

The way that a language constructs number words can have an implied base; English has an implied based 10 in most of the language (though 0-19 uses a different structure that could imply base 20 if it continued.) Most germanic and romance languages I think do something similar, though, e.g. French (FR-fr, but not some other dialects) breaks back into an implicit base-20 at 60-99.

Having numerals that map well to words reduces friction for practical arithmetic.

+2
Turing_Machine2 years ago
kej2 years ago

Why stop at base-20 when base-1000 is available? https://en.wikipedia.org/wiki/Cistercian_numerals

kibwen2 years ago

How inefficient! It only takes 10 distinct black-and-white pixels to represent 1000 distinct glyphs. Even low-res bitmap fonts are usually at least 6x6 pixels in size, meaning that we can use them to represent numbers in base 2^36. And with modern high-DPI screens we have easily enough room for glyphs that are 30 pixels square, letting us represent numbers in base 2^900. But why limit ourselves to black and white? We have the full 8-bit color space to work with, letting us devise a numeral system that can easily represent (2^24)^900 numbers using the space of a single glyph. :)

Turing_Machine2 years ago

Base e would be the most efficient, if one assumes that the cost of representing a number in a particular radix is proportional to the radix. If you restrict the radix to natural numbers (e-state devices being rather hard to construct), base 3 would be more efficient.

As it happens, we've learned to make two-state devices way more cheaply than three-state devices, so binary wins in the real world, but if we figured out how to make three-state devices for at most 1.5 times the cost of two-state devices, base three would win.

It's fun to prove that base e and base 3 are theoretically more efficient than base 2 (and not all that difficult...only basic calculus is necessary).

l-2 years ago

> Base e would be the most efficient

Only in one dimension.

scotty792 years ago

Font that supports Kaktovik numerals:

https://languagetools-153419.appspot.com/ik/downloads/

hui-zheng2 years ago

so these numerals notation were invented in 1994. How does the Iñupiaq people do numeric calculation in the past without numerals notation?

Sharlin2 years ago

Calculation was invented well before writing.

kerpotgh2 years ago

Probably like a lot of other hunter gatherer groups, worked with 10 numbers at most- what they could count on their fingers.

tom-thistime2 years ago

I don't think they'd necessarily have a base-20 system built into the language if they didn't work with numbers larger than 10.

pavlov2 years ago

There's another set of countables on feet, for a total of 20.

Ancapistani2 years ago

Base-20 works well on one hand.

Using your thumb, start counting on the first bone in each finger. That gets you to four. Continue with the first joint (8), then the second bone (12), then the second joint (16) and finally the tips (20).

+1
krsdcbl2 years ago
+2
Schiphol2 years ago
hgsgm2 years ago

I don't think Alaskans spend a lot of time looking at their toes. It's cold there.

akdor11542 years ago

The long division example in there is a massive WTF, getting towards the level of the inverse square root float/int thing.

kenshoen2 years ago

Sub-base 5 makes the multiplication table actually smaller than decimal. Nice.

lgdw2 years ago

I remember this being in a NACLO problem last year.

monopoliessuck2 years ago

I'd be in support of stopping at 15 and moving to a base 16 metric. Hexadecimal numbers being discrete from alpha glyphs would be a bonus.

scotty792 years ago

Stopping at 10 is nice too and also an option.

downvotetruth2 years ago

16 is not a colossally abundant number

29athrowaway2 years ago

Nice for steganography applications.

ycombinaor2 years ago

Your comment made me really curious, could you please elaborate how this number system can be used in Steganography? I have a basic idea of steganography, but I want to know more

29athrowaway2 years ago

These glyphs are not immediately recognizable as numbers by most people. This can assist the purpose of hiding information visually.

It can also be used to avoid computer vision solutions from detecting numbers in an image, avoiding OCR, etc.

voxelghost2 years ago

I think we can assume that parent made a typo, or suffered autocorrect , and most likely meant stenography

29athrowaway2 years ago

You assumed wrongly this time.

voxelghost2 years ago

Well color me surprised