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

42 ビュー (過去 30 日間)
Teoman Selcuk
Teoman Selcuk 2021 年 12 月 1 日
回答済み: Chunru 2021 年 12 月 1 日
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 Center および File ExchangeGeneral Physics についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by