Skip to content

Commit

Permalink
Finish until question 9
Browse files Browse the repository at this point in the history
  • Loading branch information
langestefan committed Oct 20, 2023
1 parent 439f4cd commit 72800c3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-2023/functions/gamma_matrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified project-2023/project.mlx
Binary file not shown.
Binary file added project-2023/results/Q6a_currents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-2023/results/Q6a_power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-2023/results/Q8_currents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-2023/results/Q9_currents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72800c3

Please sign in to comment.