Newton Raphson with a while loop
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I'm trying to find all zeros of the function F(x)=exp(-0.1x)cos(8x)x^2 interval [-1, 1] Please help me on MATLAB code to find all zeros with using a while loop.
1 comentario
Geoff Hayes
el 21 de Mzo. de 2016
Tiffany - this sounds like homework so please show/describe what you have tried so far.
Respuestas (1)
Sara Hafeez
el 25 de Mzo. de 2016
Just use the find command find=0 and it will tell the indices with zeros
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!