Crea una función que calcule el extremo de una parábola (máximo o mínimo absoluto) cuyos datos son proporcionados por el usuario en base a la siguiente ecuación.
y = a*x^2+b
El usuario indicará los valores de a y b mientras que los valores de x se encontrarán en todos los casos entre -10 y +10. Se debe redondear la respuesta al número entero más cercano.
- Ejemplo
El mínimo absoluto de la parábola y = x^2-5 es P(0,-5).
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers37
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6692 Solvers
-
Make a random, non-repeating vector.
11219 Solvers
-
Output any real number that is neither positive nor negative
410 Solvers
-
326 Solvers
-
Product of all elements in an array
93 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!