Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

https://github.com/sdroege/rust-muldiv

Multiply & Divide trait for unsigned integers with overflow protection

algorithm mathematics rust trait

Last synced: 02 Nov 2024

https://github.com/rindow/rindow-clblast

CLBlast PHP binding - BLAS library with OpenCL on PHP

blas clblast gpgpu gpu machine-learning mathematics opencl php php-extension php8

Last synced: 06 Nov 2024

https://github.com/usami-k/mathematics

Documents of Mathematics

beamer-slides latex-document mathematics

Last synced: 11 Oct 2024

https://github.com/kasim95/ocr_math_expressions

A Deep Learning pipeline to recognize mathematical expressions from images

keras mathematics optical-character-recognition python python3 tensorflow tensorflow-models

Last synced: 11 Oct 2024

https://github.com/tomwhite/superellipse

A program to generate Piet Hein's superellipses.

geometry mathematics piet-hein superellipse visualization

Last synced: 12 Oct 2024

https://github.com/cybercoder-naj/kotlinai

Using Kotlin DSL structure to make a program on Linear Algebra, Matrices, Vectors

kotlin kotlin-dsl linear-algebra mathematics

Last synced: 27 Oct 2024

https://github.com/zsh2401/tdscore

Data Structure & Algorithms implements with pure TypeScript for any JavaScript runtime.✨

data-structures data-structures-and-algorithms javascript mathematics nodejs typescript

Last synced: 14 Oct 2024

https://github.com/omerjuve2023/rungekutta

El método de Runge-Kutta para la resolución eficiente de sistemas de ecuaciones diferenciales. Este proyecto ofrece una interfaz simple para ingresar parámetros como el tamaño del paso y condiciones iniciales, generando resultados detallados tanto en formato tabular como gráfico.

intellij java java-8 junit learn mathematics maven test

Last synced: 31 Oct 2024

https://github.com/tomwhite/isitdayornight

HTML 5 geolocation code that works out if it's day or night

mathematics time visualization

Last synced: 12 Oct 2024

https://github.com/tomwhite/hyperbolic

A Java implementation of a draggable hyperbolic display.

geometry hyperbolic-geometry mathematics visualization

Last synced: 12 Oct 2024

https://github.com/destructhub/talks

Dump of material of talks from DestructHub, UAPDA and NAPDA.

computing mathematics napda talk uapda

Last synced: 05 Nov 2024

https://github.com/tomwhite/facebender

A project from A. K. Dewdney's 'The Armchair Universe' for producing caricatures.

faces geometry mathematics visualization

Last synced: 12 Oct 2024

https://github.com/daleroberts/inteq-laplace

Boundary integral equation solver for 2D Laplace equation

mathematics numerical-codes python

Last synced: 14 Oct 2024

https://github.com/Elsemary/Actuarial-calculator

Functions for finding premium in several ways, calculating the reserve in an equivalence principle, and calculating the reserve in an Euler differential equation

actuarial-functions actuarial-science calculator finance mathematics

Last synced: 13 Aug 2024

https://github.com/sleepymalc/vv186-2020fa

UM-SJTU JI FA2020 Vv186 Honor Mathematics II Teaching Assistance work. Only RC Slides Here! No Assignment/Exam Solution.

beamer latex mathematics

Last synced: 11 Oct 2024

https://github.com/kellertuer/mathsemantics.sty

Semantic math commands in LateX

latex mathematics semantics

Last synced: 14 Oct 2024

https://github.com/thomas-crane/mint

A simple, mathematical language.

compile-to-js interpreter language mathematics

Last synced: 12 Oct 2024

https://github.com/olekscode/function

Reification of a mathematical function as an object. Allows function arithmetics and function composition.

function function-composition mathematics pharo

Last synced: 31 Oct 2024

https://github.com/0xisk/study-mathematics

A repository focused on learning and practicing mathematics, by exploring different branches and with different mathematical tools.

descrete-math discrete-mathematics latex linear-algebra mathematics probability statistics

Last synced: 29 Oct 2024

https://github.com/fredhohman/3d-printed-trefoil

Undergraduate Thesis Exploring 3D Printing in Topology

knots mathematica mathematics printing puzzle topology trefoil-knot

Last synced: 07 Nov 2024

https://github.com/sawuare/misk

A collection of miscellaneous terminal software

audio games graphics mathematics terminal utility

Last synced: 15 Oct 2024

https://github.com/imdrasil/glushkov

Extended mathematical shard

crystal data-structures mathematics

Last synced: 23 Oct 2024

https://github.com/ScalaMath/VecMatLib

Open source Scala library that provides data structures for vectors and matrices

3d-graphics algebra functional-programming java linear-algebra math mathematics maths matrix-math scala vector-math

Last synced: 19 Sep 2024

https://github.com/ythecombinator/gammafn

🔢 gamma function (Γ) from mathematics in Swift.

approximation factorial gamma lanczos mathematics

Last synced: 12 Oct 2024

https://github.com/jishnub/sphericalharmonicmodes.jl

Iterators to loop over pairs of spherical-harmonic modes by respecting the limits on each parameter

iterator iterators julia math mathematics range spherical-harmonics

Last synced: 11 Oct 2024

https://github.com/mattmcmanis/aleph

Hebrew Numerals Converter

converter hebrew math mathematics numbers numerals

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/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/stdlib-js/random-iter-uniform

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.

continuous generator iterator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib uniform

Last synced: 20 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/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/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/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/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/digitalkaoz/rechentrainer

let your kids train some basic math

flutter learning mathematics mobx

Last synced: 18 Oct 2024

https://github.com/stdlib-js/constants-float16-precision

Effective number of bits in the significand of a half-precision floating-point number.

const constant float floating-point half ieee754 javascript math mathematics node node-js nodejs precision significand stdlib

Last synced: 25 Oct 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/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/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).

lisp mathematics

Last synced: 12 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/stdlib-js/math-strided-special-acos-by

Compute the arccosine of each element retrieved from an input strided array via a callback function.

acos arccosine array element-wise inverse javascript map math mathematics ndarray node node-js nodejs radians stdlib strided transform trig trigonometry vector

Last synced: 21 Oct 2024

https://github.com/domdfcoding/mathematical

Mathematical tools for Python 📐 🐍 🛠️

mathematics python python3 utilities

Last synced: 15 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/patrickshaw/university-fit3013-liftsystemspecification

A formal specification written in Event-B notation that formally specifies the behaviour of a multi-lift elevator system.

assignment event-b formal-specification group-assignment mathematics rodin university

Last synced: 29 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/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/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/strake/stern-brocot.hs

Library of the Stern-Brocot representation of the rational numbers

arithmetic mathematics rational-numbers stern-brocot-tree

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/ringiclub/obfuscation

Analyses of obfuscation generated by ollvm and tigress.

assembly binary-analysis logical-reasoning mathematics obfuscation ollvm reverse-engineering tigress

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/xtonousou/projecteuler

:tophat: Project Euler solutions

euler euler-solutions mathematics maths project python

Last synced: 12 Oct 2024

https://github.com/jishnub/vectorsphericalharmonics.jl

Vector Spherical Harmonics in Julia following the phase conventions of Varshalovich et al. (1988)

basis-set harmonics linear-algebra mathematics polynomials spherical-harmonics vector

Last synced: 11 Oct 2024

https://github.com/cluzier/graphcalc

A simple Raycast graphing calculator extension

graphic-calculator mathematics raycast

Last synced: 07 Nov 2024

https://github.com/aoertel/ultrametric-matrix-tools

Toolbox that provides functions and data structures to generate and handle ultrametric matrices.

fast-matrix-vector-multiplication linear-algebra math mathematics tree-representation ultrametric ultrametric-matrix ultrametric-tree

Last synced: 27 Oct 2024

https://github.com/stdlib-js/constants-float16-eps

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

16-bit 16bit const constant eps epsilon float float16 floating-point half ieee754 javascript math mathematics node node-js nodejs number real stdlib

Last synced: 24 Oct 2024