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