01. Plot the function (x) = x" -3x° +10x" – x - 2 for -65x56 , Draw the function as a solid blue line, and include a title and axis labels.

Algebra & Trigonometry with Analytic Geometry
13th Edition
ISBN:9781133382119
Author:Swokowski
Publisher:Swokowski
Chapter3: Functions And Graphs
Section3.5: Graphs Of Functions
Problem 36E
icon
Related questions
Question
01. Plot the function S(x) =x* – 3x' +10xʻ – x – 2 for -65x56. Draw the function as a solid blue
line, and include a title and axis labels.
x² - 6x+5
f(x) =
Q2. Create an anonymous function:
-25x58. Plot x vs. f(x) on the screen.
x-3
, and variable * that has 200 points over the
range
Transcribed Image Text:01. Plot the function S(x) =x* – 3x' +10xʻ – x – 2 for -65x56. Draw the function as a solid blue line, and include a title and axis labels. x² - 6x+5 f(x) = Q2. Create an anonymous function: -25x58. Plot x vs. f(x) on the screen. x-3 , and variable * that has 200 points over the range
Expert Solution
Matlab code for part a

 x=-6:0.01:6;
f=@(x)(x^4-3*x^3+10*x^2-x-2);
for i=1:length(x)
    y(i)=f(x(i));
end
plot(x,y)
xlabel('x')
ylabel('f(x)')

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Algebra & Trigonometry with Analytic Geometry
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:
9781133382119
Author:
Swokowski
Publisher:
Cengage
Glencoe Algebra 1, Student Edition, 9780079039897…
Glencoe Algebra 1, Student Edition, 9780079039897…
Algebra
ISBN:
9780079039897
Author:
Carter
Publisher:
McGraw Hill
Algebra: Structure And Method, Book 1
Algebra: Structure And Method, Book 1
Algebra
ISBN:
9780395977224
Author:
Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:
McDougal Littell
College Algebra (MindTap Course List)
College Algebra (MindTap Course List)
Algebra
ISBN:
9781305652231
Author:
R. David Gustafson, Jeff Hughes
Publisher:
Cengage Learning
Intermediate Algebra
Intermediate Algebra
Algebra
ISBN:
9781285195728
Author:
Jerome E. Kaufmann, Karen L. Schwitters
Publisher:
Cengage Learning
Algebra and Trigonometry (MindTap Course List)
Algebra and Trigonometry (MindTap Course List)
Algebra
ISBN:
9781305071742
Author:
James Stewart, Lothar Redlin, Saleem Watson
Publisher:
Cengage Learning