User Portlet
Discussions |
---|
Oh that sounds great! Unfortunately, I haven't been working on the Fox H for a while now, forgot this thread even. We found a way to bypass the Fox H for our purposes... however the availability of it now gives some interesting ideas. Will... |
k1 = {{{1, 1}, {1, 1}}, {}} ; k11 = {{{1, 1}}, {{0, 1}}}; g = (1 + 10^(15/10)); out = Abs[Hfunction[k1, k11, g, 2000] ]; Print[out]; (** gives 3.5152 **) (**************) and N[Log[1 + 10^(15/10)]] (** gives 3.48501 **) |