Contents<< Prev | Next >> 
current_info_flow


Description
 
Created by Patrycja Missiuro {patrycja@mit.edu}, Whitehead Institute, 
Date: March 2006 
Copyright: Massachusetts Institute of Technology / Whitehead Institute, 
Cambridge, MA 
 
Inputs: 
  connectMatrix: connectivity matrix of all the nodes, where at v(i,j) = 
      v(j,i) position and has distance between nodes i and j, size N by N 
      all positions in the matrix must be >= 0, also, all nodes need to be 
      interconnected (there exists a path from any one to any other node) 
  condOrRes: conductance or resistance, default cond, equal to 1 
Outputs: 
  nodesI: current through every node, size N by 1 
 
stamp the matrix of Resistors (only needs to be done once) 
matrix of resistaors, size same as connectMatrix 
 
Systems Biology and Evolution Toolbox (SBEToolbox). 
Authors: James Cai, Kranti Konganti. 
(C) Texas A&M University. 
 
$LastChangedDate: 2012-05-29 22:49:45 -0500 (Tue, 29 May 2012) $ 
$LastChangedRevision: 80 $ 
$LastChangedBy: konganti $ 
 

 Previous: clusteronerunNext: cytoscaperun