MATLAB解微分方程dv/(p/v-kv^2)=dt,常数是p,k,变量是v
问题描述:
MATLAB解微分方程dv/(p/v-kv^2)=dt,常数是p,k,变量是v
答
syms p k v
dsolve('Dv=p/v-k*v^2')
没有显示解
只有隐式解