필터 지우기
필터 지우기

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 CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by