Numerical Integration by Matlab

2 visualizaciones (últimos 30 días)
Andy Tan
Andy Tan el 28 de Dic. de 2020
Comentada: Walter Roberson el 29 de Dic. de 2020
Please mention about the tolerance of accuracy
  9 comentarios
Andy Tan
Andy Tan el 29 de Dic. de 2020
I have tried but I want to set the tolerance of accuracy 10^-7 but the the results shown in the Matlab is 4decimal places,I don't think the AbsTol is effective?
Walter Roberson
Walter Roberson el 29 de Dic. de 2020
Give the command
format long g
and then display the result again.
By default, MATLAB only displays 4 decimal places, but the values are stored internally to higher precision.

Iniciar sesión para comentar.

Respuestas (1)

James Tursa
James Tursa el 28 de Dic. de 2020
Editada: James Tursa el 29 de Dic. de 2020
Hint: You might look here:
Knowing that the integral of the Normal density function from -infinity to +infinity is 1 exactly, maybe you can come up with a change of integration variable to get that equation in a form that matches your integral to get the exact answer directly. Starting with a standard Normal density function (mu=0, sigma=1), it is a pretty easy substitution from there to get what you have.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by