how to do those tables of calculation in math lab
i got sum really long formullas in other question and if ill do the itterations i will spend half a day just on that
set up some functions f(X_n) = X_n+1, should make the iteration easy
then if you're feeling adveNturous, set a loop, which uses X_n to make X_n+1 using thEn formula, then prints (or stores to an array) the value of X_n+1 & E_n+1 then moves onto the next iteration
look up function & loop in help & you should get the idea - i don'e have a copy of MATLAB handy, but have used it a fair bit previously, so shouldn't be hard if you've programmed previously