(41C) Method of Successive Substitutions
|
06-11-2022, 07:11 AM
(This post was last modified: 06-18-2022 05:13 PM by Thomas Klemm.)
Post: #5
|
|||
|
|||
RE: (41C) Method of Successive Substitutions
From Plot[{x,Pi/Sin[x]},{x,0,10}]:
… we can find the next solution with the following branch of the inverse function: \( \begin{align} f^{-1}(x) &= 3 \pi - \sin^{-1}\left(\frac{\pi}{x}\right) \\ \end{align} \) Code: 00 { 10-Byte Prgm } If we start with \( 9 \) and iterate the program we get: 9.000000000 9.068203896 9.071004065 9.071118067 9.071122707 9.071122896 9.071122903 9.071122904 9.071122904 … |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(41C) Method of Successive Substitutions - Eddie W. Shore - 10-04-2020, 04:21 PM
RE: (41C) Method of Successive Substitutions - Albert Chan - 10-06-2020, 12:57 AM
RE: (41C) Method of Successive Substitutions - Thomas Klemm - 06-10-2022, 07:20 AM
RE: (41C) Method of Successive Substitutions - Albert Chan - 06-10-2022, 04:51 PM
RE: (41C) Method of Successive Substitutions - Thomas Klemm - 06-11-2022 07:11 AM
RE: (41C) Method of Successive Substitutions - Thomas Klemm - 06-12-2022, 09:14 PM
|
User(s) browsing this thread: 2 Guest(s)