PDA

查看完整版本 : [问题] 如果边界不是常数数字,边界条件应该怎么写,谢谢


taokeupc
2012-03-30, 09:26
> pde := diff(u(x, y), y, y, y, y) = 0;
> sys := [pde, u(x, 0) = 0, u(x, a) = F0, (D[`$`(2, 2)](u))(x, 0) = 0, (D[2, 2](u))(x, a)-beta*(D[2](u))(x, a) = 0];(a是y的上边界,0是下边界)> pds := pdsolve(sys);
%;
Error, (in pdsolve/sys/info) found functions with same name but depending on different arguments in the given DE system: u(x, a), u(x, y). It is required an indication of the dependent variables
这个error是什么意思,请大神指点迷津

tansir888
2013-01-04, 22:27
你现在偏微分方程搞定了吗?想和你讨论啊我前段时间也弄过!有兴趣加qq278495642