Returns a matrix of size nxn and with all entries equal to 1/n.
normal(n) // Show a matrix with all entries equal to 1/n and size nxn. The parameter n is always required. En=normal(n) // Store a matrix with size nxn and all entries equal to 1/n in the En variable.
Value of the desired size of the matrix, look the bibliography.
Name of the variable to store the matrix.
This function gives a matrix with size nxn and all entries equal to 1/n. This matrix is required for the PageRank method.
Indirect Influences, Rafael Díaz. preprint http://arxiv.org/abs/0906.1610v1
Cálculo de Influencias Indirectas en Scilab. Rafael Díaz, Jorge Catumba.