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/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: 05 Feb 2025

https://github.com/bytejoseph/mathlab-examples

This collection contains a set of fundamental MATLAB examples to help you grasp the essentials of this powerful programming language and computational tool.

examples mathematics mathlab nasa space terminal termux

Last synced: 26 Jan 2025

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/emlyn/optimised-primes

Jupyter notebook exploring simple prime generating algorithms

ipython-notebook mathematics numbers prime-numbers python

Last synced: 22 Dec 2024

https://github.com/fuglede/find-the-relation

A web-based game to illustrate the faithfulness problem for the Burau representation of the four strand braid group

braid braid-groups braids burau math mathematical-physics mathematics maths quantum-field-theory representation-theory topological-quantum-computation topology

Last synced: 05 Jan 2025

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

Compute the sine of each element retrieved from an input strided array via a callback function.

angle array element-wise javascript map math mathematics ndarray node node-js nodejs radians sin sine stdlib strided transform trig trigonometry vector

Last synced: 21 Oct 2024

https://github.com/gojakuch/comphy

ComPhy serves as a platform for educatory materials on modern mathematical/computational physics, scientific programming, and applied mathematics in Ukrainian.

education educational mathematics physics scientific-computing

Last synced: 22 Jan 2025

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: 09 Feb 2025

https://github.com/kpeeters/cadabra2-contrib

User-contributed notebooks for the Cadabra2 computer algebra system

cadabra2 computer-algebra mathematics notebooks physics

Last synced: 30 Jan 2025

https://github.com/stdlib-js/math-base-special-cflipsignf

Return a single-precision complex floating-point 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: 25 Nov 2024

https://github.com/merttalug/maximum_minimum

A program that asks the user to input n counting numbers and finds the maximum and minimum of these numbers.

java kodluyoruz mathematics maths patika-dev sorting-numbers

Last synced: 22 Dec 2024

https://github.com/merttalug/armstrongnumber

A program that finds whether a number between 0-1000 that it receives as input from users is an Armstrong number.

armstrong-number java kodluyoruz mathematics maths patika-dev

Last synced: 22 Dec 2024

https://github.com/walchko/pyrk

simple runge-kutta 4 algorithm

library math mathematics python2 python3 rk4 runge-kutta

Last synced: 05 Feb 2025

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

https://github.com/anhgelus/blog-content

Content of my personal blog.

blog blogging latex latex-document mathematics

Last synced: 25 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/stdlib-js/math-strided-special-cbrt-by

Compute the cube root of each element retrieved from an input strided array via a callback function.

accessor array callback cube element-wise javascript map math mathematics ndarray node node-js nodejs pow power root stdlib strided transform vector

Last synced: 21 Oct 2024

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

Course materials for Intro. to Programming (w MATLAB)

computer-science mathematics matlab programming

Last synced: 10 Feb 2025

https://github.com/belajarqywok/calculus

advanced calculus in 2nd semester

math mathematics maths

Last synced: 28 Jan 2025

https://github.com/hearot/ratio

Quisque faber fortunae suae.

competition django mathematics maths website

Last synced: 17 Jan 2025

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

Fractal visualizer in C++ and SDL2.

fractal fractals math mathematics

Last synced: 01 Feb 2025

https://github.com/mountain/mmtk

An experimental toolkit of metamath based on mmj2

math mathematics metamath verfication

Last synced: 23 Jan 2025

https://github.com/iahmadgad/calculator-java

☕ Calculator written in Java (🛠️ WIP).

calculator-app java java-calculator mathematics wip

Last synced: 29 Jan 2025

https://github.com/zakariaelbouzkri/my_cses_problems_solutions

this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.

algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms

Last synced: 10 Jan 2025

https://github.com/nishkarsh25/learn-hand-written-characters-using-probability

Specifically, the code: Loads all the images of handwritten 0's and 1's from a specified directory. Creates a binary matrix of size 4x4 for each image. Goes through each matrix and counts the number of times each pixel is set to True for each digit. Uses the count to calculate the probability of each pixel being True given the digit is a 0 or 1.

jupyter-notebook mathematics pyrhon

Last synced: 22 Jan 2025

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: 10 Feb 2025

https://github.com/kolosovpetro/anotherapproachtogetderivativeofoddpower

This manuscript provides another approach to get derivative of odd-power, that is approach based on partial derivatives of polynomial function

derivatives math mathematics open-research open-science polynomials research research-project

Last synced: 16 Jan 2025

https://github.com/kolosovpetro/astudyondynamicequations

A study on partial dynamic equation on time scales involving derivatives of polynomials

math mathematics open-research open-science polynomial-equations polynomials research research-project

Last synced: 16 Jan 2025

https://github.com/kolosovpetro/findingthederivativeofpolynomialsviadoublelimit

Differentiation is process of finding the derivative, or rate of change, of a function. Derivative itself is defined by the limit of function's change divided by the function's argument change as change tends to zero. In particular, for polynomials the function's change is calculated via Binomial expansion.

binomial-theorem derivatives differential-equations math mathematics open-research open-science polynomials research research-project

Last synced: 16 Jan 2025

https://github.com/mohadoum/maillage

This program helps to perform meshing operations in a convex domain. Alhamdoulilah!

algorithms convex-domain mathematics meshing meshing-algorithms numerical-application

Last synced: 29 Dec 2024

https://github.com/artikash/3d-grapher

Graphs functions in 3D.

graphing-application mathematics

Last synced: 15 Jan 2025

https://github.com/ozansz/mathematical-expression-parser-derivator

METU CENG140 C Programming - Take Home Exam 2 - Mathematical Expression Derivator

abstract-syntax-tree c derivatives lexer mathematical-expressions mathematics parser

Last synced: 02 Feb 2025

https://github.com/arthurkushman/total_probability

Total probability + Thomas Bayes, Bernoulli distribution formulas

bayes bernulli formulas math mathematics php probability

Last synced: 22 Dec 2024

https://github.com/daleroberts/heston-qmc

Exact simulation and Quasi Monte Carlo for the Heston stochastic volatility model

c-plus-plus finance mathematics monte-carlo-simulation numerical-codes

Last synced: 29 Jan 2025

https://github.com/emilianocv20/app-armath-unity

Aplicacion para Telefonos de Realidad Aumentada (AR) hecha con Unity y C++. Incluye el poder manipular objetos 3D y algunas calculadoras de Matematicas al interactuar con ciertos objetos.

augmented-reality-applications mathematics unity visual-studio

Last synced: 29 Jan 2025

https://github.com/stdlib-js/random-iter-triangular

Create an iterator for generating pseudorandom numbers drawn from a triangular distribution.

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

Last synced: 19 Jan 2025

https://github.com/rhdunn/collatz-conjecture

Patterns in the Collatz Conjecture

collatz-conjecture math mathematics

Last synced: 31 Jan 2025

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/stdlib-js/random-iter-pareto-type1

Create an iterator for generating 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: 28 Jan 2025

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

https://github.com/francescopaolol/mersenneprimenumbers

Simple C code which searching for Mersenne prime about first 1M numbers

algorithms clanguage mathematics mersenne-numbers

Last synced: 22 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/varun-doshi/modc

Rust Library for Finite Field Arithmetic

cryptography mathematics zk

Last synced: 16 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/stone-zeng/notes-on-tensor

LaTeX documents for tensor analysis (Xie Xilin)

mathematics tensor-algebra

Last synced: 16 Jan 2025

https://github.com/jonsteinn/graphicsproblemgenerator

Randomly generated math problems for graphics problem

graphics latex mathematics

Last synced: 05 Jan 2025

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: 02 Feb 2025

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/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/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/xcarpentier/fibo-premier

experimentation with rust programming

fibonacci mathematics rust rust-lang

Last synced: 05 Feb 2025

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

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: 01 Feb 2025

https://github.com/daleroberts/ruin-tstable

Finite-time ruin problem for tempered stable processes

mathematics monte-carlo-simulation probability

Last synced: 29 Jan 2025

https://github.com/faizantkhan/kaggle-eda-ml-feature-engineering

Explore the Kaggle Codes Repository for concise and powerful code snippets covering the essentials of data science and machine learning. From Kaggle competitions to real-world projects, discover insights into exploratory data analysis, machine learning models, feature engineering, and data science mathematics.

data-science eda jupyter-notebook kaggle kaggle-competition kaggle-dataset kaggle-scripts kaggle-solution machine-learning machine-learning-algorithms mathematics python python-library

Last synced: 15 Jan 2025

https://github.com/brodanoel/3dgrapher.xyz

3D Math Grapher website

3d math mathematics three-js threejs

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/syedalimohsinbukhari/solvers

A library for some basic numerical solvers.

mathematics numerical-solvers python3

Last synced: 01 Feb 2025

https://github.com/stdlib-js/complex-float32-reim

Return the real and imaginary components of a single-precision complex floating-point number.

cmplx complex im imag imaginary javascript math mathematics node node-js nodejs number re real stdlib

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

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