フィルターのクリア

How to solve Leibnitz equation

1 回表示 (過去 30 日間)
esat gulhan
esat gulhan 2020 年 8 月 19 日
コメント済み: Star Strider 2020 年 8 月 20 日
This equation is one dimensionel leibnitz equation. How can i solve this problem. I tried int(exp(-x^2),x) but it is wrong way. Can you help me?

採用された回答

Star Strider
Star Strider 2020 年 8 月 19 日
Try this:
syms C t F(t)
F(t) = sqrt(pi)/sym(2) * diff(erf(C*t),t)
F = vpa(F,2)
producing:
F(t) =
1.0*C*exp(-1.0*C^2*t^2)
.

その他の回答 (1 件)

esat gulhan
esat gulhan 2020 年 8 月 20 日
Smart way, thanks
  1 件のコメント
Star Strider
Star Strider 2020 年 8 月 20 日
As always, my pleasure!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by