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

조회 수: 3 (최근 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 CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by