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/rindow/rindow-opencl-ffi

The Interface of The OpenCL for FFI on PHP

gpgpu gpu hpc machine-learning mathematics opencl php php8

Last synced: 20 Dec 2024

https://github.com/chris00/rust-crlibm

Rust binding to CRlibm, a correctly rounded math lib

mathematical-functions mathematics rounding

Last synced: 29 Oct 2024

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

Some solutions of Project Euler assignments

euler haskell mathematics

Last synced: 13 Dec 2024

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

My Project Euler solutions

mathematics project-euler

Last synced: 14 Jan 2025

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: 17 Dec 2024

https://github.com/tueda/donuts-python

Python binding to Donuts: 🍩 × 🐍

binding computer-algebra mathematics multivariate-polynomials python

Last synced: 29 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: 20 Dec 2024

https://github.com/stdlib-js/random-streams-chi

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

chi continuous javascript math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream

Last synced: 19 Jan 2025

https://github.com/molodchina/msu

This repository is dedicated to bachelor's studies at Moscow State University, including different practicums and inter-faculty courses

cmc computer-science mathematics msu

Last synced: 29 Dec 2024

https://github.com/mateuschaves/dll

Desenvolvimento de uma DLL que resolve problemas da Geometria Analítica.

algebra c dll geometry-library mathematics university-project

Last synced: 18 Jan 2025

https://github.com/qequ/pyrite

A Crystal library for scientific computing - featuring complex numbers, PRNGs, root-finding, statistical distributions, and more. Inspired by SciLua.

complex-numbers crystal-lang mathematics numerical-methods prng root-finding scientific-computing statistics

Last synced: 13 Dec 2024

https://github.com/pilotleoyan/inside-deep-learning

Inside deep learning, a repository to explain and apply deep learning concepts.

autograd deep-learning machine-learning-algorithms machine-learning-from-scratch mathematics python3 pytorch

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

https://github.com/yaireo/self-descriptive-numbers

Generates self-descriptive numbers

javascript math mathematics

Last synced: 06 Dec 2024

https://github.com/thormeier/vanillavectors

A simple library written in vanilla JS that represents vectors.

canvas math mathematics vanilla-js vectors

Last synced: 22 Dec 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: 18 Dec 2024

https://github.com/automathproject/openyourmath

Open Your Math Project version alpha 0.2

latex learning mathematics

Last synced: 18 Dec 2024

https://github.com/popckovs/computational_mathematics

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

mathematics matplotlib numpy python-3

Last synced: 27 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/gabrielsantoslima/algorithms-and-experiments

:infinity: Repository of algorithms and experiments built in Java, Javascript, Python and Kotlin.

algorithms java javascript julia kotlin mathematics python rust

Last synced: 28 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/jonaxplanta/primenumbers

A simple Prime Number Finder using TypeScript.

mathematics prime-numbers terminal-app training typescript

Last synced: 21 Jan 2025

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/frouioui/mathematics

Undergraduate 1st semester mathematics project at Epitech

epitech mathematics python

Last synced: 23 Nov 2024

https://github.com/yezzfusl/harmonicvoyage

An artistic journey through sound and math, visualized in code.

algorithmic-art audio creative-coding fourier-transform graphics mathematics music sound-synthesis visualization

Last synced: 14 Jan 2025

https://github.com/sudo-arash/extreme_math

This is a fun and challenging math game where your task is to solve equations for the famous little ( x ).

cpp math mathematics maths maths-quiz-game

Last synced: 10 Jan 2025

https://github.com/shlomif/shift_divmod

Optimized bigint divmod implementations for division bases that have a large number of trailing 0 bits.

gmp hacktoberfest math mathematics modulus

Last synced: 25 Dec 2024

https://github.com/nand0san/topology

This Python library provides a collection of tools to define and manipulate different types of topologies on finite sets.

finite-sets mathematics topology

Last synced: 06 Nov 2024

https://github.com/jacoblee23/pytrig

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

mathematics python python-3 trigonometry

Last synced: 30 Dec 2024

https://github.com/simply-pouria/graphdrawer

an app that draws simple graphs using their degree set

graph graphtheory mathematical-modelling mathematics python tkinter

Last synced: 06 Jan 2025

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: 26 Dec 2024

https://github.com/laisfrigerio/math-solver

Resolvedor de formulas matemáticas

hacktoberfest javascript js math mathematics solver

Last synced: 19 Nov 2024

https://github.com/stdlib-js/random-array-lognormal

Create an array containing pseudorandom numbers drawn from a lognormal distribution.

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

Last synced: 08 Jan 2025

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

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

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

Last synced: 08 Jan 2025

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

https://github.com/quantum-software-development/calculus2-integrals

✍️ Calculus II - Basic Function Integrals

calculus-2 integrals latex-code mathematics python3

Last synced: 21 Jan 2025

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

Calculate the maximum absolute value of a sorted double-precision floating-point strided array.

absolute absolute-value domain extent extremes javascript magnitude math mathematics max maxabs maximum node node-js nodejs range sorted statistics stats stdlib

Last synced: 10 Nov 2024

https://github.com/hasibzunair/randomfun

Notebooks and scripts, mostly computer vision stuff

deep-learning machine-learning mathematics

Last synced: 08 Jan 2025

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/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/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/stdlib-js/blas-ext-base-sapxsumors

Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.

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

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

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/g1joshi/project-euler

Solutions of Project Euler problem sets

mathematics programming project-euler

Last synced: 08 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/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/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/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/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/kathleenwest/advancedformapplicationv

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions

asynchronous-programming calculating-pi cancellation cancellation-handling cancellationtoken cross-thread csharp csharp-code delegates mathematics parallel-processing parallel-programming progress-bar recursion synchronization task-management task-parallel task-parallel-library tasks windows-forms

Last synced: 23 Nov 2024

https://github.com/mathflowjs/mathflow

💎 A scripting language designed for solving mathematical expressions and calculations.

henryhale language math-library math-parser mathematical-expressions mathematics ts typescript

Last synced: 08 Jan 2025

https://github.com/verzatiledev/university.210ct_exercises

Software to Solve Mathematics Factorial Numbers Trailing's, Algorithms

cplusplus mathematics software university-assignment

Last synced: 08 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/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/bhavya-dang/node-math.js

A simple math library for NodeJS and JavaScript.

algebra eval javascript math mathematics nodejs numeric

Last synced: 23 Nov 2024

https://github.com/5noxi/b64reversed-math-obfuscator

Encodes each line to base64, reverts them & builds the decryption. Afterwards obfuscates all reverted b64 keys with math techniques. Also uses MBA obfuscated commands/strings ;D

base64 encrypt encryption mathematics mixed-boolean-arithmetic obfuscation obfuscator powershell reverse-engineering reversed

Last synced: 08 Jan 2025

https://github.com/lebrancconvas/math-computer-graphics-playground-htmlcanvas

Implement Mathematics & Computer Graphics Concept on Web Application as Playground Projects with HTML5 Canvas + Vanilla Typescript (Built with Vite).

computer-graphics html5-canvas mathematics side-project typescript

Last synced: 08 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/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: 05 Jan 2025

https://github.com/syedalimohsinbukhari/solvers

A library for some basic numerical solvers.

mathematics numerical-solvers python3

Last synced: 06 Dec 2024

https://github.com/uncomputable/tackling-bulletproofs

In-depth survey into what Bulletproofs are and how they work

cryptography learning mathematics pdf tutorial zero-knowledge-proof

Last synced: 10 Dec 2024

https://github.com/syedalimohsinbukhari/matrices

A simple python implementation of matrices, with a lot of stuff to add.

mathematics matrix python3

Last synced: 06 Dec 2024

https://github.com/jonsteinn/graphicsproblemgenerator

Randomly generated math problems for graphics problem

graphics latex mathematics

Last synced: 05 Jan 2025

https://github.com/patrikmasiar/algorythm-of-the-night

Awesome list of algorithms that help you 🚀 Feel free to contribute 👨🏻‍💻

algorithms data interview-questions logic logic-programming math mathematics science

Last synced: 14 Dec 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/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/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/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/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