How can I simplify the folllowing equation

1 visualización (últimos 30 días)
SAJAL CHAKROBORTY
SAJAL CHAKROBORTY el 22 de Sept. de 2021
Respondida: Star Strider el 22 de Sept. de 2021
2*x^2 - 2*x*(2*x^2 - 1) + 2*x*(2*x*(2*x^2 - 1) - 2*x^2 + 1) - 1

Respuesta aceptada

Star Strider
Star Strider el 22 de Sept. de 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 = 
.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by