How to find undetermined coefficients using initial conditions?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I would like to solve a differential equation something like y=exp(-t)*(c1(cos(w*t)+c2*sin(w*t))).
I have initial conditions as y(0) = 0, and y'(0) = 0.
Using these initial conditions, how can I get the c1 and c2, which are undetermined coefficients? It's pretty straightforward by hand, but it's tricky to code.
Thank you in advance.
2 件のコメント
John D'Errico
2017 年 1 月 31 日
編集済み: John D'Errico
2017 年 1 月 31 日
Um, that is not a differential equation.
And why is it tricky to code? What have you tried? Show that you are making an effort, and you are more likely to get help. For example, how might you use solve to find the solution?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!