Returns a vector with the influence of the nodes of a graph.
influence(I) // Show the influences of the matrix I, always needs the parameter I. d = influence(I) // Store the influences of the matrix I in the vector f.
Matrix to calculate the dependence vector.
Name of the vector to store the influence vector.
This function gives the sum of the columns of the given matrix, that is the influence 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.