Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aryan Kumar
Gaussian Elimination
Commits
cd84c78a
Commit
cd84c78a
authored
Apr 12, 2022
by
akumm2k
Browse files
Merge branch 'master' of gitlab.mff.cuni.cz:kumarary/programming-1-project
parents
9a1dfc2f
9024448e
Changes
1
Hide whitespace changes
Inline
Side-by-side
system.py
View file @
cd84c78a
...
...
@@ -174,7 +174,7 @@ class System:
def
print_piv_inequalities
(
self
,
solution_matrix
:
np
.
ndarray
,
newline
=
False
):
'''
prints the resulting inequalities from
from
solution matrix
prints the resulting inequalities from
the
solution matrix
in ref (typically reduced)
'''
for
i
,
pivot
in
enumerate
(
self
.
pivots
):
...
...
@@ -254,4 +254,4 @@ class System:
return
free
def
list_of_frac_strs
(
list_of_fracs
:
np
.
ndarray
):
return
[
f
'
{
frac
}
'
for
frac
in
list_of_fracs
]
\ No newline at end of file
return
[
f
'
{
frac
}
'
for
frac
in
list_of_fracs
]
Write
Preview
Supports
Markdown
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