These are the state variables, time/space flux functions and the dimension of the system

Out[147]=

{B1, B2, B3, E1, E2, E3}

Out[148]=

{B1, B2, B3, E1, E2, E3}

Out[149]=

{0, -E3/ϵ, E2/ϵ, 0, B3/μ, -B2/μ}

Out[150]=

6

Time-Flux-matrix, Space-Flux-matrix:

Out[157]//MatrixForm=

( 1   0   0   0   0   0 )            0   1   0   0   0   0            0   0    ...            0   0   0   1   0   0            0   0   0   0   1   0            0   0   0   0   0   1

Out[158]//MatrixForm=

(                                                                 )            ...  1                      -------           0           μ    0          0          0          0

This is the quasi-linear flux matrix:

Out[161]//MatrixForm=

(                                                                 )            ...  1                      -------           0           μ    0          0          0          0

Eigenvalues, Right Eigenvectors, Left Eigenvectors:

Out[166]//MatrixForm=

(                             )            0              0                    ...                        1           --------------------------           Sqrt[ϵ] Sqrt[μ]

Out[167]//MatrixForm=

(                                                                                      ...             0                0                1                0                1                0

Out[168]//MatrixForm=

(                                                                                      ...        0                 0                 2 Sqrt[μ]    0                 2                 0


Created by Mathematica  (October 15, 2004)