Solve the equation g(x)= 3x2 −2x−4=0. c) Find the roots g(x) d) The value at g(-2) if u could help me with this one?

2 visualizaciones (últimos 30 días)
Solve the equation g(x)= 3x2 −2x−4=0.
c) Find the roots g(x)
d) The value at g(-2)
if u could help me with this one?

Respuestas (1)

Walter Roberson
Walter Roberson el 13 de Jun. de 2022
syms g(x)
g(x) = 3*x^2 - 2*x - 4
g(x) = 
fplot([g, 0], [-5 5])
xticks(-5:5)
Where the two lines cross are the roots.
  3 comentarios

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by