Most viewed recipes tagged "nonlinear"http://code.activestate.com/recipes/tags/nonlinear/views/2008-10-31T06:25:13-07:00ActiveState Code RecipesCode to solve Smoluchowsky Equation (Python)
2008-10-31T06:25:13-07:00Lorenzo Isellahttp://code.activestate.com/recipes/users/4143130/http://code.activestate.com/recipes/576547-code-to-solve-smoluchowsky-equation/
<p style="color: grey">
Python
recipe 576547
by <a href="/recipes/users/4143130/">Lorenzo Isella</a>
(<a href="/recipes/tags/email_sending/">email_sending</a>, <a href="/recipes/tags/nonlinear/">nonlinear</a>, <a href="/recipes/tags/pylab/">pylab</a>, <a href="/recipes/tags/scipy/">scipy</a>, <a href="/recipes/tags/smoluchowski/">smoluchowski</a>).
</p>
<p>This is a research code which solves Smoluchowski equation for coalescing particles. It also can login into a gmail account (login data to be obviously provided by the user) and send an email with one of the generated output pdf files as an attachment.</p>