Effacer les filtres
Effacer les filtres

Integration of exponential function

2 vues (au cours des 30 derniers jours)
Dharma Khatiwada
Dharma Khatiwada le 26 Oct 2021
Commenté : RAJ ANAND le 22 Fév 2022
Hello,
I am trying to do the integration of the integral below. I am expecting help. Thanks!

Réponses (1)

KSSV
KSSV le 26 Oct 2021
Modifié(e) : KSSV le 26 Oct 2021
syms t y(x)
f = y(x)*exp(-2*(t-x)) ;
int(f,x,0,t)
ans = 
  2 commentaires
Dharma Khatiwada
Dharma Khatiwada le 26 Oct 2021
Thank you for quick response. The both variable x and t runs from 0 to 20 (say). For the value of x equal to 1, 4, 7 y(x) is equal to value 5 (say). y(x) is equal to 0 at other values of x. How do I insert this condition in above integral to calculate y(t)? Any advice is appreciated.
RAJ ANAND
RAJ ANAND le 22 Fév 2022
If you got answer please share here.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by