Analytical solution of 2D Laplace equation

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank so much for your excellent explanations.

manuelvazquez
Автор

Fantastic explaination:) If the right hand side of laplacian exists will it be more difficult to solve ?
Any inputs on solving this though FDM with right hand side existing with large sparse matrices as outcome ?

kiranboddeda
Автор

Assalamu alaykum. Thank you for fantastic explanations. Can you make a video about solution of Unsteady Navier Stokes Equations and Turbulence Model Using MATLAB?

farruxnazarov
Автор

could you please explain it using python numpy and matplotlib

motive
Автор

the applied boundary conditions are Drichlet's conditions?

shivaraghav
Автор

Please explain to me where is the error
a=3*pi; b=pi; y=0:dy:b;
[X, Y]= meshgrid(x, y);

maxu = max(u, [], 'all'); nu=u/maxu; surf(nu);
colormap(jet(256));shading interp ;

Error using max
Trailing string input must be 'omitnan' or 'includenan'.
Error in Laplace (line 7)
maxu = max(U, [], 'all');

djennahkarim