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/karboxxx/algebra-systems-cpp

Calculate linear equations in C++ using GTK3

algebra cpp gtk3 math mathematics

Last synced: 24 Oct 2024

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

Compute the arctangent(in degrees) of a single-precision floating-point number.

arctangent degree inverse javascript math mathematics node node-js nodejs radians stdlib tangent trig trigonometry

Last synced: 30 Oct 2024

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

Return the maximum absolute single-precision floating-point number.

abs absolute greatest javascript largest magnitude math mathematics max maximum node node-js nodejs stdlib value

Last synced: 30 Oct 2024

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

Compute the inverse versed cosine of a single-precision floating-point number (in radians).

acos arc arcvercos arcvercosin avcs avercos avercosin avercosine avercosinus cos cosine javascript math mathematics node node-js nodejs stdlib versed versed-cosine

Last synced: 30 Oct 2024

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

Compute the inverse versed sine of a single-precision floating-point number (in radians).

arc arcvers arcversin arcversine aver avers aversin aversine aversinus javascript math mathematics node node-js nodejs sin sine stdlib versed versed-sine

Last synced: 30 Oct 2024

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

Return the minimum absolute single-precision floating-point number.

abs absolute javascript math mathematics min minabs minimum node node-js nodejs smallest stdlib value

Last synced: 30 Oct 2024

https://github.com/automathproject/openyourmath

Open Your Math Project version alpha 0.1

latex learning mathematics

Last synced: 30 Oct 2024

https://github.com/bartozzz/mads

Set of TypeScript utility modules for working with mathematics, algorithms and data structures.

algorithms computer-science data-structures mathematics typescript

Last synced: 31 Oct 2024

https://github.com/3ein39/multisolver

The Idea is a gui program can solve most of the problems that faces students in courses like mathematics and physics And it also have another branch for helping the students with their time management and provide the students with materials

c-plus-plus console-application gui-application logic-design mathematics physics qt5-gui

Last synced: 12 Nov 2024

https://github.com/mikma03/mathematics_and_python

Advanced mathematical concepts. Application of the probability theory. Part of the theory of partial differential equations. The use of statistics in the field of DataScience.

data-science mathematics partial-differential-equations probability python statistics

Last synced: 11 Nov 2024

https://github.com/pawanmsr/n-methods

Common Algorithms and Templates for Quick Reference

algorithms mathematics

Last synced: 10 Nov 2024

https://github.com/ralphtheninja/collatz-series

Calculates the Collatz series, given a positive integer

collatz-conjecture mathematics series

Last synced: 04 Nov 2024

https://github.com/navdeep-g/project-euler

Project Euler problems solved with Java

algorithms dynamic-programming java math mathematics project-euler

Last synced: 06 Nov 2024

https://github.com/tomwhite/cubesum

The sum of the first n cubes equals the square of the sum of the first n numbers.

mathematics visualization

Last synced: 12 Oct 2024

https://github.com/gladir/mathix

Liste de commandes écrit en Pascal pour les mathématiciens.

command-line free-pascal math mathematics turbo-pascal

Last synced: 10 Nov 2024

https://github.com/ucsd-sums/wi17-latex-workshop

Source files and references for the 2017 Winter Quarter Introductory Latex Workshop

latex latex-class latex-examples math mathematics

Last synced: 28 Sep 2024

https://github.com/varun-doshi/modc

Rust Library for Finite Field Arithmetic

cryptography mathematics zk

Last synced: 15 Nov 2024

https://github.com/mouad-el-asri/computorv1

This project is about coding a simple equation solving program using python. It will take polynomial equations into account. These equations will only require exponents. No complex function. The program will have to display its solution(s). Why polynomials? Just because it’s one of the simplest and most powerful tools in mathematics.

mathematics polynomials python3

Last synced: 07 Nov 2024

https://github.com/mouad-el-asri/computorv2

Now that I have programmed my equation solver computor V1, it’s time to go further. In computor V2 I have created my own calculator in command line, which will integrate my computor V1 as well as functions for matrix calculus, function resolution, calculation with complex numbers, etc.

command-line-calculator mathematics python3

Last synced: 07 Nov 2024

https://github.com/sivlev/phpmathobjects

A PHP library for handling mathematical objects

algebra library linear-algebra math mathematics matrix php rational-numbers vector

Last synced: 05 Nov 2024

https://github.com/rybla/associahedra

Constructing Associahedra via n-gon triangulations.

mathematica mathematics

Last synced: 07 Nov 2024

https://github.com/bartolomej/simple-pendulum

In browser pendulum simulation made with p5.

mathematics pendulum-simulation physics-simulation

Last synced: 05 Nov 2024

https://github.com/bartolomej/modulo-arithmetics

Real numbers modulo arithmetics visualized.

mathematics modulo-arithmetics visualization

Last synced: 05 Nov 2024

https://github.com/bartolomej/julia-set-web

Complex numbers playground.

complex-numbers julia-set mathematics

Last synced: 05 Nov 2024

https://github.com/bartolomej/genart

My generative art experiments 🎨

art canvas creative-coding generative-art mathematics threejs

Last synced: 05 Nov 2024

https://github.com/intedai/math-select

Keyboard shortcuts for converting selected numbers to their square number, square root or rounding them

autohotkey math mathematics shortcuts

Last synced: 07 Nov 2024

https://github.com/martapolii/coding-problem-practice

A repository dedicated to solving coding problems from platforms like LeetCode, HackerRank, and more. It includes challenges and solutions across a variety of programming languages and topics such as algorithms, data structures, and problem-solving techniques.

algorithms bit-manipulation data-structures dynamic-programming mathematics optimization string-manipulation

Last synced: 13 Nov 2024

https://github.com/vlopezferrando/tile-square-68

Is it possible to fill a square of side 68 with an equal number of squares of side 3 and 5?

mathematics number-theory tiling-problem

Last synced: 14 Nov 2024

https://github.com/vlopezferrando/solucions-cangur

Recull de solucions de les Proves Cangur

latex mathematics

Last synced: 14 Nov 2024

https://github.com/tomwhite/birthday-roots

Which year do you need to be born in so that you have a birthday year which is a power of your age?

mathematics

Last synced: 12 Oct 2024

https://github.com/merttalug/perfect-numbers

A program that finds whether a positive number entered by users is a perfect number.

java kodluyoruz math mathematics maths patika-dev perfect-numbers

Last synced: 05 Nov 2024

https://github.com/merttalug/greatestcommondivisor_leastcommonmultiple

A program that calculates the greatest common divisor and least common multiple of 2 numbers requested as input from the user.

greatest-common-divisor java kodluyoruz least-common-multiple mathematics maths patika-dev

Last synced: 05 Nov 2024

https://github.com/merttalug/harmonicseries

The program that finds the harmonic series of the number requested as input from the users.

harmonic-series java kodluyoruz mathematics patika-dev

Last synced: 05 Nov 2024

https://github.com/kesslermaximilian/latexpackages

The (custom) LaTeX Packages I use for writing my lecture notes and exercise sheets

latex-package mathematics

Last synced: 15 Nov 2024

https://github.com/rabestro/jetbrains-academy-smart-calculator

Calculators are a very helpful tool that we all use on a regular basis. Why not create one yourself, and make it really special? In this project, you will write a calculator that not only adds, subtracts, and multiplies, but is also smart enough to remember your previous calculations.

arraydeque calculator calculator-application enum hashmap interface-java jetbrains-academy lambda-expressions lambda-functions list mathematics polish-notation postfix-notation regular-expression stack stream student-project

Last synced: 07 Nov 2024

https://github.com/apollo-roboto/apolloroboto.constants

Utility library containing a collection of constants

constants csharp generated-code math mathematics numbers python space

Last synced: 12 Oct 2024

https://github.com/ryukinix/chumbin

Um Sistema de Competição de Tiros Ideal

economics games guns mathematics model system

Last synced: 05 Nov 2024

https://github.com/fjebaker/blog

Personal blog about black holes and other things.

black-holes blog gemini mathematics relativity

Last synced: 06 Nov 2024

https://github.com/dethada/projecteuler

Solving math problems with rather inefficient algorithms

mathematics projecteuler

Last synced: 11 Nov 2024

https://github.com/scruffaluff/learn-topology

Personal workspace for learning topology.

mathematics topology

Last synced: 05 Nov 2024

https://github.com/denyskryvytskyi/lia

Math lib for my game engine

cpp cpp-library math mathematics matrix vector

Last synced: 12 Nov 2024

https://github.com/saxonrah/the_faulting_problem

Faulting Problem conjecture in computer science and software engineering. This repository contains a conjecture and proof with an implementation in Coq.

computer-science coq mathematics software-engineering white-paper whitepaper

Last synced: 06 Nov 2024

https://github.com/mbjpxncp7k/rafaelqmrhsl-chs

Translate Quantum Mechanics in Rigged Hilbert Space Language (Author: Rafael de la Madrid Modino) into Simplified Chinese.

chinese-translation latex-document mathematics physics translation

Last synced: 15 Nov 2024

https://github.com/hoodmane/steenrod_modules

Python steenrod algebra implementation

algebraic-topology homotopy-theory mathematics

Last synced: 15 Nov 2024

https://github.com/mobakour/hypermath

Hypermath. A little math game web app built with plain HTML, CSS, and JS

game javascript-game mathematics web

Last synced: 11 Nov 2024

https://github.com/florianvazelle/fenetrage-remplissage

A C++ program to clip and fill 2D polygons with a convex window

mathematics sutherland-hodgman

Last synced: 31 Oct 2024

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

https://github.com/angrybeltman/trigonometry-visualizer

A simple and easy to use program made to help visualize some of the trigonomic functions. The program is written in c using the library raylib for the gui. In order to build and run the program make sure cmake and git is installed and run the run.sh file. If you found this repository helpful of cool feel free to give it a star.

c cmake cosine cpp gui interactive learning math mathematics raylib simulation sine tangent trigonometry

Last synced: 08 Nov 2024

https://github.com/binny3213/linear_regression

Linear Regression implementation in Python.

linear-regression machine-learning mathematics matplotlib python

Last synced: 13 Nov 2024

https://github.com/carlkidcrypto/signals-and-systems

A repo to hold the ECE 351 (Signals and Systems) lab project code.

mathematics python3 signals-and-systems

Last synced: 29 Oct 2024

https://github.com/prinsfrank/arithmetic-operations-floating-point

Floating point math implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)

floating-point math mathematics

Last synced: 14 Oct 2024

https://github.com/princelad/game-of-life

A Java-based implementation of Conway's Game of Life. This project lets you explore the fascinating world of cellular automata with customizable grids, interactive simulations, and real-time visualization of evolving patterns. Perfect for anyone interested in coding, mathematics, or complex systems.

gameoflife java mathematics swing

Last synced: 08 Nov 2024

https://github.com/710lucas/matrizes

Um programa para resolver operações com matrizes para a disciplina de Algebra Linear

mathematics matrix matrix-calculations

Last synced: 11 Nov 2024

https://github.com/kensukeken/mhf4u-advanced-functions-notes

Welcome to MHF4U! This repository contains comprehensive notes and materials for the MHF4U(Advanced Functions) course, created using LaTeX language on Overleaf.

latex latex-document mathematics mhf4u overleaf tex typsetting

Last synced: 15 Nov 2024

https://github.com/linggarm/mathematics

My personal repository where I can keep files associated with my learning of Mathematics

math mathematics

Last synced: 11 Nov 2024

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

Graphs functions in 3D.

graphing-application mathematics

Last synced: 15 Nov 2024

https://github.com/mrlizhaozhi/javascript-mental-maths-game

用 JavaScript 開發的速算遊戲。

game javascript mathematics web-applications

Last synced: 10 Nov 2024

https://github.com/mrlizhaozhi/practical-statistics-with-r-and-python-exercises

这个代码库用于存放《Practical Statistics with R and Python》课程的资料。

business-intelligence data-science mathematics python r statistics

Last synced: 10 Nov 2024

https://github.com/letlovewin/pygraph

Graph theory library for Python3 for a mathematics/competitive programming use case. Has BFS/DFS capabilities, uses an adjacency matrix, more to be added.

competitiveprogramming graph graptheory mathematics python university

Last synced: 06 Nov 2024

https://github.com/barton-willis/foundations-of-mathematics

Here you will find some course materials for my Spring 2023 course MATH 250 (Foundations of Mathematics)

education latex-document mathematics proof

Last synced: 11 Nov 2024

https://github.com/fedesky25/complex-functions-streamplot

Web-page and node tool to visualize streamplot of complex functions

complex-numbers mathematics nodejs plotting streamplot svelte

Last synced: 06 Nov 2024

https://github.com/gevorgmelkumyan/max-flow-problem

This project represents and solves The Maximum-Flow problem using graph data structure.

cpp17 mathematics

Last synced: 06 Nov 2024

https://github.com/yussufbiyik/grafik-cizici

Grafik çizen bi uygulama çok bir şey değil

chartjs github-pages graph learn math mathematics mathjs

Last synced: 09 Nov 2024

https://github.com/qverg/latex-flashcards

Create flashcards for printing using LaTeX.

flashcards latex learning math mathematics studying

Last synced: 02 Nov 2024

https://github.com/dmsovetov/potential-waffle

Run-of-the-mill math library

calculus linear-algebra math mathematics maths

Last synced: 08 Nov 2024

https://github.com/prinsfrank/arithmetic-operations-bcmath

BCMath implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)

bcmath math mathematics

Last synced: 14 Oct 2024

https://github.com/xiaoxiae/mo-p-68

Řešení teoretických a praktických úloh 68. ročníku soutěže MO-P.

competition mathematics mff-uk mo-p

Last synced: 11 Nov 2024

https://github.com/p-acampora98/schwarz-rearrangement

MATLAB implementation of Schwarz rearangement and rearrangement along level sets of other functions.

mathematics matlab rearrangement shape-optimization

Last synced: 01 Nov 2024

https://github.com/tebjan/tebjan.github.io

Personal website for Tebjan Halm

ai creative-coding mathematics real-time vvvv

Last synced: 31 Oct 2024

https://github.com/ali-el-badry/fraction-calculator

It is an calculator that calculate the fractions

calculator cpp fractions mathematics

Last synced: 11 Nov 2024

https://github.com/cpmachado/egc

Program with a collection of algorithms to compute as egyptians did

egyptology mathematics

Last synced: 06 Nov 2024

https://github.com/jhwohlgemuth/applied

Applied mathematics toolkit implemented in JavaScript

applied-mathematics javascript math-library mathematics

Last synced: 27 Oct 2024

https://github.com/cpmachado/historia-da-matematica

Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira de História da Matemática.

babylonian egyptian history-of-mathematics mathematics portuguese-portugal

Last synced: 06 Nov 2024

https://github.com/cpmachado/uab-lmea

Os meus apontamentos e resoluções pelas cadeiras do meu curso

mathematics mathematics-notes portuguese-portugal study study-notes

Last synced: 06 Nov 2024

https://github.com/cpmachado/algebra-linear-i

Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira Álgebra Linear I.

linear-algebra mathematics portuguese-portugal

Last synced: 06 Nov 2024

https://github.com/cpmachado/logica-e-teoria-de-conjuntos

Repositório com resoluções e notas do meu percurso pela Licenciatura em Matemática e Aplicações na Universidade Aberta, na cadeira de Lógica e Teoria de Conjuntos.

logic mathematics portuguese-portugal set-theory

Last synced: 06 Nov 2024

https://github.com/thebooort/review-alzheimer-disease-math-models

Project review about math model's for alzheimer

alzheimers-disease biology mathematics

Last synced: 24 Oct 2024

https://github.com/sldeaals/dynamic-programming-exercise

Find the minimum cost to make the sequence good

dynamic-programming javascript mathematics try-catch

Last synced: 08 Nov 2024

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

Personal solutions in Go on 'Project Euler'

algorithms go golang mathematics

Last synced: 08 Nov 2024

https://github.com/ppichugin/project-euler-haskell

Personal solutions in Haskell on 'Project Euler'

algorithms go golang mathematics

Last synced: 08 Nov 2024