An open API service indexing awesome lists of open source software.

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

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.