Borrar filtros
Borrar filtros

Simplify expression with exponential function.

3 visualizaciones (últimos 30 días)
Henrik Dam
Henrik Dam el 24 de Mayo de 2015
Respondida: Stefan Wehmeier el 27 de Mayo de 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?

Respuesta aceptada

Stefan Wehmeier
Stefan Wehmeier el 27 de Mayo de 2015
Use exp(sym(1))

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