-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes_on_mc
25 lines (18 loc) · 923 Bytes
/
notes_on_mc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
We start with some smf a at z0
We end with another smf b at z1
In the process of getting from a - b there are some mergers.
### One
This means that in b there are some galaxies that are made up of two galaxies
We want to break each of those galaxies back into their component parts.
for various final masses (m at b)
They have number density y
for various mass ratios ranges (u)
find the number of mergers with ratio within u galaxies of mass m have undergone between a and b (mu)
add y * mu to galaxies of the correct masses. subtract y * mu to glaxies of m
### Other way
This means that in a there are some galaxies that do not exist in b
Every time there is a merger resulting in a galaxy of mass m at ratio r, a galaxy of mass m/(r+1) vanishes and a galaxy of (mr/(r+1)) too
For various start masses (m at a)
They have number density y
Assume this is the smaller partner
for various mass ratio