Skip to content

juliandeveloper05/Quadratic-Formula-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadratic-Formula-Solver

A calculator tool to solve quadratic equations quickly and efficiently. Simply input the coefficients of your quadratic equation, and this program will provide you with the roots or solutions, including both real and complex solutions when applicable.

Quadratic Formula Solver / Resolución de Fórmula Cuadrática

This is a simple web application that solves quadratic equations using the quadratic formula. To use the calculator:

  1. Open the Quadratic Formula Solver link in your web browser.
  2. You'll see input fields for coefficients ( a ), ( b ), and ( c ) of the quadratic equation ( ax^2 + bx + c = 0 ).
  3. Enter the respective values of ( a ), ( b ), and ( c ) in the input fields.
  4. Click on the "Calculate" button.
  5. The application will then display the solutions for ( x ) in the format ( x1 = value, x2 = value ).
  6. If the discriminant ( b^2 - 4ac ) is negative, indicating no real solutions, the application will display "No real solutions".

Resolución de Fórmula Cuadrática / Quadratic Formula Solver

Esta es una aplicación web simple que resuelve ecuaciones cuadráticas utilizando la fórmula cuadrática. Para usar la calculadora:

  1. Abre el enlace Resolución de Fórmula Cuadrática en tu navegador web.
  2. Verás campos de entrada para los coeficientes ( a ), ( b ) y ( c ) de la ecuación cuadrática ( ax^2 + bx + c = 0 ).
  3. Ingresa los valores respectivos de ( a ), ( b ) y ( c ) en los campos de entrada.
  4. Haz clic en el botón "Calcular".
  5. La aplicación mostrará las soluciones para ( x ) en el formato ( x1 = valor, x2 = valor ).
  6. Si el discriminante ( b^2 - 4ac ) es negativo, lo que indica que no hay soluciones reales, la aplicación mostrará "No hay soluciones reales".

About

Resolución de ecuaciones cuadráticas con pasos y validaciones de entrada.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors