Returns a normalized vector with the dependence of the nodes of a graph.
dependence(I) // Show the dependences of the matrix I, always needs the parameter I. d = dependence(I) // Store the dependences of the matrix I in the vector d.
Matrix to calculate the dependence vector.
Name of the vector to store the dependence vector.
This function gives the sum of the rows of the given matrix, that is the dependence vector. Note that this works for any matrix, even if have polynomial entries.
Indirect Influences, Rafael Díaz, preprint http://arxiv.org/abs/0906.1610v1
Cálculo de Influencias Indirectas en Scilab. Rafael Díaz, Jorge Catumba.