How to solve Leibnitz equation

2 次查看(过去 30 天)
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

类别

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