Consider the following code
zx = Table[Tan[7/9 (i + j)], {i, 100}, {j, 100}]; Eigenvalues[N[zx]] Every time I run this code I get new sets of eigenvalues. Can anyone tell why this is happening?
Consider the following code
zx = Table[Tan[7/9 (i + j)], {i, 100}, {j, 100}]; Eigenvalues[N[zx]] Every time I run this code I get new sets of eigenvalues. Can anyone tell why this is happening?