
No.Would differentiating a Pade approximation of exp(H) over H_{kl} give a good approximation of d exp(H) / dH_{kl}? I suppose not...
Take the Pade (0,1) (or was it (1,0) ?) [$]e^x[$] approximate by [$]1+x[$] on [-1,1]I thought so...No.Would differentiating a Pade approximation of exp(H) over H_{kl} give a good approximation of d exp(H) / dH_{kl}? I suppose not...
The reason being?I'd rather not go down the ODE solving route
It's not a Padé approximant.Take the Pade (0,1) (or was it (1,0) ?) [$]e^x[$] approximate by [$]1+x[$] on [-1,1]I thought so...No.
1: Compute maximum error using 101 calculus
2. Compute derivative
3. GOTO 1
Gets worser and worser.
It is Pade table (1,0)It's not a Padé approximant.Take the Pade (0,1) (or was it (1,0) ?) [$]e^x[$] approximate by [$]1+x[$] on [-1,1]I thought so...
1: Compute maximum error using 101 calculus
2. Compute derivative
3. GOTO 1
Gets worser and worser.
exp x = exp(x/2) / exp(-x/2) for Padé.
What about somefing on the lines of BCH?Simple question which stumps me: I have a complex square matrix H. There are some nice methods for calculating exp(H). What about calculating the derivative of exp(H) over elements of H? To be precise: let M = exp(H). I want to calculate dM_{jk} / dH_{mn} numerically, accurately and (relatively) quickly.