Skip to content

Commit

Permalink
minor fix, refs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlliarm committed Nov 26, 2020
1 parent 8c75d98 commit 466c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/create_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def print_real_and_imag_parts_of_eigenvals(eigenvals:list) -> None:
print("Where:")
print("N: size of matrix greater than 1")
print("s: the magic number, 0 or -1")
print("m: another magic number greater or equal than zero")
print("m: the third parameter, greater or equal to 1")
print()
print("Example:")
print("python3 create_matrix.py 10 0 0")

0 comments on commit 466c9fd

Please sign in to comment.