Deutsch English Français Italiano |
<0709b4b8b0bbf2a32d53649d1a6fbefbcd44a68a.camel@tilde.green> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!tilde.green!.POSTED.103.160.128.32!not-for-mail From: Annada Behera <annada@tilde.green> Newsgroups: comp.lang.python Subject: Re: Beazley's Problem Date: Mon, 23 Sep 2024 13:14:00 +0530 Organization: tilde.green Sender: annada@tilde.green Message-ID: <0709b4b8b0bbf2a32d53649d1a6fbefbcd44a68a.camel@tilde.green> References: <problem-20240921130726@ram.dialup.fu-berlin.de> <87tte941ko.fsf@nightsong.com> <newton-20240921151727@ram.dialup.fu-berlin.de> <87plow4v4p.fsf@nightsong.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: tilde.green; posting-account="annada@tilde.green"; posting-host="103.160.128.32"; logging-data="3333592"; mail-complaints-to="admins@tilde.green" User-Agent: Evolution 3.52.2 In-Reply-To: <87plow4v4p.fsf@nightsong.com> Bytes: 1786 Lines: 23 The "next-level math trick" Newton-Raphson has nothing to do with functional programming. I have written solvers in purely iterative style. As far as I know, Newton-Raphson is the opposite of functional programming as you iteratively solve for the root. Functional programming is stateless where you are not allowed to store any state (current best guess root). -----Original Message----- From: Paul Rubin <no.email@nospam.invalid> Subject: Re: Beazley's Problem Date: 09/22/2024 01:49:50 AM Newsgroups: comp.lang.python ram@zedat.fu-berlin.de=C2=A0(Stefan Ram) writes: > =C2=A0 It's hella rad to see you bust out those "next-level math tricks" > =C2=A0 with just a single line each! You might like: https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf The numerics stuff starts on page 9.