Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Саидбаталов Дмитрий
NM_LABA5
Commits
43027940
Commit
43027940
authored
Feb 20, 2021
by
Саидбаталов Дмитрий
Browse files
last
parent
5f6e6d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
NM_Saidbatalov_LR5/NM_Saidbatalov_LR5.cpp
View file @
43027940
...
...
@@ -6,10 +6,10 @@ using namespace std;
int
main
()
{
setlocale
(
LC_ALL
,
"Russian"
);
int
N
=
80
0
;
int
l
=
2
3
;
int
N
=
65
0
;
int
l
=
2
6
;
int
L
=
2
*
l
;
double
eps
=
pow
(
10
,
-
5
);
double
eps
=
pow
(
10
,
-
7
);
double
**
A1
=
genStripMatrix
(
N
,
l
,
1.1
);
double
**
A2
=
genStripMatrix
(
N
,
l
,
2
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment