an question need to solve
Ältere Kommentare anzeigen
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 Kommentare
the cyclist
am 21 Mai 2023
Mahmoud Ibrahim
am 21 Mai 2023
Mahmoud Ibrahim
am 21 Mai 2023
Bearbeitet: Mahmoud Ibrahim
am 21 Mai 2023
the cyclist
am 21 Mai 2023
My hypothesis is that you found this solution to your homework on the web, and you don't understand it.
I will give you a couple small hints, under the assumption that you would still like to learn.
Hint #1 (about using abs): If you are making an error, do you care what direction the error is in?
Hint #2 (about multiplying by 100): Think about what percent error means.
Mahmoud Ibrahim
am 21 Mai 2023
Steven Lord
am 21 Mai 2023
The information on this Wikipedia page may help you understand the use of abs and why the code multiplies by 100.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Graphics Performance finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
