Skip to content
#

equation-solver

Here are 31 public repositories matching this topic...

Ceres.js

Ceres.js is a javascript port of the Ceres solver. Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It can be used to solve Non-linear Least Squares problems with bounds constraints and general unconstrained optimization problems. It is a mature, feature rich, and performant library.

  • Updated Feb 2, 2024
  • C++

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

  • Updated Apr 4, 2023
  • C++

Improve this page

Add a description, image, and links to the equation-solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the equation-solver topic, visit your repo's landing page and select "manage topics."

Learn more