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/stdlib-js/random-streams-box-muller

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

bell continuous gaussian generator javascript math mathematics node node-js nodejs normal prng pseudorandom rand random rng standard statistics stats stdlib

Last synced: 08 Nov 2024

https://github.com/stdlib-js/math-iter-special-logit

Create an iterator which evaluates the logit function for each iterated value.

iterable iterate iterator javascript log-odds logistic logit math mathematics node node-js nodejs proportion sigmoid special stdlib

Last synced: 10 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/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/nohomey/mathematics

Solving mathematic tasks in first semester of studying Bachelor of Informatics in FMI at SU using LaTex

homework latex lims linear-algebra mathematical-analysis mathematics

Last synced: 13 Nov 2024

https://github.com/nicbarker/algebra-sandbox

Interactive algebra and symbolic manipulation

computer-algebra-system math mathematics mathematics-education

Last synced: 08 Nov 2024

https://github.com/luhur65/kuis-matematika

Kuis Matematika v2.0 Alpha is here !!! Enjoy your play hehehe

console-game game game-kuis-matematika mathematics permainan-kuis python python3

Last synced: 09 Nov 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/rindow/rindow-math-plot

Mathematical graph plotting library

graphics mathematics php plotting scientific-computing

Last synced: 06 Nov 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: 09 Nov 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/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/saggre/chaos-equations

2-dimensional random dynamic systems visualized using WebGL

art chaos-equations dynamic-systems mathematics sequence webgl

Last synced: 09 Nov 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: 09 Nov 2024

https://github.com/surajsgh/data-structures-and-algorithms

👨‍💻 💪 A Repository of General Mathematical Programs, Bits Manipulation, Recursion and 'Data Structures and Algorithms'.

algorithms data-structures java leetcode mathematics problem-solving recursion technical-interview-questions

Last synced: 09 Nov 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/adishavit/ordinals

Ordinal Arithmetic in C++

mathematics ordinal set-theory

Last synced: 06 Nov 2024

https://github.com/huanyushi/pdf-study-notes

Some of my study notes, primarily focusing on mathematics, physics and computer science.

computer-science mathematics physics

Last synced: 07 Nov 2024

https://github.com/stdlib-js/math-iter-special-sin

Create an iterator which computes the sine of each iterated value.

angle iterable iterate iterator javascript math mathematics node node-js nodejs radians sin sine stdlib trig trigonometry

Last synced: 14 Nov 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/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/mertgunduz/console_mathematics_quiz

A basic console app made with .NET Framework. Random mathematics quiz in a console.

console csharp dotnet-framework mathematics

Last synced: 13 Nov 2024

https://github.com/stdlib-js/random-streams-negative-binomial

Create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.

binomial discrete javascript math mathematics negative node node-js nodejs prng pseudorandom rand random readable rng seed statistics stats stdlib stream

Last synced: 10 Nov 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/bhavik-jikadara/ai-ml-roadmap

Welcome to the ultimate guide for starting your journey in Artificial Intelligence and Machine Learning in 2024! This roadmap provides a step-by-step approach to mastering AI and ML, from fundamentals to advanced topics.

artificial-intelligence computer-vision deep-learning deployment fundamentals-of-programming keras libraries machine-learning mathematics mlops natural-language-processing production-code pytorch reinforcement-learning roadmap scikit-learn tensorflow tools

Last synced: 09 Nov 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: 08 Nov 2024

https://github.com/stdlib-js/stats-base-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 10 Nov 2024

https://github.com/sematre/mathparser

A simple equation parser for Java

java library mathematics parser

Last synced: 09 Nov 2024

https://github.com/forked-from-1kasper/romeo

Castle Romeo: Experimental Theorem Prover for Category Theory

category-theory mathematics proof-assistant theorem-prover

Last synced: 10 Nov 2024

https://github.com/raideno/matrix

C / Cpp program to make it easier to work with matrices and do operations on matrices

c cpp math mathematics matrix

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/say4n/infinity

signed arbitrary precision arithmetic library

arbitrary-precision-integers cpp11 mathematics

Last synced: 08 Nov 2024

https://github.com/j2kun/binary-search-graphs

Python code for the post "Binary Search on Graphs"

binary-search graph-theory graphs learning-theory mathematics python

Last synced: 10 Nov 2024

https://github.com/szczyglis-dev/php-ulam-spiral-generator

[PHP] Ulam spiral generator, builder and renderer with programmable API. It allows you to create Ulam spirals composed from given input datasets.

alghorithm calculations generator mathematics matrix renderer ulam-spiral

Last synced: 14 Nov 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/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/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/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/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/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: 10 Nov 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/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/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/domdfcoding/mathematical

Mathematical tools for Python 📐 🐍 🛠️

mathematics python python3 utilities

Last synced: 15 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: 08 Nov 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/kjarosh/zobaczyc-matematyke

A website about complex numbers with interactive presentations

angular complex-numbers mathematics website

Last synced: 28 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: 08 Nov 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/ninivert/barnsley-fern-animated

Animated version of the Barnsley fern

animation barnsley-fern mathematics

Last synced: 09 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: 09 Nov 2024

https://github.com/jonsteinn/graphicsproblemgenerator

Randomly generated math problems for graphics problem

graphics latex mathematics

Last synced: 09 Nov 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/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