Solve the following differential equations using Matlab.

Antworten (1)

syms p(x)
ode = diff(p)+8*p==9 ;
cond = p(0)==-1 ;
pSol(x) = dsolve(ode,cond)
pSol(x) = 

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 17 Aug. 2022

Beantwortet:

am 17 Aug. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by