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

27 Ansichten (letzte 30 Tage)
Teoman Selcuk
Teoman Selcuk am 1 Dez. 2021
Beantwortet: Chunru am 1 Dez. 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

Akzeptierte Antwort

Chunru
Chunru am 1 Dez. 2021
syms x y
solve(x^4+x^2 == 3)
ans = 

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by