MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Eigenvalue and eigenvectors of a 10x10 matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128065] Eigenvalue and eigenvectors of a 10x10 matrix
  • From: Redeemed <cakpovo at gmail.com>
  • Date: Thu, 13 Sep 2012 03:37:43 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

I want to do the eigen analysis of the matrix below
mat := {{0, 1, 0, 0, 0, 0, 0, 0, 0, 0}, {-(1 + K + K1), -0.1, K, 0, 0,
     0, 0, 0, K1, 0},
   {0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {K, 0, -(1 + 2 K + K1), -0.1, K, 0,
     0, 0, K1, 0},
   {0, 0, 0, 0, 0, 1, 0, 0, 0, 0}, {0, 0, K, 0, -(1 + 2 K + K1), -0.1,
     K, 0, K1, 0},
   {0, 0, 0, 0, 0, 0, 0, 1, 0, 0}, {0, 0, 0, 0, K, 
    0, -(1 + K + K1), -0.1, K1, 0},
   {0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {K1, 0, K1, 0, K1, 0, K1, 
    0, -(1 + 4 K1), -0.1}};

I kept getting a long solution with some Root [] and #1 
I do not know what I am doing wrong
Any help, 
Its very urgent

Thanks



  • Prev by Date: Re: Begginer's question: Saving a function for later use
  • Next by Date: Re: Solving this in mathematica?
  • Previous by thread: Re: Are some equations unsolvable?
  • Next by thread: Re: Eigenvalue and eigenvectors of a 10x10 matrix