Numerical Analysis - Finding the Rate of Convergence

AI Thread Summary
The discussion focuses on constructing code to determine the Asymptotic Error Constant and the order of convergence for iterative methods like Fixed Point, Newton-Raphson, and Secant using Scilab 4.0. The original poster is familiar with the theoretical orders but seeks assistance with coding for the asymptotic error constant applicable to any iteration. A response highlights that Scilab is now at version 6.0.2 and mentions relevant tutorials by openeering that could assist with the coding challenge. These tutorials, posted on January 14, 2015, are noted as useful resources for the topic. The conversation emphasizes the need for practical coding solutions in numerical analysis.
relinquished™
Messages
79
Reaction score
0
Hello,

I'm trying to construct a code in determining the Asymptotic Error Constant and the order of the rate of convergence, r for several iterative methods like the Fixed point, Newton Rhapson, and Secant methods in determining roots, using Scilab 4.0 (which is said to behave much like MathLab, but I'm not that sure). I already know what their orders are, I just have a problem in determining the general code in determining the asymptotic error constant for ANY iteration. Any help is appreciated.

reli~
 
Technology news on Phys.org
Scilab is currently in version ##6.0.2##. As of now, there is this tutorial by openeering - a scilab professional partner, which is quite relevant to what is asked in the OP. Also, there are two more (relevant) tutorials besides the one already mentioned - all three posted on January 14, 2015, at openeering, here.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top