Info

この質問は閉じられています。 編集または回答するには再度開いてください。

A Differential Equations Problem

3 ビュー (過去 30 日間)
Gina Barlage
Gina Barlage 2015 年 6 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
This is the problem. I can get the plot but I don't know how to specify 1<t<3.
produce a plot of the solution for y' + t^2*y - 3 = 0, 1 < t < 3. Also note that y(1) = 3.

回答 (1 件)

James Tursa
James Tursa 2015 年 6 月 9 日
t = linspace(1,3,100); % 100 equally space points between 1 and 3

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by