Integration fo function A(c) from -inf to +inf
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ANUSAI R
el 31 de Oct. de 2019
Comentada: ANUSAI R
el 31 de Oct. de 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 comentario
Respuesta aceptada
Alex Mcaulley
el 31 de Oct. de 2019
Editada: Alex Mcaulley
el 31 de Oct. de 2019
A = @(c) sqrt(m/(2*pi*k*T1))*exp(-m/(2*k*T1)*(c-c_bar1)^2)
q = integral(A,-inf,inf)
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Strategy & Logic en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!