diff --git a/project-2023/functions/gamma_matrix.m b/project-2023/functions/gamma_matrix.m index ce5115b..0fc156d 100644 --- a/project-2023/functions/gamma_matrix.m +++ b/project-2023/functions/gamma_matrix.m @@ -17,6 +17,6 @@ matrix(2, i) = cos(alpha_k); matrix(3, i) = p_z * sin(alpha_k) - (p_x - c_k) * cos(alpha_k); end -% multiply by alpha +% multiply by const matrix = const * matrix; end \ No newline at end of file diff --git a/project-2023/project.mlx b/project-2023/project.mlx index 0b28ec1..2342b64 100644 Binary files a/project-2023/project.mlx and b/project-2023/project.mlx differ diff --git a/project-2023/results/Q6a_currents.png b/project-2023/results/Q6a_currents.png new file mode 100644 index 0000000..4f9a0d2 Binary files /dev/null and b/project-2023/results/Q6a_currents.png differ diff --git a/project-2023/results/Q6a_power.png b/project-2023/results/Q6a_power.png new file mode 100644 index 0000000..79232a3 Binary files /dev/null and b/project-2023/results/Q6a_power.png differ diff --git a/project-2023/results/Q8_currents.png b/project-2023/results/Q8_currents.png new file mode 100644 index 0000000..0a1d358 Binary files /dev/null and b/project-2023/results/Q8_currents.png differ diff --git a/project-2023/results/Q9_currents.png b/project-2023/results/Q9_currents.png new file mode 100644 index 0000000..faf03d8 Binary files /dev/null and b/project-2023/results/Q9_currents.png differ