sneakyweasel / padic-ts

Dynamic P-adic number expansion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P-adic number explorable explanation

Check the live explorable

P-adic numbers

In mathematics, the p-adic number system for any prime number p extends the ordinary arithmetic of the rational numbers in a different way from the extension of the rational number system to the real and complex number systems. The extension is achieved by an alternative interpretation of the concept of "closeness" or absolute value. In particular, two p-adic numbers are considered to be close when their difference is divisible by a high power of p: the higher the power, the closer they are. This property enables p-adic numbers to encode congruence information in a way that turns out to have powerful applications in number theory. https://en.wikipedia.org/wiki/P-adic_number

Todo

  • Convert from p-adic expansion to ratio
  • Add better explanations for the padic digits computation
  • Add SVG inscribed circles viz

Tech stack

  • Vue
  • TailwindCSS
  • Typescript

Related links

Videos

Docs and articles

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

About

Dynamic P-adic number expansion


Languages

Language:TypeScript 62.4%Language:Vue 34.2%Language:JavaScript 2.2%Language:HTML 1.1%Language:CSS 0.1%