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

3 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by