Ooh. That will plot Tz.
Unfortunately I just noticed an error in the notebook I sent you
Anz[n_, a_, d_, kx_, l_, g_] :=
Inverse[L[((n - 1)/2) (a + d), kx]].Smz[a, d, kx, l,
g].(MatrixPower[Sz[a, d, kx, l, g], (n - 3)/2]).L[a, kx]
should read
Anz[n_, a_, d_, kx_, l_, g_] :=
Inverse[L[((n - 1)/2) (a + d), kx]].Smz[a, d, kx, l,
g].(MatrixPower[Sz[a, d, kx, l, g], (n - 3)/2]).L[a, kx]
(I had tried to make a simplification that didn't work.)
Changing that the Table[] still evaluates very quickly. And the graph of Tz comes out in 60 seconds.
It is, however not between 1 and 0 which is troubling. I may have more errors than I thought.