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

13 vues (au cours des 30 derniers jours)
Teoman Selcuk
Teoman Selcuk le 1 Déc 2021
Réponse apportée : Chunru le 1 Déc 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

Réponse acceptée

Chunru
Chunru le 1 Déc 2021
syms x y
solve(x^4+x^2 == 3)
ans = 

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by