Recent content by csguy

  1. C

    Graduate How to Compute Eigenvectors for Large Matrices Efficiently?

    Matlab does have parallel computing toolbox and I think the "eig" function can be done in a distributed fashion: http://www.mathworks.com/products/distriben/supported/parallel.html
  2. C

    Louisiana governor signs creationist bill

    It depends on how a cubit is interpreted.
  3. C

    Graduate Transforms that Preserve The Dominant Eigenvector?

    Hi, I'm working with stochastic matrices (square matrices where each entry is a probability of moving to a different state in a Markov chain) and I am looking for transforms that would preserve the dominant eigenvector (the "stationary distribution" of the chain). What I want to do is to...