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/blas-ext-base-dnanasum

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.

abs absolute blas extended javascript l1-norm l1norm manhattan math mathematics node node-js nodejs norm statistics stats stdlib sum summation total

Last synced: 24 Jan 2025

https://github.com/ninivert/barnsley-fern-animated

Animated version of the Barnsley fern

animation barnsley-fern mathematics

Last synced: 05 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/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/ncw/euler_bbp

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

euler go golang math mathematics python

Last synced: 13 Dec 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: 21 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/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/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/sebastiandotdev/math-rs

An extensive math library for Rust

cargo lib mathematics rust

Last synced: 16 Jan 2025

https://github.com/g4brielvs/g4brielvs.github.io

"The true delight is in the finding out rather than in the knowing"

education jekyll jekyll-sites mathematics personal-blog

Last synced: 30 Nov 2024

https://github.com/nlitsme/expressionfinder

Tool for solving math problems involving finding an expression for a given value. (like numberphile's 10958 problem)

10958 expression-tree mathematics numberphile

Last synced: 05 Dec 2024

https://github.com/akicho8/stylet_support

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

library mathematics vector

Last synced: 12 Jan 2025

https://github.com/stdlib-js/complex-conj

Return the complex conjugate of a complex number.

cmplx complex conj conjugate javascript math mathematics node node-js nodejs number stdlib

Last synced: 19 Jan 2025

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/opqdonut/ramanujan

Lazy infinite stream of Ramanujan numbers in Haskell

haskell mathematics

Last synced: 07 Dec 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/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/jeluchu/pascalinaplus

Pascalina, ¡La calculadora adivina! Actualmente está disponible únicamente en ordenadores con Linux. En ella podrás realizar todo tipo de operaciones matemáticas. Pruébala y si te gusta la idea, apóyanos dándole "Star". Y como no darle las gracias a @franciscoquintana por crear el instalador.

calculadora calculate calculator math mathematics pascalina programmer programming programming-language

Last synced: 19 Jan 2025

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

Create an iterator which computes `cos(x) - 1` for each iterated value.

cos cosine cosm1 iterable iterate iterator javascript math mathematics node node-js nodejs radians stdlib trig trigonometry

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

Special functions

mathematics science

Last synced: 05 Jan 2025

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/stdlib-js/math-strided-special-dmskabs2

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

abs2 absolute array dbl double double-precision float64 float64array javascript magnitude math mathematics node node-js nodejs square squared stdlib value vector

Last synced: 24 Jan 2025

https://github.com/xcarpentier/fibo-premier

experimentation with rust programming

fibonacci mathematics rust rust-lang

Last synced: 11 Dec 2024

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-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/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/melihcanndemir/3d-fractal-explorer

Interactive 3D visualization tool for exploring the mesmerizing world of Mandelbrot and Julia fractals. Built with Python, OpenGL and PyQt5, offering real-time animation and intuitive controls.

3d-graphics complex-numbers computer-graphics data-visualization educational fractal graphics-programming interactive julia-set mandelbrot math-visualization mathematical-art mathematics numpy opengl pyqt pyqt5 python scientific-visualization visualization

Last synced: 05 Jan 2025

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/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/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/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/mandober/debrief.math

math notes and reference

math math-notes mathematics

Last synced: 05 Jan 2025

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

Calculate the variance of a single-precision floating-point strided array 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: 10 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/reon90/pointintrianglesample

Sample of various ways determination whether point lies inside triangle

mathematics

Last synced: 24 Dec 2024

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

Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

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

Last synced: 10 Nov 2024

https://github.com/nlitsme/pycrcexperiment

Experiment, making the relation of CRC's and polynomials explicit

crc mathematics polynomials

Last synced: 05 Dec 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: 21 Nov 2024

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/cata77/data-transmission-formats

Data Transmission Formats Java Project

html java json json-parser mathematics stax-api svg xml

Last synced: 25 Nov 2024

https://github.com/crmacca/speedmath

Mental Mathematics trainer for primary students. (Assessment Task for my Course)

mathematics student tutor

Last synced: 25 Nov 2024

https://github.com/palash25/project-euler-solutions

Nothing to see here; had forgotten to make lots of such repos public years ago

haskell mathematics project-euler

Last synced: 25 Nov 2024

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

Fractal visualizer in C++ and SDL2.

fractal fractals math mathematics

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

https://github.com/reyrove/fortran

Welcome! This repo offers simple Fortran 95 examples for key algorithms and numerical methods. Learn with Plato IDE and FTN95. For more, check out my YouTube tutorials!

compiler fortran fortran-language fortran-tutorial fortran77 fortran90 fortran95 freyja mathematics numerical-computation plato programming reyrove youtube

Last synced: 25 Nov 2024

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/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/josgard94/crud_solution_equation_quadratic-

In this project, I present crud for solving quadratic equations developed using HTML, CSS, and PHP. For the solution of the quadratic equations the general formula. Check the video tutorial.

crud css ecuacion-cuadratica equation-solver equations html html5 mathematics php programming quadratic-equations website

Last synced: 21 Jan 2025

https://github.com/fusion809/lua-scripts

My Lua scripts, an attempt to learn the Lua programming language

lua mathematics numerical-calculations scripts

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