Last active
December 16, 2015 21:49
-
-
Save mattwigway/5502521 to your computer and use it in GitHub Desktop.
Equations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Equations</title> | |
<script type="text/javascript" | |
src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |
</script> | |
</head> | |
<body> | |
<a name="1.1">1.1 Balanced accessibility model</a> | |
<p> | |
From Geurs, Karst. Accessibility, Land Use and Transport: Accessibility Analysis of Land-Use and Transport Developments and Policy Strategies. Delft: Eburon, 2006. http://igitur-archive.library.uu.nl/dissertations/2006-0613-200112/, 34. | |
</p> | |
$$a_i = \sum_{j=1}^n {1 \over b_j} D_j e^{-\beta c_{ij}}$$; $$b_j = \sum_{i=1}^m {1 \over a_i} O_i e^{-\beta c_{ij}}$$ | |
<a name="1.2">1.2 Simple gravity model</a> | |
<p>From Geurs, Karst. Accessibility, Land Use and Transport: Accessibility Analysis of Land-Use and Transport Developments and Policy Strategies. Delft: Eburon, 2006. http://igitur-archive.library.uu.nl/dissertations/2006-0613-200112/, 33.</p> | |
$$ A_i = \sum_{j=1}^n D_j e^{-\beta c_{ij}} $$ | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment