Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Mathematics
![](https://explore-feed.github.com/topics/mathematics/mathematics.png)
Mathematics is an area of knowledge that includes such topics as numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes.
- GitHub: https://github.com/topics/mathematics
- Wikipedia: https://en.wikipedia.org/wiki/Mathematics
- Aliases: math,
- Last updated: 2025-02-11 00:18:18 UTC
- JSON Representation
https://github.com/luckyone-cc/matrix
Work in a comfortable way with matrices
math mathematics matrices matrix matrix-calculations matrix-library matrix-multiplication
Last synced: 24 Jan 2025
https://github.com/servierhub/shuju
Collection of various algorithms implemented in Java covering domains such as mathematics and data.
data-science mathematics servier
Last synced: 18 Jan 2025
https://github.com/gdcmarinho/mathflow
library matematica math mathematica mathematics mathflow maths
Last synced: 28 Jan 2025
https://github.com/babiabeo/complex
A package provides implementation of complex numbers and mathematical functions for complex numbers.
complex-numbers jsr mathematics
Last synced: 06 Jan 2025
https://github.com/stdlib-js/math-base-special-gcdf
Compute the greatest common divisor (gcd).
binary-gcd euclid euclidean gcd gcf gcm greatest-common-divisor greatest-common-factor greatest-common-measure hcf highest-common-divisor highest-common-factor javascript math mathematics node node-js nodejs stdlib stein
Last synced: 04 Feb 2025
https://github.com/stdlib-js/constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
base-10 const constant exponent float floating-point ieee754 javascript math mathematics max maximum node node-js nodejs single stdlib
Last synced: 04 Feb 2025
https://github.com/stdlib-js/constants-float32-e
Euler's number.
const constant e euler float32 floating-point ieee754 javascript math mathematics napier node node-js nodejs precision single stdlib
Last synced: 04 Feb 2025
https://github.com/stdlib-js/constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
base-10 const constant denormalized exponent float floating-point ieee754 javascript math mathematics min minimum node node-js nodejs single stdlib subnormal
Last synced: 04 Feb 2025
https://github.com/stdlib-js/constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
base-10 const constant exponent float floating-point ieee754 javascript math mathematics min minimum node node-js nodejs normal single stdlib
Last synced: 04 Feb 2025
https://github.com/stdlib-js/constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
base-10 const constant denormalized exponent float floating-point ieee754 javascript math mathematics max maximum node node-js nodejs single stdlib subnormal
Last synced: 04 Feb 2025
https://github.com/simeonschaub/youngtableaux.jl
utility package for dealing with partitions, Young tableaux and such
mathematics random-matrix-theory young-tableaux
Last synced: 22 Jan 2025
https://github.com/fauzancodes/mathematics-calculator
Calculate simple mathematic operation like times, division, plus, minus, power, root, log, ln, factorial, absolute, trigonometry and hyperbolic. Also degree to radian conversion and vice versa.
calculator degree hyperbolic mathematics radians trigonometry
Last synced: 28 Jan 2025
https://github.com/andyld97/theory-of-numbers
Theory of numbers
algorithm csharp math mathematics theory
Last synced: 12 Jan 2025
https://github.com/b3ta-blocker/python-basics
A Python-based project developed as part of a TryHackMe challenge, featuring a simple Bitcoin investment calculator. Ideal for beginners to get hands-on with Python programming and basic cryptocurrency concepts.
file-handling functions if-statements import loops mathematics python3
Last synced: 29 Dec 2024
https://github.com/000x999/particlefluid_simulator
2D Realistic particle and fluid physics simulator written in C++
2d cplusplus documentation fluid-dynamics fluid-simulation mathematics optimization particles physics simulator
Last synced: 10 Feb 2025
https://github.com/hearot/notes
Appunti digitali presi durante le lezioni della facoltà di matematica dell'Università di Pisa.
algebra education linear-algebra mathematics maths notes school university
Last synced: 17 Jan 2025
https://github.com/agarwalkaushal/math-vr
Application to practice basic maths in VR
360-photo google-vr-sdk mathematics unity3d virtual-reality
Last synced: 18 Jan 2025
https://github.com/saattrupdan/msc
My master's thesis at the University of Copenhagen
Last synced: 22 Jan 2025
https://github.com/melchisedech333/rust-and-basic-math
:heavy_division_sign: Playing with Rust and basic math!
basic-math matematica matematicas mathematics rust rust-basic rust-basics rust-lang rust-math
Last synced: 03 Feb 2025
https://github.com/yewomhango/matrices
Basic matrix operations in Python
algebra math mathematics matrices matrix matrix-calculations matrix-multiplication python
Last synced: 11 Jan 2025
https://github.com/amirjahantab/probability_distribution_python
common Probability Distributions
mathematics normal-distribution probability probability-distribution
Last synced: 11 Jan 2025
https://github.com/apollo-roboto/apolloroboto.constants
Utility library containing a collection of constants
constants csharp generated-code math mathematics numbers python space
Last synced: 22 Jan 2025
https://github.com/barbarpotato/mathematics-for-machine-learning-specialization
This specialization aims to getting you up to speed in the underlying mathematics, building an intuitive understanding, and relating it to Machine Learning and Data Science.
calculus linear-algebra machine-learning mathematics principal-component-analysis python
Last synced: 11 Jan 2025
https://github.com/rr15rr/python-pgc
Python Partial Grade Calculator (PGC) It is a Python written tool, designed to help the user to calculate the Grade Point Average of a student based on 3 partials. Hope it is useful, thank you for visiting my profile!
Last synced: 04 Jan 2025
https://github.com/melchisedech333/elixir-erlang-and-basic-math
:heavy_division_sign: Playing with Elixir/Erlang and basic math!
basic-math elixir elixir-basic elixir-lang erlang erlang-learning erlang-otp math mathematics maths
Last synced: 03 Feb 2025
https://github.com/sandokansaruhan/master-theory-math
This is a simple App about Complexity Theory in computer science by enlightening of @Nayuki.
calculator calculator-application complexity complexity-theory javascript math mathematics theorem
Last synced: 11 Jan 2025
https://github.com/ratikaewkam/gradientdescent
Develop a simple Gradient Descent algorithm
gradient-descent mathematics python
Last synced: 17 Jan 2025
https://github.com/ratikaewkam/linreg
Building my own C++ library for the Linear Regression
cpp linear-regression mathematics
Last synced: 17 Jan 2025
https://github.com/silent0wings/oddonacci-sequence-calculations
This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.
algorithm algorithm-design coding-practice computational-math fibonacci-variant java math-algorithms math-functions mathematics number-sequences oddonacci-sequence programming recursion sequence-calculation sequence-generation
Last synced: 11 Jan 2025
https://github.com/ai-ahmed/bda-and-ds
Dual Course: EMC2 Data Scientist & Big Data Analytics & IBM Professional Data Science Course
analytics big-data data-science jupyter-notebook jupyterlab linear-algebra mathematics matplotlib ml numpy pandas probability seaborn sklearn statistics
Last synced: 04 Feb 2025
https://github.com/federicostra/polyeval
Evaluate polynomials.
evaluation math mathematics maths polynomial polynomial-evaluation polynomials
Last synced: 24 Jan 2025
https://github.com/hoodmane/steenrod_modules
Python steenrod algebra implementation
algebraic-topology homotopy-theory mathematics
Last synced: 16 Jan 2025
https://github.com/brunonavarrooficial/bhaskara-c
Caculate Bhaskara
c code codeblocks math mathematics
Last synced: 30 Dec 2024
https://github.com/mituskillologies/numerical-methods-pgdhpcap-cdac-dec24
The program of Numerical Methods in course PGDHPCAP at CDAC. Conducted by Tushar B. Kute, December 2024
linear-algebra linear-regression mathematics numerical-methods statistics
Last synced: 29 Dec 2024
https://github.com/youben11/matrix_determinant
A program to calculate determinant of matrix
Last synced: 20 Jan 2025
https://github.com/brunonavarrooficial/consumo-de-gasolina
Calculate spend of gasoline
gasoline-prices math mathematics portugol portugol-studio price spend
Last synced: 30 Dec 2024
https://github.com/brunonavarrooficial/valor-do-terrenojs
calculator lot
css html javascript js math mathematics node-js
Last synced: 30 Dec 2024
https://github.com/denyskryvytskyi/lia
Math lib for my game engine
cpp cpp-library math mathematics matrix vector
Last synced: 11 Jan 2025
https://github.com/kensukeken/mcv4u-calculus-and-vectors-notes
Welcome to MCV4U! This repository contains comprehensive notes and materials for the MCV4U(Calculus and Vectors) course, created using LaTeX language on Overleaf.
calculus latex latex-document mathematics mcv4u tex typesetting
Last synced: 16 Jan 2025
https://github.com/aprilmintacpineda/triangle-of-pascal
Pascal's triangle.
css html javascript mathematics pascals-triangle
Last synced: 24 Jan 2025
https://github.com/kensukeken/mcr3u-functions-university-notes
Welcome to MCR3U! This repository contains comprehensive notes and materials for the MCR3U (Grade 11 Functions) course, created using LaTeX language on Overleaf.
functions latex latex-document mathematics mcr3u
Last synced: 16 Jan 2025
https://github.com/mbjpxncp7k/rafaelqmrhsl-chs
Translate Quantum Mechanics in Rigged Hilbert Space Language (Author: Rafael de la Madrid Modino) into Simplified Chinese.
chinese-translation latex-document mathematics physics translation
Last synced: 16 Jan 2025
https://github.com/grivasgervilla/amca-mii
Repositorio para la asignatura Aplicaciones de Matemática Computacional Avanzada (AMCA) del Máste en Ingeniería Informática por la Universidad de Granada
mathematics python2 python3 sage sagemath
Last synced: 16 Jan 2025
https://github.com/kolosovpetro/acuriosityaboutpolynomialinterpolation
A curiosity about Polynomial Interpolation
math mathematics polynomial-interpolation polynomials
Last synced: 16 Jan 2025
https://github.com/aayes89/mazegen
Algorithms to generate a perfect maze
java mathematics maze-generator optimization-algorithms
Last synced: 28 Jan 2025
https://github.com/machinelearningzuu/machine-learning-with-graphs
This Project Repository Contains the Coding Implementations Related to Graph Based Machine Learning & Deep Learning
deep-learning graphneuralnetwork graphs machine-learning mathematics pytorch pytorch-geometric
Last synced: 04 Feb 2025
https://github.com/rindow/rindow-clblast-ffi
The CLBlast interface for FFI on PHP
blas clblast gpgpu gpu machine-learning mathematics opencl php php8
Last synced: 10 Feb 2025
https://github.com/jose-jaen/advanced-econometrics
Econometric Theory
algorithms econometrics mathematics statistics
Last synced: 17 Jan 2025
https://github.com/anhgelus/gomath
A new lang between a formal calculator and a complete computer language
esolang language language-learning math mathematics
Last synced: 03 Feb 2025
https://github.com/tsegeron/math
Some useful classes, functions I write for study
Last synced: 08 Jan 2025
https://github.com/hareshkh/ap-sum-mips32
A program written in MIPS-32 Assembly to find the sum of an Arithmatic Progression
mathematics mips-assembly mips32
Last synced: 22 Dec 2024
https://github.com/carter907/sym-go
symbolic math library written in Golang.
mathematics symbolic-computation sympy
Last synced: 06 Jan 2025
https://github.com/erhant/project-euler
My solutions for Project Euler math puzzles.
go golang haskell mathematics project-euler
Last synced: 13 Jan 2025
https://github.com/vi/wilson
Simple Rust library to calculate Wilson confidence interval using the formula from Wikipedia.
confidence-intervals mathematics probability rust statistics wilson
Last synced: 02 Feb 2025
https://github.com/b1nus/numple
A simple number oriented programming language.
basic-funcionality concise math mathematics programming-language proof-of-concept rudimentary simple zig
Last synced: 04 Feb 2025
https://github.com/choukh/hilbertsystem
Formal development of Hilbert style propositional logic in Agda
agda formal-verification formalization mathematical-logic mathematics
Last synced: 15 Jan 2025
https://github.com/gfngfn/linmath
基底の取替え等を考慮せず行列を素朴に扱う線型代数
document latex-document linear-algebra mathematics
Last synced: 15 Jan 2025
https://github.com/pawanmsr/n-methods
Common Algorithms and Templates for Quick Reference. Temporary Repository.
Last synced: 06 Jan 2025
https://github.com/gfngfn/matroid
document about matroid theory
document graph-theory latex-document linear-algebra mathematics matroids
Last synced: 15 Jan 2025
https://github.com/gfngfn/prob
確率論の測度論的基礎
document latex-document mathematics probability-theory
Last synced: 15 Jan 2025
https://github.com/mikma03/mathematics_and_python
Advanced mathematical concepts. Application of the probability theory. Part of the theory of partial differential equations. The use of statistics in the field of DataScience.
data-science mathematics partial-differential-equations probability python statistics
Last synced: 09 Jan 2025
https://github.com/ozefe/funython
Fun with Python
fun math mathematics maths python python3
Last synced: 13 Jan 2025
https://github.com/pyzh/cpn
common programming notation
apl chinese erlang forth mathematics programming-language prolog rpn
Last synced: 22 Jan 2025
https://github.com/lordubuntu/maths
Maths focused libraries and programs that may not neatly fit into DSA
algebra calculus computational-physics computer-algebra-system mathematical-programming mathematics maths
Last synced: 08 Feb 2025
https://github.com/isabelacaldeira/mesure
Nuclear Physics, Mathematica, Fun and Code
mathematica mathematics physics physics-simulation
Last synced: 13 Jan 2025
https://github.com/qverg/latex-flashcards
Create flashcards for printing using LaTeX.
flashcards latex learning math mathematics studying
Last synced: 20 Dec 2024
https://github.com/itsnickbarry/maths
🇬🇧 Britons never, never, never will be slaves! 🇬🇧
leave math mathematics maths self-determination wow
Last synced: 07 Nov 2024
https://github.com/clay-6/calc-rs
A command-line calculator with everything you need
calculator calculator-application math mathematics maths rust
Last synced: 17 Jan 2025
https://github.com/allenvox/least-squares
Finding linear equations coefficients using least squares method
algebra analysis cpp cxx least-square-regression least-squares linear-equations linear-regression mathematics maths statistics
Last synced: 11 Nov 2024
https://github.com/tazkazz/genaille-lucas-rulers
Genaille-Lucas rulers
calculator demo france fun mathematics maths multiplication ruler
Last synced: 28 Jan 2025
https://github.com/andresilmor/polynomial-calculator-with-windows-forms
Use of Windows Form to create a Polynomial Calculator with features from addition of two polynomials till the calculation of the polynomial itself.
calculator-application csharp mathematics polynomial university university-project windows-forms
Last synced: 26 Jan 2025
https://github.com/farhaduneci/project-euler
Project Euler solutions
challenge euler mathematics programming project-euler
Last synced: 15 Jan 2025
https://github.com/tentaclepurple/42_ready_set_boole
Boolean algrebra training
Last synced: 02 Feb 2025
https://github.com/eimon96/project_euler
Scripts
challenge euler mathematics project-euler
Last synced: 20 Jan 2025
https://github.com/jonsteinn/maximaldecreasingrun
Research on Permutations
combinatorics mathematics permutation sagemath
Last synced: 05 Jan 2025
https://github.com/jayanth119/jayanthblog
Jayanth Blogs and experience
cpp css data-science html java javascript machine-learning mathematics python3
Last synced: 11 Jan 2025
https://github.com/nishanthmuruganantham/dynamic-formula-execution-api
A FastAPI-based API for evaluating dynamic mathematical expressions on datasets. It is developed for a coding Challenge conducted by 'doselect', a collaborative and technology independent hiring tool for companies, for Cognida.ai
api api-development coding-challenge coding-interview coding-interview-challenges data-science fastapi fastapi-framework formula hackathon mathematics pytest python python-api python-project pythonprograms swagger-api topological-sort vercel vercel-deployment
Last synced: 01 Nov 2024
https://github.com/msamuelsons/classificacao-pacientes-coluna
O código realiza a análise e classificação de características biomecânicas de pacientes ortopédicos. Ele carrega os dados, verifica valores faltantes e tipos, prepara os dados para modelagem, otimiza os parâmetros de uma árvore de decisão usando Grid Search, e avalia o modelo usando validação cruzada. A acurácia do modelo é então impressa.
decision-tree-classifier decision-trees machine-learning mathematics sklearn
Last synced: 22 Jan 2025
https://github.com/hafizhhasyhari/matematika-untuk-developer-2024
Matematika. Berisi Konsep Matematika yang dibuat untuk Developer
aljabar calculus kalkulus matematika mathematics
Last synced: 08 Feb 2025
https://github.com/guibrandt/ma148-p3
Resolução da P3 de MA148 no primeiro semestre de Licenciatura em Matemática na Unicamp
latex ma148 mathematics unicamp
Last synced: 11 Jan 2025
https://github.com/elmahdik/mathematiko
Résoudre 10 opérations en moins d'1 min
css3 game htlm5 javascript logic mathematics
Last synced: 28 Jan 2025
https://github.com/solaranamnesis/johannes-kepler
Public Domain Works of Johannes Kepler (1571-1630).
astronomy kepler latex latex-document latin mathematics moon philosophy science
Last synced: 26 Jan 2025
https://github.com/gabin221/calculator
Calculator est une application en Kotlin Multiplatform permettant d'effectuer des calculs avancés en mathématiques (matrices, transformées, équations...) grâce à des scripts Python intégrés pour une performance optimale.
calculation calculator kotlin kotlin-multiplatform mathematics python
Last synced: 06 Jan 2025
https://github.com/stdlib-js/complex-float64-base-add
Add two double-precision complex floating-point numbers.
add addition arithmetic cadd cmplx complex javascript math mathematics node node-js nodejs number stdlib sum
Last synced: 10 Nov 2024
https://github.com/ucsd-sums/wi17-latex-workshop
Source files and references for the 2017 Winter Quarter Introductory Latex Workshop
latex latex-class latex-examples math mathematics
Last synced: 22 Jan 2025
https://github.com/prinsfrank/arithmetic-operations-floating-point
Floating point math implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)
floating-point math mathematics
Last synced: 28 Jan 2025
https://github.com/meysam81/albert
A terminal calculator written in Rust with ❤️
arithmetic calculator math mathematics rust terminal
Last synced: 13 Oct 2024
https://github.com/prinsfrank/arithmetic-operations-bcmath
BCMath implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)
Last synced: 28 Jan 2025
https://github.com/ninivert/sandpiles
Frame renderer for the "Sandpiles" video
animation mathematics sandpiles
Last synced: 05 Jan 2025
https://github.com/yuvrajchandra/dsapractice
This repository contains topic-wise questions and solutions for DSA practice.
algorithms data-structures dsa mathematics
Last synced: 13 Jan 2025
https://github.com/fontseca/lexemn
Lexemn is a high level programming language for interpreting and evaluating mathematical expressions. It will also feature the capability to plot functions and solve basic equations.
cmake cpp interpreter lexing mathematics parsing programming-language
Last synced: 20 Nov 2024
https://github.com/ninivert/recaman-sequence
Visualization of the Recàman sequence
animation mathematics recaman recaman-sequence
Last synced: 05 Jan 2025
https://github.com/tiagocavalcante/k-bounded
Rust implementation for computing the number of k-bounded functions from [n] to [n]
Last synced: 28 Jan 2025
https://github.com/realeroberto/introduzione-teoria-misura
My Bachelor’s thesis in Mathematics.
mathematics measure-theory thesis
Last synced: 19 Jan 2025
https://github.com/404notfoundindonesia/math-rizz
Math Rizz is a comprehensive mathematics e-learning web platform designed to enhance the learning experience for high school students (SMA level). It provides interactive lessons, practice exercises, progress tracking, and collaborative features to support students in mastering advanced mathematical concepts.
e-learning education elearning highschool laravel laravel11 math mathematics php php8 quadratic-function svelte
Last synced: 05 Jan 2025
https://github.com/joerivandervelde/evolving-multiplicative-persistence
Find big multiplicative persistent numbers by evolution.
genetic-algorithm java mathematics
Last synced: 13 Jan 2025