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-15 00:17:53 UTC
- JSON Representation
https://github.com/stdlib-js/math-strided-special-sin-by
Compute the sine of each element retrieved from an input strided array via a callback function.
angle array element-wise javascript map math mathematics ndarray node node-js nodejs radians sin sine stdlib strided transform trig trigonometry vector
Last synced: 21 Oct 2024
https://github.com/mathiew82/multiplication-tables-desktop
Game created with Electron for children to learn the multiplication tables
electron electron-app game mathematics multiplication-tables
Last synced: 05 Jan 2025
https://github.com/matt0550/geometricamente
A school project describing the types of lines in the Cartesian plane
css html html-css-javascript javascript mathematics mathjax school-project
Last synced: 12 Feb 2025
https://github.com/juzershakir/mathematica
Concepts of mathematics programmed in Ruby.
algebra composite-numbers factorial fibonacci-numbers kaprekar mathematics prime-numbers rational-numbers ruby
Last synced: 10 Feb 2025
https://github.com/stdlib-js/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
array element-wise javascript math mathematics ndarray node node-js nodejs number power principal root sqrt square stdlib strided vector
Last synced: 21 Oct 2024
https://github.com/omerjuve2023/calculadoraeuler2
Programa Java que implementa el método de Euler para resolver sistemas de ecuaciones diferenciales. La aplicación interactúa con el usuario para ingresar parámetros y muestra tanto resultados tabulares como gráficos.
java learn lombok-maven mathematics maven
Last synced: 12 Feb 2025
https://github.com/zakariaelbouzkri/my_cses_problems_solutions
this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.
algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms
Last synced: 10 Jan 2025
https://github.com/stdlib-js/math-base-special-kernel-sin
Compute the sine of a number on `[-π/4, π/4]`.
angle javascript kernel math mathematics node node-js nodejs radians sin sine stdlib trig trigonometry
Last synced: 21 Dec 2024
https://github.com/stdlib-js/math-base-special-sqrtpi
Compute the principal square root of the product of π and a positive number.
javascript math mathematics node node-js nodejs number pi power principal root sqrtpi square stdlib
Last synced: 21 Dec 2024
https://github.com/stdlib-js/math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
float float32 identity javascript math mathematics node node-js nodejs single single-precision stdlib
Last synced: 21 Dec 2024
https://github.com/nishkarsh25/learn-hand-written-characters-using-probability
Specifically, the code: Loads all the images of handwritten 0's and 1's from a specified directory. Creates a binary matrix of size 4x4 for each image. Goes through each matrix and counts the number of times each pixel is set to True for each digit. Uses the count to calculate the probability of each pixel being True given the digit is a 0 or 1.
jupyter-notebook mathematics pyrhon
Last synced: 22 Jan 2025
https://github.com/stdlib-js/math-strided-special-atan-by
Compute the arctangent of each element retrieved from an input strided array via a callback function.
arc arctangent array atan element-wise inverse javascript math mathematics ndarray node node-js nodejs stdlib strided tan tangent trig trigonometry vector
Last synced: 21 Oct 2024
https://github.com/stdlib-js/math-strided-ops-add-by
Element-wise addition of two strided arrays via a callback function.
accessor add addition arithmetic array element-wise javascript map math mathematics ndarray node node-js nodejs stdlib strided sum summation transform vector
Last synced: 21 Oct 2024
https://github.com/kolosovpetro/anotherapproachtogetderivativeofoddpower
This manuscript provides another approach to get derivative of odd-power, that is approach based on partial derivatives of polynomial function
derivatives math mathematics open-research open-science polynomials research research-project
Last synced: 16 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: 16 Jan 2025
https://github.com/kolosovpetro/astudyondynamicequations
A study on partial dynamic equation on time scales involving derivatives of polynomials
math mathematics open-research open-science polynomial-equations polynomials research research-project
Last synced: 16 Jan 2025
https://github.com/stdlib-js/math-strided-special-cbrt-by
Compute the cube root of each element retrieved from an input strided array via a callback function.
accessor array callback cube element-wise javascript map math mathematics ndarray node node-js nodejs pow power root stdlib strided transform vector
Last synced: 21 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 Jan 2025
https://github.com/kolosovpetro/findingthederivativeofpolynomialsviadoublelimit
Differentiation is process of finding the derivative, or rate of change, of a function. Derivative itself is defined by the limit of function's change divided by the function's argument change as change tends to zero. In particular, for polynomials the function's change is calculated via Binomial expansion.
binomial-theorem derivatives differential-equations math mathematics open-research open-science polynomials research research-project
Last synced: 16 Jan 2025
https://github.com/artikash/3d-grapher
Graphs functions in 3D.
graphing-application mathematics
Last synced: 15 Jan 2025
https://github.com/michaelneuper/notes
A collection of my Zettelkasten for university
computer-science mathematics notes org-roam
Last synced: 23 Jan 2025
https://github.com/stdlib-js/stats-base-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
average avg central-tendency javascript math mathematics median middle node node-js nodejs ordered quantile sorted statistics stats stdlib strided strided-array typed
Last synced: 17 Nov 2024
https://github.com/stdlib-js/math-strided-special-deg2rad
Convert each element in a strided array from degrees to radians.
angle array convert degrees element-wise geometry javascript math mathematics ndarray node node-js nodejs radians stdlib strided trig trigonometry vector
Last synced: 21 Oct 2024
https://github.com/cran-task-views/numericalmathematics
CRAN Task View: Numerical Mathematics
cran mathematics numerical-mathematics-methods numerics r rstats task-views
Last synced: 27 Nov 2024
https://github.com/ozansz/mathematical-expression-parser-derivator
METU CENG140 C Programming - Take Home Exam 2 - Mathematical Expression Derivator
abstract-syntax-tree c derivatives lexer mathematical-expressions mathematics parser
Last synced: 02 Feb 2025
https://github.com/jamesquinlan/matlab-programming-intro
Course materials for Intro. to Programming (w MATLAB)
computer-science mathematics matlab programming
Last synced: 10 Feb 2025
https://github.com/itis-enrico-fermi/notespeedup
A collection of tools to speed up digital note-taking in scientific and mathematical fields.
algebra coefficients latex latex-generator latex-notes lecture-notes linear-algebra math-notes mathematics matrices note-taking notes python-script python3 scalars vectors
Last synced: 21 Jan 2025
https://github.com/jaycech3n/math
scribbles
blogging latex mathematics writeups
Last synced: 29 Jan 2025
https://github.com/rhdunn/collatz-conjecture
Patterns in the Collatz Conjecture
collatz-conjecture math mathematics
Last synced: 31 Jan 2025
https://github.com/jamesquinlan/mat220-linear-algebra
Introduction to Linear Algebra
algebra linear-algebra linear-algebra-course mathematics university-course
Last synced: 10 Feb 2025
https://github.com/bytejoseph/mathlab-examples
This collection contains a set of fundamental MATLAB examples to help you grasp the essentials of this powerful programming language and computational tool.
examples mathematics mathlab nasa space terminal termux
Last synced: 26 Jan 2025
https://github.com/professionalmenace/julia-sets
Fractal visualizer in C++ and SDL2.
fractal fractals math mathematics
Last synced: 01 Feb 2025
https://github.com/sglavoie/code-snippets
Collection of code snippets that have been useful at some point in history.
algorithms computer-science data-structures mathematics python3
Last synced: 05 Feb 2025
https://github.com/garciparedes/matrix-decomposition
Set of techniques to factor arbitrary shape matrices taking advantage on some way.
garciparedes jupyter jupyter-notebook math mathematics matrix-factorization python python3 university-of-valladolid
Last synced: 16 Jan 2025
https://github.com/varun-doshi/modc
Rust Library for Finite Field Arithmetic
Last synced: 16 Jan 2025
https://github.com/bentobaux/128-bit-fibonacci-in-assembly
Calculating the n-th 128-bit Fibonacci number in Assembly.
128-bit algorithms assembly c fibonacci high-performance mathematics numerical-computations overflow
Last synced: 08 Jan 2025
https://github.com/rindow/rindow-opencl-ffi
The Interface of The OpenCL for FFI on PHP
gpgpu gpu hpc machine-learning mathematics opencl php php8
Last synced: 13 Feb 2025
https://github.com/polossk/math-notes
Notes of Math Courses in my college life
Last synced: 16 Jan 2025
https://github.com/stone-zeng/notes-on-tensor
LaTeX documents for tensor analysis (Xie Xilin)
Last synced: 16 Jan 2025
https://github.com/more-joao/math
A couple of scripts related to mathematics.
algorithms mathematics number-theory set-theory
Last synced: 12 Feb 2025
https://github.com/scientificware/fxmessages
FXMessages is a communication app like Google Messages but with scientific writing capabilities.
android communication java javafx mathematics messenger openjdk openjfx scientific
Last synced: 10 Feb 2025
https://github.com/choukh/metalogic
first-order logic and set theory
agda formal-languages formalization mathematical-logic mathematics
Last synced: 15 Jan 2025
https://github.com/mohadoum/maillage
This program helps to perform meshing operations in a convex domain. Alhamdoulilah!
algorithms convex-domain mathematics meshing meshing-algorithms numerical-application
Last synced: 29 Dec 2024
https://github.com/more-joao/dodecaphonic-sequences
A somewhat constructive approach to finding dodecaphonic sequences of interest using pure Python.
chords combinatorics dodecaphonism mathematics music-theory
Last synced: 12 Feb 2025
https://github.com/koffisani/diapotex
TeX diapositives template
latex math mathematics overleaf presentation research science slides tex
Last synced: 09 Feb 2025
https://github.com/stdlib-js/math-base-special-cflipsignf
Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
cmplx complex flipsign javascript math mathematics node node-js nodejs number stdlib
Last synced: 25 Nov 2024
https://github.com/jonsteinn/graphicsproblemgenerator
Randomly generated math problems for graphics problem
Last synced: 05 Jan 2025
https://github.com/walchko/pyrk
simple runge-kutta 4 algorithm
library math mathematics python2 python3 rk4 runge-kutta
Last synced: 05 Feb 2025
https://github.com/kpeeters/cadabra2-contrib
User-contributed notebooks for the Cadabra2 computer algebra system
cadabra2 computer-algebra mathematics notebooks physics
Last synced: 30 Jan 2025
https://github.com/banaankiamanesh/certifs
My Collection of Certificates!
ai artificial-intelligence certificate coursera deep-learning linear-algebra machine-learning machine-learning-coursera math-for-machine-learning mathematics mathematics-machine-learning mathworks matlab multivariable-calculus neural-network pca programming python
Last synced: 15 Jan 2025
https://github.com/cybercoral/modulararitmos
It's a small program that contains formulas for modular arithmetic, with real and complex numbers.
c math mathematics modular-arithmetic python3
Last synced: 23 Jan 2025
https://github.com/merttalug/maximum_minimum
A program that asks the user to input n counting numbers and finds the maximum and minimum of these numbers.
java kodluyoruz mathematics maths patika-dev sorting-numbers
Last synced: 14 Feb 2025
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/stdlib-js/random-iter-triangular
Create an iterator for generating pseudorandom numbers drawn from a triangular distribution.
continuous generator iterator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib triangular
Last synced: 19 Jan 2025
https://github.com/programmin1/optimizedstations
OptimizedStations as described in Tomorrow's math
hacktoberfest math mathematics
Last synced: 12 Jan 2025
https://github.com/mountain/mmtk
An experimental toolkit of metamath based on mmj2
math mathematics metamath verfication
Last synced: 23 Jan 2025
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/gregyjames/rustdecisiontree
Decision Tree implemented in rust
hacktoberfest hacktoberfest2022 hacktoberfest2023 help-wanted machine-learning machine-learning-algorithms math mathematics optimization optimization-algorithms rust rust-lang
Last synced: 08 Jan 2025
https://github.com/make-github-pseudonymous-again/js-integer-sequences
:shell: Integer sequences for JavaScript
computer-science integer-sequences javascript js mathematics
Last synced: 10 Feb 2025
https://github.com/faizantkhan/kaggle-eda-ml-feature-engineering
Explore the Kaggle Codes Repository for concise and powerful code snippets covering the essentials of data science and machine learning. From Kaggle competitions to real-world projects, discover insights into exploratory data analysis, machine learning models, feature engineering, and data science mathematics.
data-science eda jupyter-notebook kaggle kaggle-competition kaggle-dataset kaggle-scripts kaggle-solution machine-learning machine-learning-algorithms mathematics python python-library
Last synced: 15 Jan 2025
https://github.com/brodanoel/3dgrapher.xyz
3D Math Grapher website
3d math mathematics three-js threejs
Last synced: 08 Jan 2025
https://github.com/defeo/isogenyviz.jl
Visualizations of isogeny graphs
cryptography elliptic-curves isogenies mathematics number-theory
Last synced: 17 Jan 2025
https://github.com/stdlib-js/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
array continuous generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib uniform
Last synced: 09 Feb 2025
https://github.com/syedalimohsinbukhari/solvers
A library for some basic numerical solvers.
mathematics numerical-solvers python3
Last synced: 01 Feb 2025
https://github.com/stdlib-js/math-base-special-boxcox1pinv
Compute the inverse of a one-parameter Box-Cox transformation for 1+x.
box-cox boxcox inverse javascript math mathematics node node-js nodejs power power-transform stdlib transform transformation
Last synced: 10 Nov 2024
https://github.com/ladunjexa/bgu_exact_sciences_and_engineering
#associatedegree: This repository hosts study materials and exams for the Pre-Academic Preparatory in Exact Sciences and Engineering at the Ben Gurion University of the Negev (BGU). Materials deal with Mathematics level of 5+ Unit A-B, Mechanics and Electrical Physics (Written in Hebrew) 🎓
electrodynamics electromagnetism mathematics mechanics physics study-materials
Last synced: 13 Feb 2025
https://github.com/stdlib-js/math-base-special-minabsn
Return the minimum absolute value.
abs absolute javascript math mathematics min minabs minimum node node-js nodejs smallest stdlib value
Last synced: 10 Nov 2024
https://github.com/daleroberts/ruin-tstable
Finite-time ruin problem for tempered stable processes
mathematics monte-carlo-simulation probability
Last synced: 29 Jan 2025
https://github.com/stdlib-js/math-base-special-rempio2
Compute `x - nπ/2 = r`.
division javascript math mathematics node node-js nodejs pi pio2 precision remainder stdlib
Last synced: 10 Nov 2024
https://github.com/stdlib-js/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
algebra array blas dznrm2 euclidean euclidean-norm float64 javascript level-1 linear math mathematics ndarray node node-js nodejs norm stdlib subroutines vector
Last synced: 10 Nov 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/stdlib-js/stats-base-snanstdevwd
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 10 Nov 2024
https://github.com/stdlib-js/stats-base-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 10 Nov 2024
https://github.com/iahmadgad/calculator-java
☕ Calculator written in Java (🛠️ WIP).
calculator-app java java-calculator mathematics wip
Last synced: 29 Jan 2025
https://github.com/stdlib-js/math-iter-special-gamma1pm1
Create an iterator which computes `gamma(x+1) - 1` for each iterated value.
factorial function gamma gamma1pm1 gammap1m1 iterable iterate iterator javascript math mathematics node node-js nodejs number special special-function stdlib
Last synced: 10 Nov 2024
https://github.com/ziqi-yang/math_modeling_scripts
useful scripts, charts and algorithms for math modeling
mathematical-modelling mathematics matlab python python3 script
Last synced: 12 Feb 2025
https://github.com/liba001/ti-nspire
Little programs for the 'TI-nspire CX' calculator.
calculator lua mathematics ti-nspire
Last synced: 28 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/alanamaro13/physics_notebooks
Hey there! Are you looking to learn Linear Algebra, Thermodynamics or Quantum Mechanics? Here you can find a collection of notebooks related to physics and mathematics!
computational-physics linear-algebra mathematics physics quantum-mechanics science thermodynamics unam
Last synced: 28 Jan 2025
https://github.com/ppmpreetham/newton_gregory_interpolation
Input your cool random numbers and then get a function for the same.
Last synced: 01 Feb 2025
https://github.com/emilianocv20/app-armath-unity
Aplicacion para Telefonos de Realidad Aumentada (AR) hecha con Unity y C++. Incluye el poder manipular objetos 3D y algunas calculadoras de Matematicas al interactuar con ciertos objetos.
augmented-reality-applications mathematics unity visual-studio
Last synced: 29 Jan 2025
https://github.com/stdlib-js/constants-float64-eulergamma
The Euler-Mascheroni constant.
const constant dbl double euler euler-constant euler-mascheroni eulergamma eulers-constant gamma ieee754 javascript mascheroni math mathematics node node-js nodejs precision stdlib
Last synced: 14 Nov 2024
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
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/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/muhamedayoub/numerical-analysis-project
This repository contains an academic project for the numerical analysis module.
analysis mathematics matplotlib numpy r
Last synced: 28 Jan 2025
https://github.com/kristorres/ferrers-rocher
🤓 A web app that animates bijections of integer partitions.
javascript mathematics nodejs rollup svelte web-app
Last synced: 28 Jan 2025
https://github.com/sleepymalc/jintegrationbee
The LaTeX source code for UM-SJTU JIntegration Bee event ⨑
Last synced: 12 Feb 2025
https://github.com/oxy86/collatz-conjecture
Demonstration of Collatz Conjecture (3N+1) in React/Next.js
collatz-conjecture mathematics nextjs react tailwindcss
Last synced: 22 Jan 2025
https://github.com/stdlib-js/math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
cmplx complex flipsign javascript math mathematics node node-js nodejs number stdlib
Last synced: 18 Nov 2024
https://github.com/sleepymalc/vv285-2021su
UM-SJTU JI SU2021 Vv285 Honor Mathematics III Teaching Assistance work. Only RC Slides Here! No Assignment/Exam Solution.
Last synced: 12 Feb 2025
https://github.com/nihonxim/mathematics
数学研究について、数学を学ぶ理由と便利に使っているところをアプリでご紹介しようと思います。
Last synced: 28 Jan 2025
https://github.com/r-rijnbeek/geometricmanipulations
Repository with the basic mathematiccs manipulations for point, lines and planes. And also the creation and the interaction for a object that cluster pointclouds for a faster manipulation of the object.
linear-algebra mathematics plane-algebra point-algebra point-cloud python
Last synced: 15 Jan 2025
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/dpetrosy/42-fractol
42 School Fractol project: Fractal generator using MLX library.
42 42-fractol 42cursus 42fractol 42projects 42school 42yerevan burning-ship c complex-numbers fract-ol fractal-rendering fractals fractol fractol-42 julia-set mandelbox mandelbrot mathematics minilibx
Last synced: 29 Jan 2025