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

Jupyter notebook exploring simple prime generating algorithms

ipython-notebook mathematics numbers prime-numbers python

Last synced: 05 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/proafxin/lattices

This is the lecture series on Lattices given by Oded Regev.

cryptography lattice mathematics

Last synced: 12 Nov 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/leftaroundabout/colour-space

Colours form a manifold, in which inter-/extrapolation is guaranteed to stay in the gamut.

graphics haskell mathematics

Last synced: 12 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/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: 07 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/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: 13 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/frouioui/mathematics

Undergraduate 1st semester mathematics project at Epitech

epitech mathematics python

Last synced: 13 Oct 2024

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

Compute the Bessel function of the second kind of order zero.

bessel javascript math mathematics node node-js nodejs number special stdlib y0

Last synced: 21 Oct 2024

https://github.com/stdlib-js/random-strided-tools-unary-factory

Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.

factory fcn func function generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng statistics stats stdlib tools

Last synced: 21 Oct 2024

https://github.com/rodrigogiraoserrao/interval-spca

Symbolic principal component analysis of interval-valued data

interval-arithmetic mathematics principal-component-analysis statistics symbolic-data

Last synced: 27 Oct 2024

https://github.com/irishfix/universalnumerics.net

UniversalNumerics.NET is a versatile .NET package that can be used both in Unity and in normal C# projects. It simplifies common computational tasks, such as computing 2D line intersections, 2D segment intersections, 2D point within queries, 2D triangulation of points, 3D area voxelization and even creating deep neural network models.

artifical-intelligence artificial-neural-networks computational-geometry csharp csharp-library deep-learning deep-neural-networks dotnet mathematics triangulation triangulation-delaunay unity unity3d

Last synced: 13 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/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 Nov 2024

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

Patterns in the Collatz Conjecture

collatz-conjecture math mathematics

Last synced: 15 Oct 2024

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: 14 Oct 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/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/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/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/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/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/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/kouisamine/mathematical-tools

A collection of highly useful tools mainly for mathematicians and physicians.

calculations calculator fraction math mathematics mathjs online percentage tools

Last synced: 12 Nov 2024

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

https://github.com/ziqi-yang/math_modeling_scripts

useful scripts, charts and algorithms for math modeling

mathematical-modelling mathematics matlab python python3 script

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

https://github.com/abranhe/math

✖️ ➖ ➕ ➗ Math

math mathematics

Last synced: 12 Nov 2024

https://github.com/cheran-senthil/btp-project

Congruences of Partitions: Rank Differences and Cubic Partition Pairs

congruence mathematics partition-functions research

Last synced: 15 Oct 2024

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

Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.

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

Last synced: 15 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/t1st3/project-euler

My solutions to some of the problems of https://projecteuler.net/

mathematics project-euler solutions

Last synced: 22 Oct 2024

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

Finite-time ruin problem for tempered stable processes

mathematics monte-carlo-simulation probability

Last synced: 14 Oct 2024

https://github.com/kouisamine/decimal-to-fraction-calculator

This tool will help you to convert a decimal number to its equivalent fraction(Mixed Fraction & Improper Fraction).

decimal decimal-to-fraction fraction js math mathematics online php script source-code tools

Last synced: 12 Nov 2024

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

User-contributed notebooks for the Cadabra2 computer algebra system

cadabra2 computer-algebra mathematics notebooks physics

Last synced: 15 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/stdlib-js/random-array-triangular

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

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

Last synced: 15 Oct 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: 14 Oct 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/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/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/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/mahrjose/bracu-mns

All the materials from BRAC University MNS Dept. courses.

bracu bracumns mahrjose mat110 mathematics mns statistics

Last synced: 10 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/admodev/baldor-lang

Algebraic and mathematical programming language, made with PYTHON.

algebra functional-programming language mathematical-programming mathematics programming-language

Last synced: 05 Nov 2024

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

LaTeX documents for tensor analysis (Xie Xilin)

mathematics tensor-algebra

Last synced: 15 Nov 2024

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

Notes of Math Courses in my college life

mathematics notebook

Last synced: 15 Nov 2024

https://github.com/thormeier/vanillavectors

A simple library written in vanilla JS that represents vectors.

canvas math mathematics vanilla-js vectors

Last synced: 10 Oct 2024

https://github.com/tatjam/zgsl

GNU Scientific Library (GSL) multi-platform build and wrapper for Zig

gsl mathematics zig

Last synced: 14 Oct 2024

https://github.com/kolosovpetro/identitiesinrascaltriangle

In this manuscript, we show new binomial identities in iterated rascal triangles, revealing a connection between the Vandermonde convolution and iterated rascal numbers. We also present Vandermonde-like binomial identities. Furthermore, we establish a relation between iterated rascal triangle and (1,q)-binomial coefficients.

binomial-coefficient binomial-theorem mathematica mathematics open-research open-science pascals-triangle research-paper research-project

Last synced: 15 Nov 2024

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

Generates self-descriptive numbers

javascript math mathematics

Last synced: 16 Oct 2024

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/dorukyum/calcium

A calculator API built with FastAPI

api calculator mathematics

Last synced: 15 Oct 2024