Problem 44612. ¡Puntos de corte!

Crea una función que permita calcular los puntos de corte con los ejes X e Y de una función cuadrática indicada por el usuario en base a la siguiente ecuación:
y = a*x^2+b*x+c
Donde el usuario introducirá los parámetros a, b y c
  • Ejemplo
Dada la función cuadrática y = -2*x^2-12*x-10, se obtiene que los puntos de corte con el eje X son P1(-5,0) y P2(-1,0), así como el punto de corte con el eje Y P3(0,-10).

Solution Stats

25.71% Correct | 74.29% Incorrect
Last Solution submitted on Apr 12, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers18

Suggested Problems

More from this Author4

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!