How to derive the multivariate Pade Approximation for $\ln \left( {1 + \frac{x}{y}} \right)$ ? In this case, multivariate mean variable $x$ and variable $y$.
Asked
Active
Viewed 282 times
PadeApproximantcommand of Mathematica deals with one variable only. – user64494 Mar 17 '21 at 11:53PadeApproximant[Log[1 + z], {z, 0, {2, 3}}] /. z -> x/y– chris Mar 17 '21 at 12:45