equations
There are 148 repositories under equations topic.
SUSYUSTC/MathTranslate
translate scientific papers in latex, especially arxiv papers
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
parnoldx/nasc
Do maths like a normal person
st--/annotate-equations
LaTeX package and annotated examples for annotating equations using TikZ.
Shahxad-Akram/flutter_tex
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
znjameswu/flutter_math
Math rendering and editing in pure Flutter.
flw0/equation-editor-react
Equation editor based on Mathquill for React web apps
ischurov/qqmbr
Mathematical layout for web and paper
Sajjon/EquationKit
Equations in Swift
unicfdlab/QGDsolver
OpenFOAM framework for simulation of fluid flows using regularized (QGD/QHD) equations.
Nesador95/Computational-Physics-Solutions
This project's aim is to provide a sample of my abilities in the form of a challange. The challange is to provide a solution to all exercises in the book Computational Physics by Mark Newman
rohankishore/PhysiPy
Python Library to calculate all types of Physics Formulae, both for calculations and research
sandialabs/n2a
An object-oriented language for modeling large-scale neural systems, along with an IDE for writing and simulating models.
akchaudhary57/Andrew-Ng-Coursera-Machine-learning-in-Python
I have written Machine learning equations from scratch in python using Andrew Ng Coursera dataset. Andrew-Ng-Coursera-Machine-learning-in-Python.
gutow/Algebra_with_Sympy
Tools for doing stepwise algebra in an on paper like manner using SymPy.
domsearson/gptips-2-0
Symbolic XAI explainable machine learning & non-linear regression platform for MATLAB
Dexter575/Equation-Solving-Genetic-Algorithm
I have implemented a Genetic Algorithm for solving Linear Equations. The project was implemented on MATLAB but later I again coded it completely in python
nuhferjc/gauss-seidel
Implemention of the Gauss-Seidel Iterative Method for solving systems of equations.
vkochenkov/EquationDisplayer
Library for create and displaying math equations in native way, using Jetpack Compose
arturoc/pennereq-rs
Port of the Penner easing equations to rust
armancodv/tdma
In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.
enginestein/Mathian
A library to perform mathematical tasks
BaseMax/QuadraticEquationCalculator
Quadratic Solver: Quadratic Equation Calculator (A X^2 + B X^1 + D = 0)
BystrickyK/SINDy
Physically-informed model discovery of systems with nonlinear, rational terms using the SINDy-PI method. Contains functionality for spectral filtering/differentiation.
daniel-molina/visualequation
Visualequation creates equations visually. It is powered by LaTeX. Equations can be exported to PNG, EPS, PDF and SVG and you can recover equations for further edition.
jenil123/Mathematical-Equation-Detection-in-a-image
This project aims at getting polynomial equation present in the image
kstrenkova/mathematical-equations
This repository contains Blender addon for generating mathematical equations. Feel free to use it for your Blender project.
Phylator/data
Physical quantities, constants & equations formatted as JSON data.
bkdev98/m-calculator
My personal beauty scientific calculator made with Expo.
crisluengo/mdx_math_svg
Python-Markdown extension to render equations as embedded SVG
Sagar-Sharma-7/Quadratic-Equation-Solver
Quadratic Equation Solver. We can help you solve an equation of the form "ax2 + bx + c = 0" Just enter the values of a, b and c below: a. x2 +. b. x +. c. = 0.
ute/mathjax3eqno
Quarto extension for equation numbering within sections via MathJax / LaTeX
asebian/visumath
A collection of educational math visualizations in desmos graphing calculator
Jackkillian/AlgebraCE
A collection of simple scripts from my Algebra 2 class (still being updated)
Mr-Bamboo-Forest/Number-Calculator
Solve different number equations such as square numbers, cube numbers, triangular numbers and so much more.
shybovycha/gauss-elimination
Linear equation system solver in Haskell, implementing Gaussian elimination method