an question need to solve

2 visualizaciones (últimos 30 días)
Mahmoud Ibrahim
Mahmoud Ibrahim el 21 de Mayo de 2023
Comentada: Steven Lord el 21 de Mayo de 2023
Many applications use the following “small angle” approximation for the sine to obtain a simpler model that is easy to understand and analyze. This approximation states that sin x ≈ x, where x must be in radians. Investigate the accuracy of this approximation by creating three plots. For the first, plot sin x and x versus x for 0 ≤ x ≤ 1. For the second, plot the approximation error sin x - x versus x for 0 ≤ x ≤ 1. For the third, plot the relative error [sin(x) - x]/sin(x) versus x for 0 ≤ x ≤ 1. How small must x be for the approximation to be accurate within 5 percent?
  6 comentarios
Mahmoud Ibrahim
Mahmoud Ibrahim el 21 de Mayo de 2023
@the cyclist Bro i do not have an acc on this chegg site.
It is not homework
i just want to understand because i have an exam tomorrow and i solve many example to be ready
Steven Lord
Steven Lord el 21 de Mayo de 2023
The information on this Wikipedia page may help you understand the use of abs and why the code multiplies by 100.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 21 de Mayo de 2023
This looks like a homework problem. If you have any questions ask your instructor or read the link below to get started:
Obviously we can't give you the full solution because you're not allowed to turn in our code as your own.
To learn fundamental concepts, invest 2 hours of your time here:

Más respuestas (0)

Categorías

Más información sobre Graphics Performance 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