Answered step by step
Verified Expert Solution
Question
1 Approved Answer
To illustrate, type in the following commands, which plot the function f ( x ) = sin( x 2 ) over the interval [0,p]. >>
To illustrate, type in the following commands, which plot the function f(x) = sin(x2) over the interval [0,p].
>> x = linspace(0, pi); >> y = sin(x.^2); >> plot(x,y); grid >> zoom on % just zoom works here too
Now clicking in the figure window will cause the graph to be redrawn over a smaller domain.
Click near the smallest positive x in this interval where f(x)=0. (The positive x-value where the graph first crosses the x axis). What is the length of the interval shown on the y axis?
Enter a number:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started