File: exer7-18.tex

package info (click to toggle)
texlive-lang 2022.20230122-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,447,264 kB
  • sloc: perl: 61,377; xml: 53,781; makefile: 4,525; sh: 4,338; ansic: 2,892; python: 2,861; ruby: 1,031; lisp: 750; awk: 649; java: 159; sed: 142; csh: 25
file content (14 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}
\begin{document}
\noindent
The inverse function of the polynomial expansion ~~$y = f(x) = ax+bx^2+cx^3
+dx^4 + ex^5 + fx^6+\cdots$ $(a\ne0)$ begins with the elements
\setlength{\arraycolsep}{2pt}
\begin{eqnarray*}
x = \varphi(y) = \frac{1}{a}y &-& \frac{b}{a^3}y^2 + \frac{1}{a^5}(2b^2-ac)y^3\\
   &+&\frac{1}{a^7}(5abc - z^2d -fb^3)y^4\\ 
   &+&\frac{1}{a^9}(6a^2bd + 3a^2c^2+14b^4 - a^3e - 21ab^2c)y^5\\
   &+&\frac{1}{a^{11}}(7a^3be + 7a^3cd + 84ab^3c - a^4f -\\
   &&28a^2b^2d -28 a^2bc^2 - 43b^5)y^6 + \cdots
\end{eqnarray*}
\end{document}