Solve the following differential equations using Matlab.

回答 (1 件)

KSSV
KSSV 2022 年 8 月 17 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeSymbolic 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