Question

{Please plot y(t) by matlab} y" -2y' + 10y=0 y(0)=1, y'(0)=0

{Please plot y(t) by matlab} y" -2y' + 10y=0 y(0)=1, y'(0)=0

0 1
Add a comment Improve this question Transcribed image text
Answer #1

Hey,

Below is the code to your question

clc
clear all
syms y(t) sol(t)
eq = diff(y,t,2)-2*diff(y,t,1)+10*y == 0;
dify = diff(y,t);
condition = [y(0)==1, dify(0)==0];
sol(t) = dsolve(eq,condition);
fplot(sol,[0 10]);

Figure 1 File Edit View nsert Iools Desktop Window Help x 10 1.5 0.5 0.5 10 ENG 1018 PM US 10 04/18 O Type here to search ое

Kindly revert for any queries

Thanks

Add a comment
Know the answer?
Add Answer to:
{Please plot y(t) by matlab} y" -2y' + 10y=0 y(0)=1, y'(0)=0
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT