<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>root-finding on plaintext</title><link>https://dudung.github.io/plaintext/tags/root-finding/</link><description>Recent content in root-finding on plaintext</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 09 Jan 2024 05:14:00 +0800</lastBuildDate><atom:link href="https://dudung.github.io/plaintext/tags/root-finding/index.xml" rel="self" type="application/rss+xml"/><item><title>regula-falsi method</title><link>https://dudung.github.io/plaintext/0016/</link><pubDate>Tue, 09 Jan 2024 05:14:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/0016/</guid><description>intro intro Link to heading Regula-falsi method is one of the bracketing iterative method in finding roots of a non-linear equations, where the approximated root is found by using the straight lines and it is basto Bolzano&amp;rsquo;s theorem for continues functions (Yoweto 2020). After choose two initial guesses a line is formed using the two-point form of the line and by setting $y = 0$ an iterative formula is obtained (Weisstein, 2023).</description></item><item><title>secant method</title><link>https://dudung.github.io/plaintext/0015/</link><pubDate>Mon, 08 Jan 2024 19:16:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/0015/</guid><description>intro formula flowchart algorithm problem code graphics challenges intro Link to heading If the derivative of function, whose root is to be found, does not exist or hard to find, secant method can be used instead of Newton raphson method, since it does not required the derivative but it requires two initial guesses for the roots (Mohan, 2021). Since this method retains only the most recent estimate, the root does not necessary bracketed (Weisstein).</description></item><item><title>newton-raphson method</title><link>https://dudung.github.io/plaintext/0014/</link><pubDate>Mon, 08 Jan 2024 13:26:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/0014/</guid><description>intro formula flowchart algorithm problem code graphics challenges intro Link to heading The Newton-Raphson method is a method for finding succesively and quickly better approximation for the roots of a real-valued functions (Çapar, 2020). It is one of the most widely used methods for root finding and it can be shown that this technique is quadratically convergent as the root aproached (Smith, 1998). This algorithm is quite versatile with wide-ranging use cases than span many domains, e.</description></item><item><title>graphical method</title><link>https://dudung.github.io/plaintext/000v/</link><pubDate>Tue, 26 Dec 2023 07:04:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/000v/</guid><description>intro method example graphs results code challenges refs intro Link to heading The term graphical method related root finding might have lots of meanings as follow. The graphical method can also be presented in the form of perpendicular segements representing polynomial coefficients in the process of finding the real roots of pthe polynomial (Eisenberg, 1967). For complex roots the graphical method perform the analysis in the form of contour in complex plane (Pfeiffer, 1979).</description></item><item><title>root in math</title><link>https://dudung.github.io/plaintext/000u/</link><pubDate>Sun, 24 Dec 2023 16:43:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/000u/</guid><description>intro example flowchart ⚠ algorithm ⚠ challenges refs intro Link to heading In mathematics a solution to an equation, that can be expressed as a number or an algebraic formula, is known as root (Britannica eds, 2023). Roots can be found algebraically as well as graphically, and the number of roots of a polynomial function gives the degree of the polynomial as shown by the fundamental theorem of algebra (Smith et al.</description></item><item><title>scanning method</title><link>https://dudung.github.io/plaintext/000s/</link><pubDate>Sat, 23 Dec 2023 20:27:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/000s/</guid><description>intro example flowchart algorithm code challenges refs intro Link to heading The simplest way to find a root of an equation is by scanning root candidates from an intial value, e.g. $x = x_a$, with increment $\Delta x$ until sign of the function change from previously ${\rm sign}(f(x_a))$, or if possible until $f(x) = 0$ (Rahmansyah &amp;amp; Ahhad, 2013). It is a typical solution in optics if met the physical limit of a resolution (Rom39, 2015).</description></item><item><title>bisection method</title><link>https://dudung.github.io/plaintext/0004/</link><pubDate>Tue, 12 Dec 2023 09:07:00 +0800</pubDate><guid>https://dudung.github.io/plaintext/0004/</guid><description>intro root range method flowchart example graphics challenges refs intro Link to heading Bisection method pops up quite often when we talk about root finding methods due its very easy and simple algorithm to implement (Luna, 2020). This method uses the intermediate value theorem iteratively to find roots (Kong et al., 2020). It is also known as the interval halving method, where it provides a systematic approach to finding the root of a function within a given interval (Collimator, 2023).</description></item></channel></rss>