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.
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.
Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
Related questions
Question

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)')
Step by step
Solved in 2 steps with 1 images

Recommended textbooks for you

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,

