solve system of ODE equations

조회 수: 3 (최근 30일)
Rajeev Ray
Rajeev Ray 2017년 12월 7일
댓글: M 2017년 12월 7일
Hii everyone .. pls help me solving the following system of equations dydt(1) = -A*y(1)-((B*y(1)^2)/(t^0.5))+C*y(2); dydt(2) = ((0.5*B*y(1)^2)/(t^0.5))-C*y(2);
A = 0.000001; B = 0.05; C = 0.15; tspan = [0 10]; y0 = [0 0.0001];
please help

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by