How can I simplify the folllowing equation

1 vue (au cours des 30 derniers jours)
SAJAL CHAKROBORTY
SAJAL CHAKROBORTY le 22 Sep 2021
2*x^2 - 2*x*(2*x^2 - 1) + 2*x*(2*x*(2*x^2 - 1) - 2*x^2 + 1) - 1

Réponse acceptée

Star Strider
Star Strider le 22 Sep 2021
One approach —
syms x
Eqn = 2*x^2 - 2*x*(2*x^2 - 1) + 2*x*(2*x*(2*x^2 - 1) - 2*x^2 + 1) - 1
Eqn = 
Eqn = simplify(Eqn, 500)
Eqn = 
.

Plus de réponses (0)

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by