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/liba001/ti-nspire

Little programs for the 'TI-nspire CX' calculator.

calculator lua mathematics ti-nspire

Last synced: 14 Oct 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/thomasthelen/qodes

Quick Ordinary Differential Equation Solver (QODES) is an ODE solving library with a focus on usability and ease.

algorithm mathematics numerical-methods ode ode-solver ode-solving-library solver

Last synced: 12 Nov 2024

https://github.com/syket-git/future-value-calculator

A simple npm package to calculate the future value of an investment based on the present value, interest rate, and compounding periods.

calculation future-value investment mathematics

Last synced: 06 Nov 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/akicho8/stylet_support

GUIに依存しない数学関連ライブラリ

library mathematics vector

Last synced: 13 Nov 2024

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

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

javascript lcg lehmer math mathematics minstd node node-js nodejs prng pseudorandom rand randi randint random randu rng statistics stats stdlib

Last synced: 26 Oct 2024

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/cjdoris/magmautils

Adds basic functionality missing from Magma.

magma math mathematics

Last synced: 12 Oct 2024

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: 04 Nov 2024

https://github.com/stdlib-js/random-array-pareto-type1

Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.

continuous extreme-value generator javascript math mathematics node node-js nodejs pareto power-law prng pseudorandom rand random rng statistics stats stdlib type1

Last synced: 13 Nov 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: 09 Nov 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/random-iter-randu

Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.

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

Last synced: 12 Nov 2024

https://github.com/stdlib-js/blas-ext-base-ssumkbn

Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed

Last synced: 14 Nov 2024

https://github.com/stdlib-js/blas-ext-base-gapxsumpw

Adds a constant to each strided array element and computes the sum using pairwise summation.

array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed

Last synced: 12 Nov 2024

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

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

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

Last synced: 14 Nov 2024

https://github.com/antoninhrlt/linbra

Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices.

algebra gamedev graphics linear-algebra math mathematics rust

Last synced: 08 Nov 2024

https://github.com/antoninhrlt/sdymh

Tool collection to automate the solution of mathematical exercises. "Stop doing your math homework"

automate education exercises france math-problems mathematics python python3

Last synced: 08 Nov 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/edinsonrequena/engineering-mathematics

Specialization in Mathematical Engineering from the Universidad Politecnica de Valencia

algebra computer-science derivatives engeneering integral mathematical-engineering mathematics

Last synced: 14 Oct 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: 29 Oct 2024

https://github.com/theelectronwill/easy-math-calculator

Calculateur et solveur d'équation mathématiques. - Projet d'ISN

java mathematics

Last synced: 14 Oct 2024

https://github.com/stdlib-js/blas-base-dcabs1

Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.

abs absolute blas cmplx complex dcabs1 float64 javascript math mathematics node node-js nodejs number scalar stdlib

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

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: 30 Oct 2024

https://github.com/willlillis/cycle-games-on-graphs

Code written to aid in the combinatorial research of relator games on groups.

c-plus-plus combinatorial games mathematics

Last synced: 12 Oct 2024

https://github.com/jacoblee23/pytrig

A pure-Python module for high-precision computation of trigonometric functions.

mathematics python python-3 trigonometry

Last synced: 08 Nov 2024

https://github.com/stdlib-js/stats-base-nanmax-by

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

array domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array

Last synced: 01 Nov 2024

https://github.com/islemci/nicemath

A simple math library for your daily math problems

math mathematics npm types

Last synced: 15 Oct 2024

https://github.com/stdlib-js/stats-base-min-by

Calculate the minimum value of a strided array via a callback function.

array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array

Last synced: 12 Nov 2024

https://github.com/chanceyu/front-end-math

:triangular_ruler: Mathematics code snippets. https://chanceyu.github.io/front-end-math/

front-end javascript math mathematics

Last synced: 12 Nov 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/abranhe/math

✖️ ➖ ➕ ➗ Math

math mathematics

Last synced: 12 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-sstdevyc

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 17 Nov 2024

https://github.com/d-exclaimation/swiftcalc

Math Module for Matrices, Vectors, Probabilities

math mathematics physics swift vector

Last synced: 07 Nov 2024

https://github.com/miladsade96/numermp

Multi-threaded numerical methods implemented in fortran and wrapped in python

fortran fortran90 mathematical-programming mathematics multithreading numerical-analysis numerical-methods openmp parallel-computing python

Last synced: 09 Nov 2024

https://github.com/abhishekprajapati3/earningtracker

Earning Tracker is a powerful tool designed to help companies monitor and analyze their financial performance with ease. This application enables users to compare estimated revenue with actual revenue, providing a clear and detailed view of their financial status.

dart flutter graph mathematics

Last synced: 03 Nov 2024

https://github.com/faizanzaheergit/simple-scientific-calculator-in-c

this code in c++ is a simple implementation of a scientific calculator, and how it functions with functions like exponent, logarithms, powers, trigonometric functions

calculator cplusplus exponent logarithm math mathematics scientific-calculator trigonometric-functions

Last synced: 10 Nov 2024

https://github.com/centic9/multiplicativedigitalroot

This project plays with the mathematical topics of "Multiplicative digital roots" and "Multiplicative Persistence"

bigintegers digits mathematics multiplication

Last synced: 30 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/bukinoshita/define-probability

Define probability of getting results

javascript math mathematics nodejs probability

Last synced: 31 Oct 2024

https://github.com/sleepymalc/jintegrationbee

The LaTeX source code for UM-SJTU JIntegration Bee event ⨑

beamer latex mathematics

Last synced: 11 Oct 2024

https://github.com/fabriziofiorucci/jevaluator

JEvaluator is a Java class that implements a fast and flexible mathematical expressions parser and evaluator

java library mathematics

Last synced: 09 Nov 2024

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: 10 Nov 2024

https://github.com/evanpacini/collatz

C++ and Python programs to analyse the Collatz conjecture.

collatz collatz-conjecture cpp mathematics maths python python3

Last synced: 09 Nov 2024

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

Calculate the minimum value of a sorted single-precision floating-point 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: 20 Oct 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: 12 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/walchko/pyrk

simple runge-kutta 4 algorithm

library math mathematics python2 python3 rk4 runge-kutta

Last synced: 23 Oct 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/stdlib-js/utils-size-of

Return the size (in bytes) of the canonical binary representation of a specified numeric type.

bytes float integer javascript math mathematics nbytes node node-js nodejs numbytes size size-of sizeof stdlib type util utilities utility utils

Last synced: 17 Oct 2024

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/ncw/euler_bbp

Programs and paper to demonstrate Euler's BBP-type formulae for pi

euler go golang math mathematics python

Last synced: 25 Oct 2024

https://github.com/ready-steady/special

Special functions

mathematics science

Last synced: 09 Nov 2024

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

Solutions for Project Euler problems, written in Python

euler-solutions mathematics project-euler python3

Last synced: 08 Nov 2024

https://github.com/gurveervirk/adobe-gensolve-2024

End-to-end process to regularize hand-drawn shapes, find symmetry in it, if possible, and complete these shapes, if necessary.

adobe curve-fitting mathematical-modelling mathematics science streamlit

Last synced: 06 Nov 2024

https://github.com/programmin1/optimizedstations

OptimizedStations as described in Tomorrow's math

hacktoberfest math mathematics

Last synced: 12 Nov 2024

https://github.com/reon90/pointintrianglesample

Sample of various ways determination whether point lies inside triangle

mathematics

Last synced: 06 Nov 2024

https://github.com/wesleymcginn/robotic-arm-endpoint-to-angle-math

This repository includes equations that calculate angles in a robotic arm based on the desired location of the endpoint. This is helpful for any two-segment robotic part as it can move it easily directly vertical or horizontal.

equations mathematics robotic-arm trigonometry

Last synced: 02 Nov 2024

https://github.com/stdlib-js/blas-ext-base-cfill

Fill a single-precision complex floating-point strided array with a specified scalar constant.

array assign blas broadcast complex64 complex64array constant copy equal extended fill javascript math mathematics node node-js nodejs set stdlib strided

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

https://github.com/adambarreiro/polynomial

Educational video game for the teaching of polynomials to secondary school students who are on their third year. DISCLAIMER: This project is very old, it contains multiple design, security and coding flaws.

craftyjs game mathematics polynomials

Last synced: 06 Nov 2024