Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

A Differential Equations Problem

2 Ansichten (letzte 30 Tage)
Gina Barlage
Gina Barlage am 9 Jun. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (1)

James Tursa
James Tursa am 9 Jun. 2015
t = linspace(1,3,100); % 100 equally space points between 1 and 3

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by