MathGroup Archive 2011

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

Search the Archive

Re: Solve the eigenvalues of the matrix A1,thx!~

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123510] Re: Solve the eigenvalues of the matrix A1,thx!~
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Fri, 9 Dec 2011 05:57:40 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201112081027.FAA19082@smc.vnet.net>

I don't know what your question is; however, it is unlikely that you
want the //MatrixForm as part of the definition of A1. You should use
parentheses to separate the formatting from the definition.

(A1 = {{-1/2*S22*\[Chi]^2 + I*a21*\[Chi],
     I/(2*\[HBar])*\[CapitalDelta], -I/(2*\[HBar])*\[CapitalDelta],
     0}, {I/(2*\[HBar])*\[CapitalDelta],
     2*S12/\[HBar] - S22*X^2/2 - 2*S11/\[HBar] -
      I*\[Epsilon]/\[HBar] - 2*I*\[Lambda]/\[HBar],
     0, -I/(2*\[HBar])*\[CapitalDelta]}, {-I/(2*\[HBar])*\
\[CapitalDelta],
     0, -2*S12/\[HBar] - S22*X^2/2 - 2*S11/\[HBar] +
      I*\[Epsilon]/\[HBar] + 2*I*\[Lambda]/\[HBar],
     I/(2*\[HBar])*\[CapitalDelta]}, {0, -I/(2*\[HBar])*\
\[CapitalDelta],
     I/(2*\[HBar])*\[CapitalDelta], -1/2*S22*\[Chi]^2 +
      I*a21*\[Chi]}}) // MatrixForm


Bob Hanlon

On Thu, Dec 8, 2011 at 5:27 AM, =E7=9C=9F =E7=AB=A5 <z.tong1017 at gmail.com> wrote:
> A1 = {{-1/2*S22*\[Chi]^2 + I*a21*\[Chi],
> =C2  =C2 I/(2*\[HBar])*\[CapitalDelta], -I/(2*\[HBar])*\[CapitalDelta=
],
> =C2  =C2 0}, {I/(2*\[HBar])*\[CapitalDelta],
> =C2  =C2 2*S12/\[HBar] - S22*X^2/2 - 2*S11/\[HBar] -
> =C2  =C2  I*\[Epsilon]/\[HBar] - 2*I*\[Lambda]/\[HBar],
> =C2  =C2 0, -I/(2*\[HBar])*\[CapitalDelta]}, {-I/(2*\[HBar])*\
> \[CapitalDelta],
> =C2  =C2 0, -2*S12/\[HBar] - S22*X^2/2 - 2*S11/\[HBar] +
> =C2  =C2  I*\[Epsilon]/\[HBar] + 2*I*\[Lambda]/\[HBar],
> =C2  =C2 I/(2*\[HBar])*\[CapitalDelta]}, {0, \
> -I/(2*\[HBar])*\[CapitalDelta],
> =C2  =C2 I/(2*\[HBar])*\[CapitalDelta], -1/2*S22*\[Chi]^2 +
> =C2  =C2  I*a21*\[Chi]}} // MatrixForm
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~~~
> Copy above these into mathematica~
>



  • Prev by Date: Can FindFit take two (or more) equations?
  • Next by Date: Re: Function for complex polynomial with variable number of arguments
  • Previous by thread: Solve the eigenvalues of the matrix A1,thx!~
  • Next by thread: Re: Solve the eigenvalues of the matrix A1,thx!~