Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Mathematics
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: 2024-11-17 00:13:27 UTC
- JSON Representation
https://github.com/meysam81/graph-eulerian-path-circuit
A program for finding the Eulerian path/cycle in a huge sparse network
algorithm euler euler-exercises euler-project euler-solutions eulerian eulerproject file graph mathematics network
Last synced: 13 Oct 2024
https://github.com/meysam81/mathematic-set
An implementation of set, having intersect, union etc.
cplusplus intersect intersection math mathematics maths setup union
Last synced: 13 Oct 2024
https://github.com/bog-walk/project-euler-cpp
:zap: A C++ solution set for the first 100 Project Euler problems.
algorithms cpp cpp17 educational hackerrank mathematics problem-solving project-euler
Last synced: 30 Oct 2024
https://github.com/bog-walk/project-euler-python
:snake: A Python solution set for the first 100 Project Euler problems.
algorithms educational hackerrank mathematics problem-solving project-euler python
Last synced: 30 Oct 2024
https://github.com/meysam81/set
a very simple implementation of set in mathematics using c++, from back in college
cplusplus mathematics operator operator-overloading operator-overloads set
Last synced: 13 Oct 2024
https://github.com/dehwyy/improve-it
Solve it! App
fullstack material-ui mathematics next-auth nextjs13 postgresql prisma react ssr swr tailwindcss typescript vitest zustand
Last synced: 03 Nov 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/ransomware3301/c_graph_library
A powerful and flexible C (ANSI 89) library for creating graphs, a mathematical tool with almost endless applications
algorithms c c89 graph-theory graphs linked-list mathematics maths
Last synced: 19 Nov 2024
https://github.com/stdlib-js/math-base-special-atandf
Compute the arctangent(in degrees) of a single-precision floating-point number.
arctangent degree inverse javascript math mathematics node node-js nodejs radians stdlib tangent trig trigonometry
Last synced: 30 Oct 2024
https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf
Test if a finite single-precision floating-point number is a nonnegative integer.
assert assertion int integer is isinteger javascript math mathematics node node-js nodejs nonnegative number positive stdlib util utilities utility utils
Last synced: 30 Oct 2024
https://github.com/stdlib-js/math-base-special-acovercosf
Compute the inverse coversed cosine of a single-precision floating-point number (in radians).
acovercos acovercosin acovercosine acovercosinus acvc arc arccovercos arccovercosin cos cosine coversed javascript math mathematics node node-js nodejs stdlib versed versed-cosine
Last synced: 30 Oct 2024
https://github.com/stdlib-js/math-base-special-avercosf
Compute the inverse versed cosine of a single-precision floating-point number (in radians).
acos arc arcvercos arcvercosin avcs avercos avercosin avercosine avercosinus cos cosine javascript math mathematics node node-js nodejs stdlib versed versed-cosine
Last synced: 30 Oct 2024
https://github.com/stdlib-js/math-base-special-aversinf
Compute the inverse versed sine of a single-precision floating-point number (in radians).
arc arcvers arcversin arcversine aver avers aversin aversine aversinus javascript math mathematics node node-js nodejs sin sine stdlib versed versed-sine
Last synced: 30 Oct 2024
https://github.com/stdlib-js/math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
abs absolute javascript math mathematics min minabs minimum node node-js nodejs smallest stdlib value
Last synced: 30 Oct 2024
https://github.com/automathproject/openyourmath
Open Your Math Project version alpha 0.1
Last synced: 30 Oct 2024
https://github.com/tom-weatherhead/number-theory-js
A library of JavaScript implementations of number theory utilities.
math mathematics number-theory prime-factors prime-numbers
Last synced: 17 Nov 2024
https://github.com/3ein39/multisolver
The Idea is a gui program can solve most of the problems that faces students in courses like mathematics and physics And it also have another branch for helping the students with their time management and provide the students with materials
c-plus-plus console-application gui-application logic-design mathematics physics qt5-gui
Last synced: 12 Nov 2024
https://github.com/adriansuter/lettermagicsquares
Java program that calculates letter magic squares and generates a TeX file which can be used to build a pdf.
magic-square mathematics maths
Last synced: 18 Nov 2024
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/xiaoxiae/mo-p-68
Řešení teoretických a praktických úloh 68. ročníku soutěže MO-P.
competition mathematics mff-uk mo-p
Last synced: 11 Nov 2024
https://github.com/pawanmsr/n-methods
Common Algorithms and Templates for Quick Reference
Last synced: 10 Nov 2024
https://github.com/ralphtheninja/collatz-series
Calculates the Collatz series, given a positive integer
collatz-conjecture mathematics series
Last synced: 04 Nov 2024
https://github.com/navdeep-g/project-euler
Project Euler problems solved with Java
algorithms dynamic-programming java math mathematics project-euler
Last synced: 06 Nov 2024
https://github.com/make-github-pseudonymous-again/js-complex
:globe_with_meridians: Complex numbers for JavaScript
arbitrary-precision arithmetic complex-numbers computer-science javascript js mathematics
Last synced: 17 Nov 2024
https://github.com/gladir/mathix
Liste de commandes écrit en Pascal pour les mathématiciens.
command-line free-pascal math mathematics turbo-pascal
Last synced: 10 Nov 2024
https://github.com/gfngfn/prob
確率論の測度論的基礎
document latex-document mathematics probability-theory
Last synced: 15 Nov 2024
https://github.com/ali-el-badry/fraction-calculator
It is an calculator that calculate the fractions
calculator cpp fractions mathematics
Last synced: 11 Nov 2024
https://github.com/santiagolizardo/mathsstats
Mathematics & Statistics
data-science latex mathematics maths python rlang statistics stats
Last synced: 11 Nov 2024
https://github.com/gfngfn/matroid
document about matroid theory
document graph-theory latex-document linear-algebra mathematics matroids
Last synced: 15 Nov 2024
https://github.com/mouad-el-asri/computorv1
This project is about coding a simple equation solving program using python. It will take polynomial equations into account. These equations will only require exponents. No complex function. The program will have to display its solution(s). Why polynomials? Just because it’s one of the simplest and most powerful tools in mathematics.
mathematics polynomials python3
Last synced: 07 Nov 2024
https://github.com/mouad-el-asri/computorv2
Now that I have programmed my equation solver computor V1, it’s time to go further. In computor V2 I have created my own calculator in command line, which will integrate my computor V1 as well as functions for matrix calculus, function resolution, calculation with complex numbers, etc.
command-line-calculator mathematics python3
Last synced: 07 Nov 2024
https://github.com/sivlev/phpmathobjects
A PHP library for handling mathematical objects
algebra library linear-algebra math mathematics matrix php rational-numbers vector
Last synced: 05 Nov 2024
https://github.com/rybla/associahedra
Constructing Associahedra via n-gon triangulations.
Last synced: 07 Nov 2024
https://github.com/bartolomej/simple-pendulum
In browser pendulum simulation made with p5.
mathematics pendulum-simulation physics-simulation
Last synced: 05 Nov 2024
https://github.com/bartolomej/modulo-arithmetics
Real numbers modulo arithmetics visualized.
mathematics modulo-arithmetics visualization
Last synced: 05 Nov 2024
https://github.com/bartolomej/julia-set-web
Complex numbers playground.
complex-numbers julia-set mathematics
Last synced: 05 Nov 2024
https://github.com/mathquizily/ionic-mathlive
angular ionic katex latex-style math math-editing mathematics mathlive
Last synced: 12 Nov 2024
https://github.com/bartolomej/genart
My generative art experiments 🎨
art canvas creative-coding generative-art mathematics threejs
Last synced: 05 Nov 2024
https://github.com/intedai/math-select
Keyboard shortcuts for converting selected numbers to their square number, square root or rounding them
autohotkey math mathematics shortcuts
Last synced: 07 Nov 2024
https://github.com/karboxxx/algebra-systems-cpp
Calculate linear equations in C++ using GTK3
algebra cpp gtk3 math mathematics
Last synced: 24 Oct 2024
https://github.com/vlopezferrando/tile-square-68
Is it possible to fill a square of side 68 with an equal number of squares of side 3 and 5?
mathematics number-theory tiling-problem
Last synced: 14 Nov 2024
https://github.com/vlopezferrando/solucions-cangur
Recull de solucions de les Proves Cangur
Last synced: 14 Nov 2024
https://github.com/ratikaewkam/linearregression
Developing a simple Linear Regression from scratch using mathematical principles
linear-regression mathematics python
Last synced: 16 Nov 2024
https://github.com/ratikaewkam/dctlib
Building my own C++ library for the Discrete Cosine Transform
Last synced: 16 Nov 2024
https://github.com/merttalug/perfect-numbers
A program that finds whether a positive number entered by users is a perfect number.
java kodluyoruz math mathematics maths patika-dev perfect-numbers
Last synced: 05 Nov 2024
https://github.com/merttalug/greatestcommondivisor_leastcommonmultiple
A program that calculates the greatest common divisor and least common multiple of 2 numbers requested as input from the user.
greatest-common-divisor java kodluyoruz least-common-multiple mathematics maths patika-dev
Last synced: 05 Nov 2024
https://github.com/merttalug/harmonicseries
The program that finds the harmonic series of the number requested as input from the users.
harmonic-series java kodluyoruz mathematics patika-dev
Last synced: 05 Nov 2024
https://github.com/ratikaewkam/linreg
Building my own C++ library for the Linear Regression
cpp linear-regression mathematics
Last synced: 16 Nov 2024
https://github.com/ratikaewkam/polarform
Convert complex number to polar form
complex-numbers mathematics python
Last synced: 16 Nov 2024
https://github.com/kulla/2023-12-29-grenzwert-einer-folge-in-twine
Prototyp einer interaktiven Geschichte zur Einführung des Grenzwerts
definition education limit mathematics twine
Last synced: 17 Nov 2024
https://github.com/rabestro/jetbrains-academy-smart-calculator
Calculators are a very helpful tool that we all use on a regular basis. Why not create one yourself, and make it really special? In this project, you will write a calculator that not only adds, subtracts, and multiplies, but is also smart enough to remember your previous calculations.
arraydeque calculator calculator-application enum hashmap interface-java jetbrains-academy lambda-expressions lambda-functions list mathematics polish-notation postfix-notation regular-expression stack stream student-project
Last synced: 07 Nov 2024
https://github.com/ratikaewkam/gradientdescent
Develop a simple Gradient Descent algorithm
gradient-descent mathematics python
Last synced: 16 Nov 2024
https://github.com/yurrriq/fm2gp
:book: From Mathematics to Generic Programming
c-plus-plus generic-programming mathematics
Last synced: 17 Nov 2024
https://github.com/gfngfn/linmath
基底の取替え等を考慮せず行列を素朴に扱う線型代数
document latex-document linear-algebra mathematics
Last synced: 15 Nov 2024
https://github.com/ryukinix/chumbin
Um Sistema de Competição de Tiros Ideal
economics games guns mathematics model system
Last synced: 05 Nov 2024
https://github.com/fjebaker/sagemath-resources
Resources for all things SageMath.
astrophyiscs differential-geometry mathematics physics sage-math sagemath
Last synced: 06 Nov 2024
https://github.com/fjebaker/blog
Personal blog about black holes and other things.
black-holes blog gemini mathematics relativity
Last synced: 06 Nov 2024
https://github.com/tomwhite/cubesum
The sum of the first n cubes equals the square of the sum of the first n numbers.
Last synced: 17 Nov 2024
https://github.com/scruffaluff/learn-topology
Personal workspace for learning topology.
Last synced: 05 Nov 2024
https://github.com/tomwhite/leaning-chairs
A curve created by chairs leaning against one another
geometry jsxgraph mathematics visualization
Last synced: 17 Nov 2024
https://github.com/saxonrah/the_faulting_problem
Faulting Problem conjecture in computer science and software engineering. This repository contains a conjecture and proof with an implementation in Coq.
computer-science coq mathematics software-engineering white-paper whitepaper
Last synced: 06 Nov 2024
https://github.com/avdeev/global-optimization-diagonal
Diagonal method of global optimization
javascript mathematics optimization-algorithms
Last synced: 13 Oct 2024
https://github.com/choukh/hilbertsystem
Formal development of Hilbert style propositional logic in Agda
agda formal-verification formalization mathematical-logic mathematics
Last synced: 15 Nov 2024
https://github.com/Viniddev/Calculadora-JavaScript
Uma calculadora criada de forma manual, onde cada função foi implementada por mim em javascript
calculator-javascript css3 ecmascript html-css-javascript html5 javascript mathematics solutions webapp
Last synced: 23 Oct 2024
https://github.com/ddinan/alphanum-to-num
Converts alphanumeric codes into numbers.
algorithm algorithms alphanumeric code codes math mathematics maths permutation permutation-algorithms permutations sequence sequencing
Last synced: 17 Nov 2024
https://github.com/sudo-arash/extreme_math
This is a fun and challenging math game where your task is to solve equations for the famous little ( x ).
cpp math mathematics maths maths-quiz-game
Last synced: 12 Nov 2024
https://github.com/jackieluc/netart
Exploring mathematical symmetry to create art, using web development as a catalyst.
art javascript mathematics net p5js parametric-equation
Last synced: 01 Oct 2024
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: 12 Nov 2024
https://github.com/lxsmnsyc/vector
Vector Math for ES6
es6 es6-javascript es6-modules javascript math mathematics vector vector-math vectors
Last synced: 17 Oct 2024
https://github.com/sathyasris27/search-algorithms-for-optimization
Repository containing all direct and gradient-based search algorithms.
gradient-descent machine-learning-algorithms mathematics optimization
Last synced: 12 Nov 2024
https://github.com/princelad/game-of-life
A Java-based implementation of Conway's Game of Life. This project lets you explore the fascinating world of cellular automata with customizable grids, interactive simulations, and real-time visualization of evolving patterns. Perfect for anyone interested in coding, mathematics, or complex systems.
gameoflife java mathematics swing
Last synced: 08 Nov 2024
https://github.com/amirjahantab/deep-ml-solutions
ML Code Challenges
ai algorithms backpropagation data-science deep-learning-algorithms deep-neural-networks linear-algebra machine-learning machine-learning-algorithms mathematics matrix numpy pca python
Last synced: 12 Nov 2024
https://github.com/nathmahale/mathemat-lab
Sample nodejs app for calculator
cypress docker expressjs jenkins mathematics mocha nodejs superagent webpack
Last synced: 22 Oct 2024
https://github.com/0nom4d/304pacman
EPITECH Mathematical Project about path finding using matrixes and djikstra algorithm.
djikstra-algorithm epitech-project mathematics pathfinding python
Last synced: 26 Oct 2024
https://github.com/sorilee/sorilee.github.io-comments
This repository's Discussions host comments to posts in https://sorilee.github.io/.
category-theory giscus mathematics
Last synced: 02 Nov 2024
https://github.com/mateusfg7/trigonometria
cálculos trigonométricos
matematica mathematics python python3 trigonometric-calculations trigonometry
Last synced: 15 Oct 2024
https://github.com/mrlizhaozhi/javascript-mental-maths-game
用 JavaScript 開發的速算遊戲。
game javascript mathematics web-applications
Last synced: 10 Nov 2024
https://github.com/mrlizhaozhi/practical-statistics-with-r-and-python-exercises
这个代码库用于存放《Practical Statistics with R and Python》课程的资料。
business-intelligence data-science mathematics python r statistics
Last synced: 10 Nov 2024
https://github.com/letlovewin/pygraph
Graph theory library for Python3 for a mathematics/competitive programming use case. Has BFS/DFS capabilities, uses an adjacency matrix, more to be added.
competitiveprogramming graph graptheory mathematics python university
Last synced: 06 Nov 2024
https://github.com/letlovewin/integralarena
Virtual judge for difficult integrals.
bootstrap calculus competition firebase integration integration-bee mathematics svelte university virtualjudge
Last synced: 06 Nov 2024
https://github.com/mpc-lab-x/mpc-lab-x
MPC-Lab-X is a powerful problem generation module for educational purposes. It enables developers and educators to create, customize, and generate a variety of problems in subjects like mathematics, physics, and chemistry. With flexible, dynamic generation and parameterized controls, it scales easily from simple exercises to complex assessments.
chemistry generator math mathematics nodejs physics problems-generator teaching-tool
Last synced: 14 Oct 2024
https://github.com/fedesky25/complex-functions-streamplot
Web-page and node tool to visualize streamplot of complex functions
complex-numbers mathematics nodejs plotting streamplot svelte
Last synced: 06 Nov 2024
https://github.com/avdeev/interpolation
Interpolation, calculation accuracy, table of values
interpolation javascript mathematics
Last synced: 13 Oct 2024
https://github.com/spajai/astro-units
CPAN Perl module to convert astronomical units
astronomical-algorithms astronomy cpan cpan-module cpan-modules math mathematics perl perl-module perl5 utility
Last synced: 07 Nov 2024
https://github.com/mrluit/elfproef
Implementation of the 11-proof, a mathematical test used by the Dutch government for various digital identification numbers
checksum library mathematics typescript webpack
Last synced: 15 Oct 2024
https://github.com/kesslermaximilian/latexpackages
The (custom) LaTeX Packages I use for writing my lecture notes and exercise sheets
Last synced: 15 Nov 2024
https://github.com/dmsovetov/potential-waffle
Run-of-the-mill math library
calculus linear-algebra math mathematics maths
Last synced: 08 Nov 2024
https://github.com/nitzanhen/rubiks-cube
[WIP] a Rubik's cube made with Three.js, Typescript and some math ✨
mathematics threejs typescript
Last synced: 17 Oct 2024
https://github.com/excessphase/ctaylor
truncated taylor series class with VBIC95 example
automatic-differentiation circuit-simulator cplusplus cplusplus-14 hessian-matrix jacobian-matrix mathematics transistor-modeling
Last synced: 20 Oct 2024
https://github.com/ydah/calculate_pascal_triangle
Calculate the Pascal triangle.
Last synced: 17 Oct 2024
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: 15 Nov 2024
https://github.com/simranjeet97/data-science
Data Science Programs Based on Mathematics, Statistics and Machine Learning.
algrothm data-science machine-learning mathematics python3 statistics
Last synced: 14 Nov 2024
https://github.com/cpmachado/egc
Program with a collection of algorithms to compute as egyptians did
Last synced: 06 Nov 2024
https://github.com/strake/category.agda
Formulation of category theory in Agda
category-theory foundations mathematical-foundations-of-informatics mathematics
Last synced: 18 Nov 2024
https://github.com/cpmachado/historia-da-matematica
Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira de História da Matemática.
babylonian egyptian history-of-mathematics mathematics portuguese-portugal
Last synced: 06 Nov 2024
https://github.com/cpmachado/uab-lmea
Os meus apontamentos e resoluções pelas cadeiras do meu curso
mathematics mathematics-notes portuguese-portugal study study-notes
Last synced: 06 Nov 2024
https://github.com/cpmachado/algebra-linear-i
Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira Álgebra Linear I.
linear-algebra mathematics portuguese-portugal
Last synced: 06 Nov 2024
https://github.com/cpmachado/logica-e-teoria-de-conjuntos
Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira de Lógica e Teoria de Conjuntos.
logic mathematics portuguese-portugal set-theory
Last synced: 06 Nov 2024