Filter löschen
Filter löschen

Simplify expression with exponential function.

5 Ansichten (letzte 30 Tage)
Henrik Dam
Henrik Dam am 24 Mai 2015
Beantwortet: Stefan Wehmeier am 27 Mai 2015
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?

Akzeptierte Antwort

Stefan Wehmeier
Stefan Wehmeier am 27 Mai 2015
Use exp(sym(1))

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