All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Geonum: Geometric Number Library for Unlimited Dimensions with O(1) Complexity

By

embedding-shape

6mo ago· 9 min readenCode

Summary

The article introduces Geonum, a geometric number library that supports unlimited dimensions with O(1) complexity. It critiques traditional mathematical approaches that separate numbers from their geometric context by creating 'scalars' that discard angle information. The library aims to preserve geometric primitives and avoid the computational overhead of artificial dimension superstructures, offering a more efficient approach to scientific computing.

Key quotes

· 4 pulled
removing an explicit angle from numbers in the name of 'pure' math throws away primitive geometric information
once you amputate the angle from a number to create a 'scalar', you throw away its compass
computing angles when they deserve to be static forces math into a cave where numbers must be cast from linearly combined shadows
you start by creating a massive artificial 'scalar' superstructure of 'dimensions' to store every possible position where your scalar vector component can appear
Snippet from the RSS feed
geometric number library supporting unlimited dimensions with O(1) complexity - mxfactorial/geonum

You might also wanna read