The Sixth, Seventh and Eighth tasks are done

This commit is contained in:
AZEN-SGG 2025-03-03 15:59:04 +03:00
parent a6c451d866
commit 5a81ed3cd8
41 changed files with 1562 additions and 5 deletions

6
2025.03.07/6Ex/solve.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef SOLVE_H
#define SOLVE_H
void t6_solve(double *a, int n, int m, int i, int j);
#endif