Clear Filters
Clear Filters

nonlinear 2D elliptic problem u_xx+u_yy= f(x,y)

1 view (last 30 days)
x is in (0,1) , y (0,1) and u =0 pn boundaries.
My problem is equivalent to this matrix formulation: (attached).
However, I am stuck on the last part of my code! If anyone can take look and tell me, how to correct it,

Accepted Answer

Torsten
Torsten on 4 May 2017
Edited: Torsten on 4 May 2017
f=reshape(f',(Nx+1)*(Ny+1),1);
Best wishes
Torsten.
  3 Comments
Torsten
Torsten on 4 May 2017
Edited: Torsten on 4 May 2017
Report the dimension of the f-array, e.g. by the command "size(f)".
Best wishes
Torsten.
nandine
nandine on 4 May 2017
Actually, your earlier suggestion worked! thank you so much!

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!