フィルターのクリア

Simplify expression with exponential function.

3 ビュー (過去 30 日間)
Henrik Dam
Henrik Dam 2015 年 5 月 24 日
回答済み: Stefan Wehmeier 2015 年 5 月 27 日
Consider the following minimal example:
syms x
simplify(x/exp(1))
This returns
(1125899906842624*x)/3060513257434037
Is there a way to use the Matlab simplify function, but where it keeps the exact symbolic version of the exponential?

採用された回答

Stefan Wehmeier
Stefan Wehmeier 2015 年 5 月 27 日
Use exp(sym(1))

その他の回答 (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