I got these using R, which is strange
> 1000^(2/3)
[1] 100
> dim(matrix(NA,100,1000^(2/3)))
[1] 100 99
> dim(matrix(NA,100,100))
[1] 100 100
I got these using R, which is strange
> 1000^(2/3)
[1] 100
> dim(matrix(NA,100,1000^(2/3)))
[1] 100 99
> dim(matrix(NA,100,100))
[1] 100 100