Parent Directory
|
Revision Log
|
Patch
revision 1906 by jpye, Sat Sep 27 04:54:12 2008 UTC | revision 1907 by jpye, Sat Sep 27 09:45:06 2008 UTC | |
---|---|---|
# | Line 5 | Line 5 |
5 | ||
6 | term(tau,del) := n*del^d*tau^t*exp(-(alp*(del-eps)^2 + bet*(tau-gam)^2)) | term(tau,del) := n*del^d*tau^t*exp(-(alp*(del-eps)^2 + bet*(tau-gam)^2)) |
7 | ||
8 | # l != 0 | |
9 | term(tau,del) := n*del^d*tau^t*exp(-del^l) | term(tau,del) := n*del^d*tau^t*exp(-del^l) |
10 | ||
11 | # l = 0 | |
12 | term(tau,del) := n*del^d*tau^t | term(tau,del) := n*del^d*tau^t |
13 | ||
14 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |