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

39 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 General Physics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by