mathematica 解微分方程组

mathematica 解微分方程组

题目
mathematica 解微分方程组
In[39]:= DSolve[{x'[t] == r*x[t],x[0] == x0},x[t],t]
During evaluation of In[39]:= DSolve::deqn:Equation or list of equations expected instead of True in the first argument {(x^\[Prime])[t]==r x[t],True}.>>
Out[39]= DSolve[{Derivative[1][x][t] == r x[t],True},x[t],t]
怎么解不出来?
答案
你之前错将 x[0] == x0 写成过x[0] = x0 吧.这导致了变量赋值.先执行一下
Clear[x]
再执行你的代码.
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
热门考点

超级试练试题库

© 2017-2019 超级试练试题库,All Rights Reserved.