How can I simplify the folllowing equation

1 回表示 (過去 30 日間)
SAJAL CHAKROBORTY
SAJAL CHAKROBORTY 2021 年 9 月 22 日
回答済み: Star Strider 2021 年 9 月 22 日
2*x^2 - 2*x*(2*x^2 - 1) + 2*x*(2*x*(2*x^2 - 1) - 2*x^2 + 1) - 1

採用された回答

Star Strider
Star Strider 2021 年 9 月 22 日
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 = 
.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by