看板 Mathematica 關於我們 聯絡資訊
Consider the nonlinear Poisson equation for u=u(x,y) as follows: u_xx+ u_yy = f(u) in {x,y | x^2+y^2<1} x*u_x+y*u_y=0 on {x,y | x^2+y^2=1} Here f(u) is a function which is implicit in u, and f(u) cannot have an explicit function. Moreover, by using NDSolve f(u) can be numerically plotted point by point. Is it possible to use Mathematica to numerically solve this boundary value problem? Thank you very much! -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.133.70.141 ※ 文章網址: http://www.ptt.cc/bbs/Mathematica/M.1419535558.A.63D.html
jumbajuice: 10.0版的新功能: DirichletCondition 12/27 12:50
jumbajuice: http://ppt.cc/Aqyr 12/27 12:51
chopriabin: 這是nonlinear Poisson eqn, 即 laplacian u=f(u) 12/28 18:01
chopriabin: and here f(u) is not equal to 0... 12/28 18:02
chopriabin: 這樣可以用上面你提供的指令做嗎? 12/28 18:02
chopriabin: 最上面加上這句:謝謝你的回應,可問題是Neumann cond. 12/28 18:34