Answer to Question #252424 in Calculus for gary

Question #252424

Write and draw the graph on matlab or octave online of a function which is

(a) Continuous on all points except at x = 1.

(b) Differentiable on all points except at x = 1.

(c) Non-differentiable at five points x = 1, x = 2, x = 3, x = 4 and x = 5.


1
Expert's answer
2021-10-18T14:32:56-0400

a)

x=-100:1:100;
y=1./(x-1);
plot(x,y)


b)

x=-100:1:100;
y=1-1./(x-1)+;
plot(x,y)


c)

x=-100:1:100;
y=1./(x-1)+1./(x-2)+1./(x-3)+1./(x-4)+1./(x-5)+;
plot(x,y)




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS