Skip to content

Commit c904321

Browse files
committed
fixed markdown, refs #3
1 parent 330e6f0 commit c904321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A correct run: `python3 create_matrix_new.py 128 1 1`.
2727

2828
## Features
2929
Both programs plot the distributions of the eigenvalues of the given `A(N,s,m)` for input variables `N`,`s,m` on the plane.
30-
When `m` equals `1` then `A(N,s,m``)` is the same matrix as the matrix `A(N,s)`.
30+
When `m` equals `1` then `A(N,s,m)` is the same matrix as the matrix `A(N,s)`.
3131

3232
## Results
3333
The results agree with the results presented in the paper [1]. The distribution of the eigenvalues in some cases follow the curve of a cardioid as expected. For various other values of `N` and `s` different shapes are being created. See inside the images directory for more examples.

0 commit comments

Comments
 (0)