Skip to content
Snippets Groups Projects
Commit d69e3d7c authored by Lucas Christesen Ahler's avatar Lucas Christesen Ahler
Browse files

Small changes to linear equations

parent e484dc44
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ int main() {
print_matrix(AB);
FILE* time_test_out_stream = fopen("time_test.txt","w");
for(int N=300;N<500;N++) {
for(int N=300;N<400;N++) {
gsl_matrix* My_time_test_A = gsl_matrix_alloc(N,N);
gsl_matrix* Gsl_time_test_A = gsl_matrix_alloc(N,N);
gsl_matrix* My_time_test_R = gsl_matrix_alloc(N,N);
......
......@@ -55,4 +55,5 @@ A*B:
-1.73472e-16 -5.41234e-16 1
B*A:
1 -3.33067e-16 1.38778e-17
3.88578e-16
\ No newline at end of file
3.88578e-16 1 -6.76542e-17
1.7486e-15 -8.60423e-16 1
homework/linear-equations/time_graph.png

6.83 KiB | W: | H:

homework/linear-equations/time_graph.png

6.95 KiB | W: | H:

homework/linear-equations/time_graph.png
homework/linear-equations/time_graph.png
homework/linear-equations/time_graph.png
homework/linear-equations/time_graph.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment