finding the values of X for a given Y in an equation

38 visualizaciones (últimos 30 días)
Teoman Selcuk
Teoman Selcuk el 1 de Dic. de 2021
Respondida: Chunru el 1 de Dic. de 2021
How can I write a code that gets the value of x when y is equal get the x values where y is 3?
y = x^4+ x^2
y = 3

Respuesta aceptada

Chunru
Chunru el 1 de Dic. de 2021
syms x y
solve(x^4+x^2 == 3)
ans = 

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by