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: 2025-01-09 00:21:27 UTC
- JSON Representation
https://github.com/meysam81/vector
A simple vector implementation in c++ (mathematic vector) from back in college
c-plus-plus college college-assignment college-project college-students math mathematics maths operator operator-overloading operator-overloads operators vector
Last synced: 22 Nov 2024
https://github.com/kristorres/ferrers-rocher
🤓 A web app that animates bijections of integer partitions.
javascript mathematics nodejs rollup svelte web-app
Last synced: 29 Nov 2024
https://github.com/anhgelus/blog-content
Content of my personal blog.
blog blogging latex latex-document mathematics
Last synced: 25 Nov 2024
https://github.com/philippmolitor/haw-mathematik-1
Jupyter Notebooks for the HAW Hamburg Mathematics 1 course.
education haw haw-hamburg jupyter jupyter-notebook math mathematics programming programming-exercises python
Last synced: 30 Dec 2024
https://github.com/popckovs/computational_mathematics
Создаю свой модуль для решение задач по вычислительной математике.
mathematics matplotlib numpy python-3
Last synced: 27 Dec 2024
https://github.com/gabrielsantoslima/algorithms-and-experiments
:infinity: Repository of algorithms and experiments built in Java, Javascript, Python and Kotlin.
algorithms java javascript julia kotlin mathematics python rust
Last synced: 28 Dec 2024
https://github.com/breadinator/qmat
A simple library for 2-dimensional matrices.
data-structures math mathematics matrix matrix-calculations matrix-library matrix-multiplication rust rustlang
Last synced: 22 Nov 2024
https://github.com/nkid00/24game
寻找 24 点的最佳解法。Find the best solutions of 24.
24game 24pointgame 24points cpp cpp17 mathematics
Last synced: 22 Nov 2024
https://github.com/bukinoshita/define-probability
Define probability of getting results
javascript math mathematics nodejs probability
Last synced: 19 Dec 2024
https://github.com/frouioui/mathematics
Undergraduate 1st semester mathematics project at Epitech
Last synced: 23 Nov 2024
https://github.com/kouisamine/mathematical-tools
A collection of highly useful tools mainly for mathematicians and physicians.
calculations calculator fraction math mathematics mathjs online percentage tools
Last synced: 12 Nov 2024
https://github.com/kouisamine/decimal-to-fraction-calculator
This tool will help you to convert a decimal number to its equivalent fraction(Mixed Fraction & Improper Fraction).
decimal decimal-to-fraction fraction js math mathematics online php script source-code tools
Last synced: 12 Nov 2024
https://github.com/kouisamine/convert-fraction-to-percent
This tool will help you to convert Fraction to Percent.
fraction fraction-to-percent js math mathematics online percent php script source-code tools
Last synced: 12 Nov 2024
https://github.com/shlomif/shift_divmod
Optimized bigint divmod implementations for division bases that have a large number of trailing 0 bits.
gmp hacktoberfest math mathematics modulus
Last synced: 25 Dec 2024
https://github.com/nand0san/topology
This Python library provides a collection of tools to define and manipulate different types of topologies on finite sets.
finite-sets mathematics topology
Last synced: 06 Nov 2024
https://github.com/stdlib-js/math-strided-special-ahavercos-by
Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.
ahavercos ahavercosin ahavercosine ahavercosinus ahvc arc arcvercos arcvercosin arcvercosine cosine half-value javascript math mathematics node node-js nodejs stdlib versed versedcosine
Last synced: 21 Oct 2024
https://github.com/stdlib-js/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 02 Jan 2025
https://github.com/allofphysicsgraph/allofphysics.com
Flask, Neo4j, Gunicorn, Docker software for
derivation graph mathematics physics
Last synced: 14 Nov 2024
https://github.com/stdlib-js/stats-base-meankbn2
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array
Last synced: 15 Oct 2024
https://github.com/jacoblee23/pytrig
A pure-Python module for high-precision computation of trigonometric functions.
mathematics python python-3 trigonometry
Last synced: 30 Dec 2024
https://github.com/nubegamerpt/matrix-multiplication
This code allows for matrix multiplication, of (almost) every size and shape
algorithm algorithms c math mathematical-programming mathematics matrix matrix-multiplication numerical-computation open-source performance
Last synced: 07 Nov 2024
https://github.com/drazenzadravec/math
Math tools with expression evaluator and Wolfram implementation
calculator expression expression-evaluator expression-parser math mathematica mathematical-expressions mathematics mathjs maths maths-calculator wolfram wolfram-engine
Last synced: 25 Dec 2024
https://github.com/stdlib-js/random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
javascript lcg lehmer math mathematics minstd node node-js nodejs prng pseudorandom rand randi randint random randu rng statistics stats stdlib
Last synced: 14 Dec 2024
https://github.com/simply-pouria/graphdrawer
an app that draws simple graphs using their degree set
graph graphtheory mathematical-modelling mathematics python tkinter
Last synced: 06 Jan 2025
https://github.com/stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 25 Nov 2024
https://github.com/rindow/rindow-matlib
The Rindow Matrix library for C
acceleration array clang machine-learning mathematics openmp scientific-computing
Last synced: 06 Nov 2024
https://github.com/julieisbaka/code-math-ai
Data set for an AI with the function / purpose of assisting in mathamatical computations and general coding / development.
ai machine-learning math math-library mathematica mathematical-expressions mathematical-modelling mathematical-programming mathematics maths matlab matplotlib matplotlib-animation matplotlib-figures matplotlib-pyplot matplotlib-python
Last synced: 20 Nov 2024
https://github.com/mattmcmanis/triangulum
Pascal's Triangle Generator
generator math mathematics pascal-triangle pascal-triangle-generator pascals-triangle
Last synced: 30 Dec 2024
https://github.com/mwmorale/python_play
Welcome to python_play ! I figured that I should update my GitHub to show off my recent Python skills that I gained during my time at Nerdwallet as a Security Software Engineer! Here, I explore the infamous "polish notation". But, what is Polish notation and how would I implement it via programming? Simple! Polish notation(and the associated program written) is a very simple and useful program that uses Python to calculate the result of the users "Polish notation" input. Polish notation is a very fun mathematical trick that uses a mathematical notation in which operators precede their operands.
mathematical-programming mathematics python
Last synced: 26 Dec 2024
https://github.com/stdlib-js/stats-base-minabs
Calculate the minimum absolute value of a strided array.
abs absolute array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 06 Nov 2024
https://github.com/brainstone/truncateableprimes
A C++ program that calculates left and right truncatable primes
cpp cpp14 gradle mathematical-modelling mathematics prime-numbers
Last synced: 31 Dec 2024
https://github.com/laisfrigerio/math-solver
Resolvedor de formulas matemáticas
hacktoberfest javascript js math mathematics solver
Last synced: 19 Nov 2024
https://github.com/mirokeimioniemi/optimizing-insulin-injection-timing
Data processing and analysis for "Determining the optimal timing for insulin injection to minimize glucose level variability after a meal in ideal conditions" - a research project for the IB Standard Level Mathematics Analysis and Approaches course inspired by my type 1 diabetes.
cgm data-analysis data-science dexcom dexcom-g6 diabetes exploration ib insulin insulin-timing international-baccalaureate mathematics optimization python type-1-diabetes
Last synced: 12 Nov 2024
https://github.com/sebastiandotdev/math-rs
An extensive math library for Rust
Last synced: 16 Nov 2024
https://github.com/stdlib-js/random-array-lognormal
Create an array containing pseudorandom numbers drawn from a lognormal distribution.
continuous gaussian generator javascript log-normal lognormal math mathematics node node-js nodejs normal prng pseudorandom rand random rng statistics stats stdlib
Last synced: 08 Jan 2025
https://github.com/stdlib-js/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
bernoulli discrete generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib strided
Last synced: 08 Jan 2025
https://github.com/kolosovpetro/onthebinomialtheoremanddiscreteconvolution
On the link between binomial theorem and discrete convolution
binomial-theorem math mathematics open-research open-science polynomials research research-project
Last synced: 15 Nov 2024
https://github.com/stdlib-js/stats-base-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
absolute absolute-value domain extent extremes javascript magnitude math mathematics max maxabs maximum node node-js nodejs range sorted statistics stats stdlib
Last synced: 10 Nov 2024
https://github.com/thomasthelen/logistic-map
Small class that represents a logistic mapping.
chaos logistic-map math mathematics
Last synced: 12 Nov 2024
https://github.com/hasibzunair/randomfun
Notebooks and scripts, mostly computer vision stuff
deep-learning machine-learning mathematics
Last synced: 08 Jan 2025
https://github.com/thomasthelen/qodes
Quick Ordinary Differential Equation Solver (QODES) is an ODE solving library with a focus on usability and ease.
algorithm mathematics numerical-methods ode ode-solver ode-solving-library solver
Last synced: 12 Nov 2024
https://github.com/qti3e/delta
Delta is new way to find a formula (n-th trem) for every given numbers!
javascript math mathematics mathjax sequence webapp
Last synced: 25 Nov 2024
https://github.com/brian-emarquez/artificial-intelligence
Learn Artificial Intelligence (AI), and apply them. Design intelligent agents to solve real-world problems including, search, games, machine learning, logic, and constraint satisfaction problems.
ai artificial-intelligence mathematics python reinforcement-learning robot tensorflow
Last synced: 21 Nov 2024
https://github.com/stdlib-js/random-iter-randu
Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
continuous generator javascript math mathematics node node-js nodejs prng pseudorandom rand random randu rng seed seedable statistics stats stdlib uniform
Last synced: 12 Nov 2024
https://github.com/stdlib-js/blas-ext-base-gapxsumpw
Adds a constant to each strided array element and computes the sum using pairwise summation.
array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed
Last synced: 12 Nov 2024
https://github.com/stdlib-js/blas-base-dcabs1
Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.
abs absolute blas cmplx complex dcabs1 float64 javascript math mathematics node node-js nodejs number scalar stdlib
Last synced: 12 Nov 2024
https://github.com/stdlib-js/stats-base-min-by
Calculate the minimum value of a strided array via a callback function.
array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 12 Nov 2024
https://github.com/stdlib-js/constants-float64-max-base10-exponent
The maximum base 10 exponent for a double-precision floating-point number.
base-10 const constant dbl double exponent float floating-point ieee754 javascript math mathematics max maximum node node-js nodejs stdlib
Last synced: 12 Nov 2024
https://github.com/stdlib-js/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 12 Nov 2024
https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c
Compile a C function for evaluating a polynomial.
c compile eval evalpoly evaluate horner javascript math mathematics native node node-js nodejs poly polynomial polyval stdlib
Last synced: 12 Nov 2024
https://github.com/stdlib-js/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
assert base cmplx compare comparison complex eq equal equality javascript math mathematics node node-js nodejs number same stdlib test validate
Last synced: 12 Nov 2024
https://github.com/kolosovpetro/polynomialidentityinvolvingbtandfaulhaber
Polynomial identity involving Binomial Theorem and Faulhaber's formula
binomial-theorem math mathematics open-research open-science polynomials preprints research research-project working-paper
Last synced: 15 Nov 2024
https://github.com/g1joshi/project-euler
Solutions of Project Euler problem sets
mathematics programming project-euler
Last synced: 08 Jan 2025
https://github.com/gojakuch/comphy
ComPhy serves as a platform for educatory materials on modern mathematical/computational physics, scientific programming, and applied mathematics in Ukrainian.
education educational mathematics physics scientific-computing
Last synced: 21 Nov 2024
https://github.com/daleroberts/heston-qmc
Exact simulation and Quasi Monte Carlo for the Heston stochastic volatility model
c-plus-plus finance mathematics monte-carlo-simulation numerical-codes
Last synced: 01 Dec 2024
https://github.com/daleroberts/binomial
Binomial models
finance mathematics matlab option-pricing
Last synced: 01 Dec 2024
https://github.com/francescopaolol/mersenneprimenumbers
Simple C code which searching for Mersenne prime about first 1M numbers
algorithms clanguage mathematics mersenne-numbers
Last synced: 22 Dec 2024
https://github.com/bartolomej/bookmarks
A collection of personal bookmarks 📋 📚 📖
articles best-practises collection datasets javascript machine-learning mathematics practises resource-list resourses
Last synced: 22 Dec 2024
https://github.com/abhimanyuhk/mathematics-with-python
equation math mathematics maths python
Last synced: 05 Jan 2025
https://github.com/melihcanndemir/3d-fractal-explorer
Interactive 3D visualization tool for exploring the mesmerizing world of Mandelbrot and Julia fractals. Built with Python, OpenGL and PyQt5, offering real-time animation and intuitive controls.
3d-graphics complex-numbers computer-graphics data-visualization educational fractal graphics-programming interactive julia-set mandelbrot math-visualization mathematical-art mathematics numpy opengl pyqt pyqt5 python scientific-visualization visualization
Last synced: 05 Jan 2025
https://github.com/sabohat-dev/math_complex_algorithm
There are "Numerical method" subject's codes depend on higher math.
Last synced: 25 Nov 2024
https://github.com/neemiasbsilva/datascience-portfolio
Hello guys, welcome to my Data Science Portfolio. I include some knowledges I earn in my journey. I included some case study, papers, and code. Please check the readme.
case-study churn-prediction code-challenges data-analysis data-science deep-learning forecasting fundamental-of-statistics health-care image-recognition machine-learnin machine-learning math mathematics pattern-recognition portfolio programming-skills speech-emotion-detection statistics voice-activity-detection
Last synced: 05 Jan 2025
https://github.com/xcarpentier/fibo-premier
experimentation with rust programming
fibonacci mathematics rust rust-lang
Last synced: 11 Dec 2024
https://github.com/mathflowjs/mathflow
💎 A scripting language designed for solving mathematical expressions and calculations.
henryhale language math-library math-parser mathematical-expressions mathematics ts typescript
Last synced: 08 Jan 2025
https://github.com/stdlib-js/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 28 Oct 2024
https://github.com/forked-from-1kasper/principia
Principia: Metamath-like Logician Language
formal-languages logic mathematics metamath proof-assistant theorem-prover
Last synced: 10 Nov 2024
https://github.com/verzatiledev/university.210ct_exercises
Software to Solve Mathematics Factorial Numbers Trailing's, Algorithms
cplusplus mathematics software university-assignment
Last synced: 08 Jan 2025
https://github.com/Mahdi7s/WPF-Oxyplot-ReactiveUI
A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph.
mathematics mvvm-architecture oxyplot reactiveui wpf-application
Last synced: 23 Oct 2024
https://github.com/chitangchin/rotateadonut
Rotating Donut
3d csharp fun math mathematics torus
Last synced: 06 Dec 2024
https://github.com/a3ro-dev/weather-prediction-application
a weather prediction application built using Streamlit. The application predicts future temperatures and weather types based on past trends. It provides a sleek and intuitive user interface for input and displays the predictions dynamically.
charts mathematics matplotlib numpy plotting python python3 streamlit weather weather-app weather-forecast weatherprediction webapp
Last synced: 31 Oct 2024
https://github.com/quantum-software-development/statistical-measures
This repository contains a statistical analysis of customer service ratings for Biscobis Ltd
machine-learning mathematics mathp mathplotlib measurements numpy pandas puthon3 seaborn statisctics
Last synced: 31 Oct 2024
https://github.com/kathleenwest/advancedformapplicationv
This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions
asynchronous-programming calculating-pi cancellation cancellation-handling cancellationtoken cross-thread csharp csharp-code delegates mathematics parallel-processing parallel-programming progress-bar recursion synchronization task-management task-parallel task-parallel-library tasks windows-forms
Last synced: 23 Nov 2024
https://github.com/bhavya-dang/node-math.js
A simple math library for NodeJS and JavaScript.
algebra eval javascript math mathematics nodejs numeric
Last synced: 23 Nov 2024
https://github.com/5noxi/b64reversed-math-obfuscator
Encodes each line to base64, reverts them & builds the decryption. Afterwards obfuscates all reverted b64 keys with math techniques. Also uses MBA obfuscated commands/strings ;D
base64 encrypt encryption mathematics mixed-boolean-arithmetic obfuscation obfuscator powershell reverse-engineering reversed
Last synced: 08 Jan 2025
https://github.com/mgobeaalcoba/maths_functions_in_notebooks
estatistic jupyter-notebook mathematics maths python
Last synced: 19 Nov 2024
https://github.com/reyrove/fortran
Welcome! This repo offers simple Fortran 95 examples for key algorithms and numerical methods. Learn with Plato IDE and FTN95. For more, check out my YouTube tutorials!
compiler fortran fortran-language fortran-tutorial fortran77 fortran90 fortran95 freyja mathematics numerical-computation plato programming reyrove youtube
Last synced: 25 Nov 2024
https://github.com/lebrancconvas/math-computer-graphics-playground-htmlcanvas
Implement Mathematics & Computer Graphics Concept on Web Application as Playground Projects with HTML5 Canvas + Vanilla Typescript (Built with Vite).
computer-graphics html5-canvas mathematics side-project typescript
Last synced: 08 Jan 2025
https://github.com/mgobeaalcoba/maths_in_jupyter_notebooks
Jupyter Notebooks con repasos y explicaciones de matemáticas.
anaconda3 deepnote google-colab jupyter-notebook mathematics maths python
Last synced: 19 Nov 2024
https://github.com/palash25/project-euler-solutions
Nothing to see here; had forgotten to make lots of such repos public years ago
haskell mathematics project-euler
Last synced: 25 Nov 2024
https://github.com/crmacca/speedmath
Mental Mathematics trainer for primary students. (Assessment Task for my Course)
Last synced: 25 Nov 2024
https://github.com/cata77/data-transmission-formats
Data Transmission Formats Java Project
html java json json-parser mathematics stax-api svg xml
Last synced: 25 Nov 2024
https://github.com/willlillis/cycle-games-on-graphs
Code written to aid in the combinatorial research of relator games on groups.
c-plus-plus combinatorial games mathematics
Last synced: 21 Nov 2024
https://github.com/jhairparis/the-methods
The methods are a project created for the subject of numerical analysis, based on books such as Matemáticas para Ingeniería. Métodos numéricos con Python (2017) Análisis numérico / Richard L. Burden, J. Douglas Faires
analysis mathematics numerical-analysis python windows11
Last synced: 22 Dec 2024
https://github.com/syedalimohsinbukhari/solvers
A library for some basic numerical solvers.
mathematics numerical-solvers python3
Last synced: 06 Dec 2024
https://github.com/uncomputable/tackling-bulletproofs
In-depth survey into what Bulletproofs are and how they work
cryptography learning mathematics pdf tutorial zero-knowledge-proof
Last synced: 10 Dec 2024
https://github.com/bjoern-hempel/js-regression-framework
This is a javascript regression framework.
javascript linear-regression mathematics mit-license regression regression-algorithms regression-analysis statistics
Last synced: 27 Dec 2024
https://github.com/stdlib-js/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
ahavercos ahavercosin ahavercosine ahavercosinus ahvc arc arcvercos arcvercosin arcvercosine cosine half-value javascript math mathematics node node-js nodejs stdlib versed versed-cosine
Last synced: 09 Nov 2024
https://github.com/syedalimohsinbukhari/matrices
A simple python implementation of matrices, with a lot of stuff to add.
Last synced: 06 Dec 2024
https://github.com/ninivert/barnsley-fern-animated
Animated version of the Barnsley fern
animation barnsley-fern mathematics
Last synced: 05 Jan 2025
https://github.com/quantum-software-development/calculus2-integrals
✍️ Calculus II - Basic Function Integrals
calculus-2 integrals latex-code mathematics python3
Last synced: 20 Nov 2024
https://github.com/stdlib-js/math-base-napi-quinary
C APIs for registering a Node-API module exporting an interface for invoking a quinary numerical function.
addon javascript map math mathematics n-api napi node node-api node-js nodejs quinary stdlib transform
Last synced: 09 Nov 2024
https://github.com/sagemath/conway-polynomials
Python interface to Frank Lübeck's Conway polynomial database
algebra conway-polynomials mathematics
Last synced: 16 Nov 2024
https://github.com/jonsteinn/meshgenerator
A web GUI for generating, previewing and exporting .obj file meshes with math functions.
calculus flask graphics mathematics mesh python webgl
Last synced: 05 Jan 2025
https://github.com/mdaffailhami/data_science_speedrun_journey
This repository contains notebooks and projects related to my data science speedrun journey.
algebra artificial-intelligence data-analysis data-analyst data-science data-scientist jupyter-notebook machine-learning math mathematics numpy pandas postgresql probability python statistics
Last synced: 27 Dec 2024
https://github.com/jonsteinn/graphicsproblemgenerator
Randomly generated math problems for graphics problem
Last synced: 05 Jan 2025
https://github.com/stdlib-js/stats-base-minsorted
Calculate the minimum value of a sorted strided array.
domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 14 Nov 2024