From 17a9aabb281999102a053dfe46db82dfaaf63b51 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Thu, 21 Mar 2024 12:37:38 +0100 Subject: [PATCH] 'Backup' --- 04_AWK/stars/awk_excercises.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/04_AWK/stars/awk_excercises.txt b/04_AWK/stars/awk_excercises.txt index e728e0d..bd5f599 100644 --- a/04_AWK/stars/awk_excercises.txt +++ b/04_AWK/stars/awk_excercises.txt @@ -7,10 +7,12 @@ Hints: * column 17 - initial star's type, it has to be smaller than 14 * column 37 - final star's type, it has to be 14 (internal note that we have a black hole(BH)) -So, BH formes if the type was not 14 in column 17, but in the same line, in the column 37 equals 14. Number of such events (rows) have to be computed per every time step (column timenr). +So, BH forms if the type was not 14 in column 17, but in the same line, in the column 37 equals 14. Number of such events (rows) have to be computed per every time step (column timenr). + 2. Compute the same for inter-binsin.dat file and plot both results on the same plot (with anything). These events from inter-binsin.dat should be smaller. + 3. Plot, on the same figure, the results from the 1. and 2. points. You will see when the primordial BHs merge (point 1.) and the dynamical BHs are merging (point 2.).