User Portlet User Portlet

Discussions
Thank you Bruce Miller. I will do that.
Hi everybody. I want to find a numerical solution for Laplace equation in a rectangular domain, so I've created this code: xfinale = 5; yfinale = 5; \[CapitalOmega] = Rectangle[{0, 0}, {xfinale, yfinale}]; solNumericaLaplace = ...