User Portlet User Portlet

Discussions
Hey, so I developed this code to try a simulation on chladni patterns and the wave equation of vibrating plates. So here's my code so far [mcode]X = 1; Y = 1; k1 = n*\[Pi]/X; k2 = m*\[Pi]/Y; k = c*\[Pi]*Sqrt[(n/X)^2 + (m/Y)^2]; nmax = 10; mmax =...