Displaying 2 results from an estimated 2 matches for "randommatrix".
Did you mean:
  random_matrix
  
2011 Nov 29
3
fill binary matrices with random 1s
Dear all, I am finding difficulty in the following, I would like to 
create an empty matrix e.g. 10x10 of 0s and sequentially fill this 
matrix with randomly placed a 1s until it is saturated. Producing 100 
matrices of sequentially increasing density., This process needs to be 
randomized 1000 times., I assume i should run this along the following 
lines, 1) Create 1000 matrices all zeros, 2) add
1998 Dec 01
1
Benchmark
...Visit his web site at
http://www.informatik.uni-frankfurt.de/~stst/benchspl.txt"
[1] " He has same bench for Gauss, Mathlab, Splus, Ox, etc... "
[1] ""
[1] ""
[1] "400 x 400 random matrix^1000 (sec.) : "
[1] 0.1899414
[1] "Eigenval. of a  300 x 300 randommatrix (sec.) :"
[1] 58.55005
[1] "Inverse of a  500 x 500  random matrix (sec.) :"
[1] 50.16992
[1] "500000  values sorted ascending (sec.) :"
[1] 2.800049
[1] "800 x 800 Toeplitzmatrix (sec.) :"
[1] 3.430176
[1] "Cholesky decomposition of a 500 x 500 -matrix (sec....