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-07 00:17:44 UTC
- JSON Representation
https://github.com/stdlib-js/constants-float64-sqrt-half
Square root of 1/2.
const constant dbl double float64 floating-point half ieee754 javascript math mathematics node node-js nodejs root sqrt square stdlib
Last synced: 26 Oct 2024
https://github.com/loneicewolf/main-mathematics
a "Main" repo for my math notes.
calculus einstein-field-equation einstein-field-equations integral math mathematics metric multivariate-calculus partial-derivatives partial-differential-equations spacetime xcas
Last synced: 06 Nov 2024
https://github.com/frodoalaska/socrates
Socrates is a simple, single-file math library specifically made for game/game engine development
cpp cpp20 game-development game-engine game-engine-development game-math game-math-library math math-library mathematics opengl vulkan
Last synced: 26 Oct 2024
https://github.com/juancastillo0/tensorflow_dart
TensorFlow bindings in Dart. API modeled after TensorFlowJS. Works using WASM for the web or desktop.
dart data-processing data-science deep-learning flutter machine-learning mathematics neural-networks tensorflow wasm
Last synced: 19 Oct 2024
https://github.com/perkss/perkss.github.io
My fun super interesting blog take a read
algorithm algorithms c clojure docker finance functional-programming green kubernetes math mathematics maths sustainability terraform
Last synced: 28 Oct 2024
https://github.com/adishavit/ordinals
Ordinal Arithmetic in C++
mathematics ordinal set-theory
Last synced: 06 Nov 2024
https://github.com/harsh7in/competitive-programming
This repository contains algorithms for Competitive Programming as a part of my competitive programming Journey.
algorithms arrray bitmasking dynamic-programming graph mathematics recursion stl string
Last synced: 11 Oct 2024
https://github.com/sbromberger/istwo.jl
IsTwo: is it two?
correct equality integer-arithmetic integers math mathematics numerics two
Last synced: 12 Oct 2024
https://github.com/frankmike/bitcoin-from-scratch
A study on Bitcoin main components
bitcoin bitcoin-payment bitcoin-transaction blockchain cryptography mathematics
Last synced: 11 Oct 2024
https://github.com/stdlib-js/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
array blas compensated extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 06 Nov 2024
https://github.com/stdlib-js/random-streams-kumaraswamy
Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
continuous javascript kumaraswamy math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream
Last synced: 13 Oct 2024
https://github.com/neizod/problems
neizod's solution to math & com-sci problems
algorithm computer-science mathematics problems-solving
Last synced: 13 Oct 2024
https://github.com/eigenein/bpci
Binomial proportion confidence intervals
agresti-coull binomial crate mathematics proportions rust rust-library statistics wald-interval wilson-score
Last synced: 27 Oct 2024
https://github.com/friedbrice/applications-of-category-theory-to-programming-languages
Presentation and supporting code examples given at the Graduate Mathematics Seminar, Cal State Channel Islands, 2018-03-05.
beamer latex mathematics presentation-slides scala
Last synced: 15 Oct 2024
https://github.com/alexgustafsson/practical-factorization-comparison
A Practical Study and Comparison of Integer Factorization Methods
bth cryptography elliptic-curve-factorization factorization fermat-factorization integer-factorization mathematics paper pollard-rho-algorithm quadratic-sieve study trial-division
Last synced: 23 Oct 2024
https://github.com/llee454/pigeons
A proof of the Pigeonhole principle. The Pigeonhole principle is a fundamental theorem that is used widely in Computer Science and Combinatorics, it asserts that if you put n things into m containers, and n > m, then at least one of the containers contains more than one thing.
coq coq-formalization mathematics pigeonhole proof theorem-proving theorems
Last synced: 23 Oct 2024
https://github.com/learnmathweb/app
LearnMath Official App
app electron electronjs learnmath math mathematics maths
Last synced: 11 Oct 2024
https://github.com/melchisedech333/verbum-paper
:clipboard: Verbum Paper is a software that is intended to be used to facilitate the sharing of formulas, equations, and things involving mathematics.
function-plotter latex latex-document latex-editor latex-example latex-examples latex-parser latex-pdf math math-functions mathematics paper paper-notes paper-presentation scientific-paper scientific-papers scientific-publications scientific-publishing scientific-research
Last synced: 11 Oct 2024
https://github.com/cpmachado/cpmachado.github.io
My personal website / blog
blog chess dev hugo-site mathematics philosophy
Last synced: 06 Nov 2024
https://github.com/stdlib-js/math-base-special-floorb
Round a numeric value to the nearest multiple of b^n toward negative infinity.
floor floorb floorn integer javascript math mathematics nearest node node-js nodejs number round stdlib
Last synced: 21 Oct 2024
https://github.com/kolosovpetro/historyandoverviewofpolynomialp
Open research project on polynomial interpolation and approximation
approximation approximation-algorithms binomial-theorem differential-equations interpolation-methods math mathematics maths open-research open-science polynomial-equations polynomials research research-project
Last synced: 11 Oct 2024
https://github.com/stdlib-js/math-base-special-ellipe
Compute the complete elliptic integral of the second kind.
elliptic javascript math mathematics node node-js nodejs number special stdlib
Last synced: 21 Oct 2024
https://github.com/danieldelimata/kochanski
LaTeX facsimile of the Kochański's approximation published in Acta Eruditorum in 1685
history latex-document latex-examples latex-pdf mathematics
Last synced: 11 Oct 2024
https://github.com/rindow/rindow-math-plot
Mathematical graph plotting library
graphics mathematics php plotting scientific-computing
Last synced: 06 Nov 2024
https://github.com/guitarrapc/math-lab
Implementation of some math algorithms
algorithm algorithm-challenges algorithms-implemented fibonacci mathematics reference
Last synced: 27 Oct 2024
https://github.com/jsxgraph/moodle-filter_jsxgraph
moodle plug-in for JSXGraph
analysis dynamic geometry jsxgraph mathematics moodle plugin
Last synced: 05 Nov 2024
https://github.com/stdlib-js/math-strided-special-ceil
Round each element in a strided array toward positive infinity.
array ceil element-wise integer javascript math mathematics ndarray nearest node node-js nodejs round stdlib strided vector
Last synced: 21 Oct 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: 06 Nov 2024
https://github.com/414owen/lambda-repl
JS / jison port of my lambda-calculus reducer
functional jison lambda lambda-calculus mathematics maths
Last synced: 20 Oct 2024
https://github.com/stdlib-js/stats-incr-skewness
Compute a corrected sample skewness incrementally.
accumulator corrected incremental javascript math mathematics node node-js nodejs sample-skewness shape skewness statistics stats stdlib
Last synced: 21 Oct 2024
https://github.com/414owen/pure-lambda
Lambda calculus expression simplifier repl
bison flex functional lambda lambda-calculus lambda-expressions math mathematics parser-generator
Last synced: 20 Oct 2024
https://github.com/tomwhite/atomiclisp
Atomic LISP is my reformulation of Gregory J. Chaitin's version of LISP that he uses in his books "The Unknowable" (Springer Verlag, 1999) and "The Limits of Mathematics" (Springer Verlag 1998).
Last synced: 12 Oct 2024
https://github.com/stdlib-js/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
approximation continued fraction iterable iterate iterator javascript math mathematics node node-js nodejs stdlib
Last synced: 21 Oct 2024
https://github.com/xtonousou/projecteuler
:tophat: Project Euler solutions
euler euler-solutions mathematics maths project python
Last synced: 12 Oct 2024
https://github.com/mimmackk/unitball
Graphing the p-norm unit ball in 2 dimensions is a common exercise introductory analysis. Explore the problem solving process of modeling the 3-dimensional version, a much more difficult problem, using Python.
3d-models mathematics plotly python
Last synced: 04 Aug 2024
https://github.com/tomwhite/tournesol
Phyllotaxis code
fibonacci mathematics plants visualization
Last synced: 12 Oct 2024
https://github.com/tomwhite/gaussian-primes
Visualization of Gaussian primes
mathematics primes visualization
Last synced: 12 Oct 2024
https://github.com/tomwhite/alhambra
A Java API for experimenting with tilings and patterns.
geometry mathematics tiling visualization
Last synced: 12 Oct 2024
https://github.com/kjarosh/zobaczyc-matematyke
A website about complex numbers with interactive presentations
angular complex-numbers mathematics website
Last synced: 28 Oct 2024
https://github.com/harveyrdonnelly/maclaurin-series-models
A library of interactive Maclaurin Series Mathematical Models written in Python, including trigonometric and exponential functions.
maclaurin-series mathematical-modelling mathematics mathematics-education matplotlib numpy python python3 seaborn
Last synced: 15 Oct 2024
https://github.com/stdlib-js/stats-base-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
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: 24 Oct 2024
https://github.com/stdlib-js/stats-base-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 24 Oct 2024
https://github.com/stdlib-js/random-base-logistic
Logistic distributed pseudorandom numbers.
factory generator javascript logistic math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib
Last synced: 12 Oct 2024
https://github.com/librasteve/raku-math-polygons
Some perl6 polygon objects that draw using SVG
jupyter-notebook math mathematics maths perl6 polygons svg
Last synced: 05 Nov 2024
https://github.com/akramz/machine-learning-foundations
In progress: Jupyter Notebook on the Mathematical Foundation of Machine Learning
deep-learning machine-learning mathematics notebooks
Last synced: 30 Oct 2024
https://github.com/walchko/bearsnacks
:robot: Jupyter Notebooks on robotics, computer vision, python and more
computer-vision data-science hexapod inertial-navigation-systems jupyter-notebook mathematics multiped python3 robotics space
Last synced: 23 Oct 2024
https://github.com/stdlib-js/stats-iter
Standard library functions for computing statistics over iterators.
iter iteration iterator iterators javascript lib library math mathematics node node-js nodejs standard statistics stats stdlib
Last synced: 21 Oct 2024
https://github.com/an0n1mity/fourier-drawing
Drawing using Fourier series
drawing fourier-series mathematics
Last synced: 07 Nov 2024
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: 31 Oct 2024
https://github.com/qnhat2004/thuat-toan-ung-dung
Thuật toán ứng dụng - Đại học Thủy Lợi
algorithm algorithm-competitions algorithm-implementations algorithms c-plus-plus educational instructor-materials mathematics
Last synced: 31 Oct 2024
https://github.com/t1st3/project-euler
My solutions to some of the problems of https://projecteuler.net/
mathematics project-euler solutions
Last synced: 22 Oct 2024
https://github.com/jaycech3n/math
scribbles
blogging latex mathematics writeups
Last synced: 09 Aug 2024
https://github.com/stdlib-js/random-streams-levy
Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.
continuous javascript levy math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream
Last synced: 15 Oct 2024
https://github.com/stevehjohn/calculator
A project implementing a calculator able to parse complex mathematical expressions.
calculator csharp csharp-library mathematics parser
Last synced: 12 Oct 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: 16 Oct 2024
https://github.com/stdlib-js/random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
chi chi-square chi-squared continuous javascript math mathematics node node-js nodejs prng pseudorandom rand random rng square squared statistics stats stdlib
Last synced: 12 Oct 2024
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: 12 Oct 2024
https://github.com/stdlib-js/random-streams-chi
Create a readable stream for generating pseudorandom numbers drawn from a chi distribution.
chi continuous javascript math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream
Last synced: 12 Oct 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: 12 Oct 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: 07 Nov 2024
https://github.com/bjoern-hempel/js-analysis
This javascript library do some analysis calculations (matrix, vector, etc.).
analysis javascript mathematics
Last synced: 07 Nov 2024
https://github.com/stdlib-js/math-base-tools-evalrational-compile-c
Compile a C function for evaluating a rational function.
c compile eval evalp evaluate horner javascript math mathematics native node node-js nodejs polynomial ratio rational stdlib
Last synced: 13 Oct 2024
https://github.com/yaireo/self-descriptive-numbers
Generates self-descriptive numbers
Last synced: 16 Oct 2024
https://github.com/tatjam/zgsl
GNU Scientific Library (GSL) multi-platform build and wrapper for Zig
Last synced: 14 Oct 2024
https://github.com/thormeier/vanillavectors
A simple library written in vanilla JS that represents vectors.
canvas math mathematics vanilla-js vectors
Last synced: 10 Oct 2024
https://github.com/ckormanyos/boost_math_test_qemu
test Boost.Math on bare-metal with qemu
bare-metal boost boost-libraries embedded-systems mathematics
Last synced: 12 Oct 2024
https://github.com/bukinoshita/define-probability
Define probability of getting results
javascript math mathematics nodejs probability
Last synced: 31 Oct 2024
https://github.com/arthurkushman/total_probability
Total probability + Thomas Bayes, Bernoulli distribution formulas
bayes bernulli formulas math mathematics php probability
Last synced: 05 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-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/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: 24 Oct 2024
https://github.com/xcarpentier/fibo-premier
experimentation with rust programming
fibonacci mathematics rust rust-lang
Last synced: 23 Oct 2024
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/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/jalbam/vb4_projects
[Some projects with Visual Basic 4] Three projects made with Microsoft Visual Basic 4.0.
education educational educational-game emulation emulator interactive-fiction math mathematics maths rpg rpg-game simulation simulator text-adventure text-adventure-game text-based vb visual-basic visualbasic visualbasic-language
Last synced: 23 Oct 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/rodrigogiraoserrao/interval-spca
Symbolic principal component analysis of interval-valued data
interval-arithmetic mathematics principal-component-analysis statistics symbolic-data
Last synced: 27 Oct 2024
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: 07 Nov 2024
https://github.com/jalbam/vb3_4
[Some Visual Basic 3.0 and 4.0 programs]
ascii ascii-table education educational educational-game image-viewer links math mathematica mathematics maths multiplication vb visual-basic visualbasic visualbasic-language
Last synced: 23 Oct 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/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/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/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-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/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/omerjuve2023/createpdf
Crea un pdf de funciones matematicas y genera una grafica y una tabla de datos
graphics java mathematics maven pdf shell-script
Last synced: 27 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: 31 Oct 2024
https://github.com/stdlib-js/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and 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: 26 Oct 2024
https://github.com/stdlib-js/array-base-linspace
Generate a linearly spaced numeric array.
array generic javascript linear linspace math mathematics matlab node node-js nodejs stdlib utilities utils
Last synced: 24 Oct 2024
https://github.com/stdlib-js/random-streams-poisson
Create a readable stream for generating pseudorandom numbers drawn from a Poisson distribution.
continuous javascript math mathematics node node-js nodejs poisson prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream
Last synced: 28 Oct 2024
https://github.com/stdlib-js/stats-incr-ewvariance
Compute an exponentially weighted variance incrementally.
accumulator deviation dispersion emv ewmv exponential incremental javascript math mathematics node node-js nodejs statistics stats stdlib var variance weighted
Last synced: 24 Oct 2024
https://github.com/stdlib-js/stats-incr-mse
Compute the mean squared error (MSE) incrementally.
accumulator delta deviation diff difference err error incremental javascript math mathematics msd mse node node-js nodejs residuals statistics stats stdlib
Last synced: 24 Oct 2024
https://github.com/ltalirz/questiontex
QuestionTeX is a LaTeX package for writing multiple choice tests
latex mathematics multiple-choice
Last synced: 29 Oct 2024
https://github.com/aaravmalani/lexmath
A lexer for mathematical expressions in C
arithmetic c cmake collaborate expressions lexer math mathematics tokenizer
Last synced: 05 Nov 2024
https://github.com/stdlib-js/random-array-erlang
Create an array containing pseudorandom numbers drawn from an Erlang distribution.
array continuous erlang generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib
Last synced: 12 Oct 2024
https://github.com/sleepymalc/jintegrationbee
The LaTeX source code for UM-SJTU JIntegration Bee event ⨑
Last synced: 11 Oct 2024