https://github.com/nchinling/numerical_methods
A linear and quadratic equation solver
https://github.com/nchinling/numerical_methods
flask mathjax mathquill sympy
Last synced: about 2 months ago
JSON representation
A linear and quadratic equation solver
- Host: GitHub
- URL: https://github.com/nchinling/numerical_methods
- Owner: nchinling
- Created: 2023-09-18T15:46:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T09:21:39.000Z (over 1 year ago)
- Last Synced: 2025-01-10T05:58:46.059Z (4 months ago)
- Topics: flask, mathjax, mathquill, sympy
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linear and Quadratic Equations Solver App
This is a Flask web application for performing derivative and integral calculations, as well as solving linear and quadratic equations.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)## Introduction
Welcome to the Numerical Methods Web App repository! This application is built using Flask, SymPy, MathQuill and MathJax. The app allows users to perform various mathematical calculations, including derivatives, integrals, and solving equations.
## Features
- Calculate derivatives and integrals of mathematical expressions.
- Solve linear and quadratic equations.
- User-friendly interface with MathQuill for LaTeX-based input and output.