MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Maple论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=35)
-   -   [问题] 如果边界不是常数数字,边界条件应该怎么写,谢谢 (https://www.labfans.com/bbs/showthread.php?t=14513)

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[COLOR="Red"]];(a是y的上边界,0是下边界)[/COLOR]> 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


所有时间均为北京时间。现在的时间是 02:02

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.