Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

1. What are your creative strengths?

Answered: 1 week ago