How to solve Leibnitz equation

조회 수: 2 (최근 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 CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by