How to solve Leibnitz equation

2 vues (au cours des 30 derniers jours)
esat gulhan
esat gulhan le 19 Août 2020
Commenté : Star Strider le 20 Août 2020
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?

Réponse acceptée

Star Strider
Star Strider le 19 Août 2020
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)
.

Plus de réponses (1)

esat gulhan
esat gulhan le 20 Août 2020
Smart way, thanks
  1 commentaire
Star Strider
Star Strider le 20 Août 2020
As always, my pleasure!

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by