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/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-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/juliandavidmr/fluxmath

Aplicacion Django + VueJS, graficador de procesos estocásticos

ecuation markov-chain mathematics modeling prediction prediction-algorithm stochastic-processes udla

Last synced: 06 Jan 2025

https://github.com/bog-walk/project-euler-kotlin

:desert_island: A Kotlin solution set for the first 100 Project Euler problems.

algorithms educational hackerrank kotlin mathematics problem-solving project-euler

Last synced: 17 Dec 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: 20 Jan 2025

https://github.com/rogerisk/kivy-calculator

A calculator made with a python and a kivy file which later get combined to create 1 single python calculator file that works with kivy

calculator-application kivy mathematics python3

Last synced: 17 Jan 2025

https://github.com/professionalmenace/julia-sets

Fractal visualizer in C++ and SDL2.

fractal fractals math mathematics

Last synced: 06 Dec 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: 22 Jan 2025

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

Calculate the variance of a double-precision floating-point strided array provided a known mean 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: 18 Oct 2024

https://github.com/vitoriabarbosa/dev-deck

O Dev Deck é um jogo de cartas, e o objetivo é organizá-las representando diferentes linguagens de programação como Java, Python, C e C++, aplicando conceitos matemáticos e lógicos.

game-development git java mathematics swing

Last synced: 22 Jan 2025

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: 21 Jan 2025

https://github.com/stone-zeng/notes-on-tensor

LaTeX documents for tensor analysis (Xie Xilin)

mathematics tensor-algebra

Last synced: 16 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/cliftondavies/full-stack-software-engineer-study-guide

A study guide for the aspiring, top 10%, Full-Stack Software Engineer.

coding-challenges computer-science mathematics web-development

Last synced: 12 Jan 2025

https://github.com/polossk/math-notes

Notes of Math Courses in my college life

mathematics notebook

Last synced: 16 Jan 2025

https://github.com/marcorfilacarreras/matemaquest

A simple API to get information of the "Pruebas Canguro" exams

api docker github-actions java math mathematics spark

Last synced: 13 Jan 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/sebastienrousseau/cmn

A Rust library for accessing a collection of mathematical and cryptographic constants

avogadro boltzmann constants cryptography data-structures development-tools euler gamma golden-ratio hash mathematics pi planck rust silver-ratio squareroot tau

Last synced: 12 Oct 2024

https://github.com/nic-obert/derivative-calculator

A cli program that calculates the derivative of a function

abstract-syntax-tree ast derivatives interpreter mathematics tokenization

Last synced: 25 Dec 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: 12 Dec 2024

https://github.com/benjaminehowe/python-transmaths

A Python module which makes division by zero possible.

mathematics python

Last synced: 01 Jan 2025

https://github.com/shivamksharma/numericalanalysismethod

In This Respository, I tried to familiarize the beginner with Numerical Analysis in 6 Methods. This is intended to be the first article in a series of Numerical Analysis Methods and Their Implementation in C++.

aitken algorithm convergence-acceleration-algorithm cplusplus equation iteration-process iterations iterations-passed mathematicians mathematics newton nfdf numerical-analysis numerical-methods projects projects-done respository solving-equations

Last synced: 30 Nov 2024

https://github.com/marvinlinn/mth261

MTH 261 Linear Algebra at PCC | Winter 2022

mathematics tex

Last synced: 19 Jan 2025

https://github.com/marvinlinn/apchem

AP Chemistry Lecture Notes

mathematics tex

Last synced: 19 Jan 2025

https://github.com/0x48piraj/fractalverse

A tour in the wonderland of deterministic, random and natural fractals with python.

animation chaos fractal fractal-algorithms fractal-rendering fractals math mathematics matplotlib modeling nonlinear playground python vizualisation

Last synced: 06 Jan 2025

https://github.com/jimy-byerley/flexalgebra

Flexible Linear algebra library for rust, working in arbitrary dimension, strongly inspired from nalgebra

linear-algebra mathematics matrix rust scientific-computing vector

Last synced: 17 Dec 2024

https://github.com/exane/ram_model

RAM Simulator (Random Access Machine). A mathematical model of real computers (Theoretical computer science)

assembly mathematics playground ram random-access-machine simulation theoretical-computer-science

Last synced: 17 Dec 2024

https://github.com/stdlib-js/random-strided-rayleigh

Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.

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

Last synced: 17 Dec 2024

https://github.com/sakapon/blaze

The library for basic mathematics.

mathematics propositional-logic random

Last synced: 17 Jan 2025

https://github.com/imd10/math317-numerical-methods

A collection of Python implementations of numerical methods based on the pseudocodes from MATH317 lectures, including Bisection, Horner's method, Complete Horner's method, Newton's method, and Polynomial evaluation techniques.

bisection-method horners-method mathematics newtons-method numerical-methods polynomial

Last synced: 12 Dec 2024

https://github.com/krisnguyen135/project-euler

Solutions for Project Euler problems, written in Python

euler-solutions mathematics project-euler python3

Last synced: 01 Jan 2025

https://github.com/sebastiandotdev/math-rs

An extensive math library for Rust

cargo lib mathematics rust

Last synced: 16 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/denizkarya1999/math_for_kids

Generate mathematical word problems for kids to solve.

calculator hackathon inkscape kids mathematics mlh2021 word-problems

Last synced: 13 Dec 2024

https://github.com/opqdonut/ramanujan

Lazy infinite stream of Ramanujan numbers in Haskell

haskell mathematics

Last synced: 07 Dec 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/ready-steady/special

Special functions

mathematics science

Last synced: 05 Jan 2025

https://github.com/avdeev/bifurcational-dynamics

Investigation of the dynamics of vibro-impact mechanism with a crank vibration exciter

dynamic investigation javascript mathematics vibro-impact

Last synced: 24 Jan 2025

https://github.com/ppmpreetham/newton_gregory_interpolation

Input your cool random numbers and then get a function for the same.

mathematics number-theory

Last synced: 06 Dec 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/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/stdlib-js/random-array-invgamma

Create an array containing pseudorandom numbers drawn from an inverse gamma distribution.

continuous gamma generator inverse inverse-gamma javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed statistics stats stdlib

Last synced: 19 Jan 2025

https://github.com/szymonkubica/formalising-mathematics

Formal proofs of mathematical analysis theorems using Lean programming language

analysis lean mathematics

Last synced: 18 Jan 2025

https://github.com/esotericthought/library

An extensive (mostly) math library following a logical and coherent structure with great levels of abstraction.

library math math-libraries math-library mathematics maths

Last synced: 17 Dec 2024

https://github.com/dmamakas2000/filter-ppm-cpp

An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.

2darrays cpp filter functions image-processing inheritance mathematics ppm-image

Last synced: 07 Dec 2024

https://github.com/varun-doshi/modc

Rust Library for Finite Field Arithmetic

cryptography mathematics zk

Last synced: 16 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/assyrianic/text-input-math-calculator-workshop

educational workshop & material for teaching Computer Science & Computer Engineering students in how to create a math calculator using lexical analysis and parsing theory.

education educational educational-project lexer lexical-analysis lexical-analyzer math mathematics parsing

Last synced: 05 Jan 2025

https://github.com/richeyphu/powbigint.js

A simple utility library for calculating powers of big integers

bigint biginteger exponential javascript library math mathematics npm power typescript utility

Last synced: 18 Dec 2024

https://github.com/jisll/mathgame

Math Game, build with html,css,js

css game html js math mathematic mathematics open-source website

Last synced: 06 Dec 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/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/popckovs/computational_mathematics

Создаю свой модуль для решение задач по вычислительной математике.

mathematics matplotlib numpy python-3

Last synced: 27 Dec 2024

https://github.com/grahamstrickland/wackerly_stats

Exercises from "Mathematical Statistics with Applications" - Wackerly et al. (7e)

exercises mathematical-statistics mathematics python3 statistics

Last synced: 10 Jan 2025

https://github.com/grahamstrickland/zill_differential_equations

Python plots and calculations for "Differential Equations with Boundary-Value Problems" (9e) - Zill

differential-equations mathematics matplotlib plotting python3

Last synced: 10 Jan 2025

https://github.com/grahamstrickland/tucker_combinatorics

Programming exercises from "Applied Combinatorics" (6e) - Tucker

combinatorics graph graphs mathematics python3

Last synced: 10 Jan 2025

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/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: 18 Dec 2024

https://github.com/jamesquinlan/matlab-programming-intro

Course materials for Intro. to Programming (w MATLAB)

computer-science mathematics matlab programming

Last synced: 18 Dec 2024