2.1 - Mathematical functions
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What is the MATLAB command to find the cosine of an angle?
💡 Hint: Recall the word 'cosine' in trigonometric functions.
Which function would you use to find the square root of a number in MATLAB?
💡 Hint: Think of the 'sqrt' abbreviation standing for 'square root'.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What command computes the sine of an angle in MATLAB?
💡 Hint: Think of the abbreviation for sine.
True or False: log(x) and log10(x) produce the same results.
💡 Hint: Recall the definitions of logarithms.
1 more question available
Challenge Problems
Push your limits with advanced challenges
Calculate and compare the sin(x) and cos(x) values for x = π/4 and discuss their significance.
💡 Hint: Refer to the unit circle and properties of 45-degree angles.
Create a MATLAB script to plot exp(x) for x ranging from -1 to 1 and annotate the graph with titles and labels.
💡 Hint: Remember to define the range and use the appropriate plotting functions.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.