Integration fo function A(c) from -inf to +inf
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ANUSAI R
am 31 Okt. 2019
Kommentiert: ANUSAI R
am 31 Okt. 2019
A(c)= sqrt(m/(2*pi*k*T1))*exp(-m/(2*k*T1)*(c-c_bar1)^2)
where, m , k, T1, c_bar1 are known.
1 Kommentar
Akzeptierte Antwort
Alex Mcaulley
am 31 Okt. 2019
Bearbeitet: Alex Mcaulley
am 31 Okt. 2019
A = @(c) sqrt(m/(2*pi*k*T1))*exp(-m/(2*k*T1)*(c-c_bar1)^2)
q = integral(A,-inf,inf)
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!