How can I simplify the folllowing equation

1 Ansicht (letzte 30 Tage)
SAJAL CHAKROBORTY
SAJAL CHAKROBORTY am 22 Sep. 2021
Beantwortet: Star Strider am 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

Akzeptierte Antwort

Star Strider
Star Strider am 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 = 
.

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by