Solve the following differential equations using Matlab.

답변 (1개)

KSSV
KSSV 2022년 8월 17일
syms p(x)
ode = diff(p)+8*p==9 ;
cond = p(0)==-1 ;
pSol(x) = dsolve(ode,cond)
pSol(x) = 

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

태그

질문:

2022년 8월 17일

답변:

2022년 8월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by