MuPAD cannot solve simple integration

2 ビュー (過去 30 日間)
Yashar
Yashar 2015 年 4 月 16 日
I need to solve this integral:
int(exp(-(t-z))*exp(-(z-mu)^2), z=0..t)
MuPAD cannot solve this, it returns the unevaluated integral. However, if I do the exponential multiplication myself and add the terms in the exponents, it can solve the integral:
int(exp(-(t-z)-(z-mu)^2), z=0..t)
What's going on here? Why can't Matlab solve the first integral which is the same as the second one?

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumeric Solvers についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by