<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nemenmanlab.org/~ilya/index.php?action=history&amp;feed=atom&amp;title=Physics_212%2C_2019%3A_Lecture_13</id>
	<title>Physics 212, 2019: Lecture 13 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nemenmanlab.org/~ilya/index.php?action=history&amp;feed=atom&amp;title=Physics_212%2C_2019%3A_Lecture_13"/>
	<link rel="alternate" type="text/html" href="https://nemenmanlab.org/~ilya/index.php?title=Physics_212,_2019:_Lecture_13&amp;action=history"/>
	<updated>2026-04-27T01:29:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://nemenmanlab.org/~ilya/index.php?title=Physics_212,_2019:_Lecture_13&amp;diff=3264&amp;oldid=prev</id>
		<title>Ilya: Created page with &quot;{{PHYS212-2019}}  ==Finishing up dynamical systems analysis== See previous lecture.  ==Verification of models== Look for small parameters! -- More in class.  Your code must be...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nemenmanlab.org/~ilya/index.php?title=Physics_212,_2019:_Lecture_13&amp;diff=3264&amp;oldid=prev"/>
		<updated>2019-02-27T14:48:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PHYS212-2019}}  ==Finishing up dynamical systems analysis== See previous lecture.  ==Verification of models== Look for small parameters! -- More in class.  Your code must be...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PHYS212-2019}}&lt;br /&gt;
&lt;br /&gt;
==Finishing up dynamical systems analysis==&lt;br /&gt;
See previous lecture.&lt;br /&gt;
&lt;br /&gt;
==Verification of models==&lt;br /&gt;
Look for small parameters! -- More in class.&lt;br /&gt;
&lt;br /&gt;
Your code must be verified by running it for roughly as many independent special cases (where you know what the output should be) as there are parameters. The test cases should not be arbitrary, but the should meaningfully check the special values of the parameters.&lt;br /&gt;
&lt;br /&gt;
==Good coding practices==&lt;br /&gt;
# Passing a variable number of arguments to a function, and how to further pass them alone in the context of ODE solvers, for example. See [[media:GrowthFunctions_v2.txt | GrowthFunctions]], [[media:Integrators_v2.txt | Integrators]], and [[media:Module2_v2.txt | Module 2]] for details, or Sec 5.8, and specifically 5.8.3 in the textbook.&lt;br /&gt;
# You show avoid editing arguments to a function inside the function.  Read Sec D.3 of the textbook for details.&lt;br /&gt;
# If you choose to edit arguments to a function inside the function, then don't return these changed variables at the same time: either edit the original object (argument), or make a copy (return), but not both at the same time.&lt;br /&gt;
# Always check that your ''while'' loops are not infinite.&lt;br /&gt;
# Use constants by their name (even if they only appear once), and not by their numerical values. Define constants in the preamble.&lt;br /&gt;
# Write floating point numbers explicitly as 1.0 and not 1, for example.&lt;br /&gt;
# Vectorize your math. See Sec 3.2.1 in the textbook.&lt;br /&gt;
# We talked about Scopes and name spaces, Sec E1 through E5.&lt;/div&gt;</summary>
		<author><name>Ilya</name></author>
		
	</entry>
</feed>