Library for abstract mathematics written by Rust. It is aiming to replace SageMath.

Overview

ankolib

Roadmap

  • Mathematical Structures
    • Sets
    • Monoids
    • Groups
    • Semirings
    • Rings
    • Algebras
  • Basic Rings and Fields
    • Integers and Rational Numbers
      • Integer
      • Rational number
    • Real and Complex Numbers
      • Real number
      • Complex
    • Commutative Polynomials
      • Univariate Polynomial Ring
        • Half GCD
      • Multivariate Polynomial Ring
        • Resultant
        • Gröbner basis
    • Power Series and Laurent Series
      • Power Series
      • Laurent Series
    • Finite Rings and Fields
    • p-adic Numbers
    • Noncommutative Polynomials
    • Quaternion Algebras
  • Lenear algebra
    • Basic arithmetics
    • Matrices and Spaces of Matrices
    • Vectors and Modules
    • Tensors on Free Modules of Finite Rank
  • Number Theory
    • Diophantine approximation
    • Quadratic Forms
    • L-Functions
    • Arithmetic Subgroups of SL2(Z)
    • General Hecke Algebras and Hecke Modules
    • Modular Symbols
    • Modular Forms
    • Quasimodular Forms
    • Modular Forms for Hecke Triangle Groups
    • Modular Abelian Varieties Miscellaneous Modular-Form-Related Modules
  • Algebraic and Arithmetic Geometry
    • Schemes
    • Plane and Space Curves
    • Elliptic and Hyperelliptic Curves
      • Jacobian varieties
  • Trigonometric function
  • Orthogonal polynomials
  • Calculus and Analysis
    • Symbolic Calculus
    • Mathematical Constants
    • Elementary and Special Functions
    • Asymptotic Expansions
    • Numerical Optimization
You might also like...
Game Boy Emulator written in Rust, as a way to fully grasp the Rust programming language

Flan's Game Boy Emulator Game Boy Emulator written in Rust, as a way to get hands-on with the Rust programming language, and creating a proper project

A library for extracting #[no_mangle] pub extern "C" functions (https://docs.rust-embedded.org/book/interoperability/rust-with-c.html#no_mangle)

A library for extracting #[no_mangle] pub extern "C" functions In order to expose a function with C binary interface for interoperability with other p

Rust Imaging Library: A high-level Rust imaging crate.

ril Rust Imaging Library: A performant and high-level Rust imaging crate. Documentation • Crates.io • Discord What's this? This is a Rust crate design

Modern Rust utility library delivering modularity, performance & extras; or simply Rust version of Lodash

Lorust - API Documentation Lorust is the Rust version of Lodash, which is a modern Javascript utilty library delivering modularity, performance & extr

Nixt is an interpreted programming language written in Rust

Nixt Nixt is an interpreted lisp inspired programming language written in Rust Index About Examples Installation Build About Nixt goal is to provide a

Fegeya Elitebuild, small, powerful build system. Written in Rust.
Fegeya Elitebuild, small, powerful build system. Written in Rust.

Fegeya Elitebuild Small, powerful, work-in-progress build system. Written in Rust. Features: No functions (all are built-ins) All variables are global

Raytracer tutorial for PPCA 2021, written in Rust.
Raytracer tutorial for PPCA 2021, written in Rust.

Pseudo Photograph Company of ACM 工科和ACM的朋友们都已结课!看看这些了不起的艺术品: 工科 ACM ACM伪摄影公司,简称PPCA,于2021年成立 😉 这个项目的主要工作是使用Rust语言实现一个光线追踪渲染器。以这个形式,你能通过学习一门新的(而且漂亮的)语

An i386 operation system written in pure rust for fun and no profit.

OrustS An i386 operation system written in pure rust (for fun and no profit). This operation system is under active developing. Checklist implement a

A tool to make grocery lists written in Rust

grusterylist: makes grocery lists, written in Rust grusterylist uses and can add to local libraries of user-added recipes and grocery items to put tog

Owner
anko
anko
Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools)

Rust 标准库中文版 这是翻译 Rust 库 的地方, 相关源代码来自于 https://github.com/rust-lang/rust。 如果您不会说英语,那么拥有使用中文的文档至关重要,即使您会说英语,使用母语也仍然能让您感到愉快。Rust 标准库是高质量的,不管是新手还是老手,都可以从中

wtklbm 493 Jan 4, 2023
RTL-SDR library written in Rust

RTL-SDR An RTL-SDR library written in Rust! What is RTL-SDR? RTL-SDR is a family of low-cost (~$30) USB software-defined radio (SDR) receivers that ca

Chris Costes 40 Jan 2, 2023
An open source WCH-Link library/command line tool written in Rust.

wlink - WCH-Link command line tool NOTE: This tool is still in development and not ready for production use. Known Issue: Only support binary firmware

WCH MCU for Rust 22 Mar 7, 2023
Hypercraft - a VMM library written in Rust

hypercraft is a VMM library written in Rust. If you are interested in Design & Implement about this project, please see this disc

ChengXiang Qi 19 May 3, 2023
Simple and customizable procedural noise generation library written in Rust.

libnoise A simple, performant, and customizable procedural noise generation library inspired by libnoise for C++ featuring: Easy coherent noise genera

SpoogieOogie 29 Aug 13, 2023
Indeed, an ORM library, not a framework, written in Rust

Ormlib Indeed, an ORM library, not a framework, written in Rust Features The main idea that I put into my ORM library is a minimum of stupid code and

Evgeny Igumnov 5 Sep 4, 2023
Simple autoclicker written in Rust, to learn the Rust language.

RClicker is an autoclicker written in Rust, written to learn more about the Rust programming language. RClicker was was written by me to learn more ab

null 7 Nov 15, 2022
Rust programs written entirely in Rust

mustang Programs written entirely in Rust Mustang is a system for building programs built entirely in Rust, meaning they do not depend on any part of

Dan Gohman 561 Dec 26, 2022
clone of grep cli written in Rust. From Chapter 12 of the Rust Programming Language book

minigrep is a clone of the grep cli in rust Minigrep will find a query string in a file. To test it out, clone the project and run cargo run body poem

Raunak Singh 1 Dec 14, 2021
The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language.

rcc The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language. Compilers Language Co

null 2 Jan 17, 2022