A Two-step Iterative Method Free from Derivative for Solving Nonlinear Equations

Size: px
Start display at page:

Download "A Two-step Iterative Method Free from Derivative for Solving Nonlinear Equations"

Transcription

1 Applied Mathematical Sciences, Vol. 8, 2014, no. 161, HIKARI Ltd, A Two-step Iterative Method Free from Derivative for Solving Nonlinear Equations Alyauma Hajjah 1, M. Imran and M. D. H. Gamal Numerical Computing Group, Department of Mathematics University of Riau, Pekanbaru 28293, Indonesia 1 Corresponding author Copyright c 2014 Alyauma Hajjah, M. Imran and M. D. H. Gamal. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract We address a two-step iterative method to solve a nonlinear equation, which is free from derivative by approximating a derivative in the two-step King method by the method of forward difference with one parameter θ. We show analytically that the method is of an order three for a simple root. Numerical experiments show that the new method gives the encouraging results. Although the efficiency index of our method is worse than that of King s methods, numerical experiments show that the proposed method is comparable to the existing methods in terms of the number of iterations. Mathematics Subject Classification: 65H05, 65D99 Keywords: Forward difference, free derivative method, iterative method, order of convergence 1 Introduction Having a particular technique to solve a nonlinear equation f(x) = 0 (1)

2 8022 Alyauma Hajjah, M. Imran and M. D. H. Gamal is still an active research in numerical analysis. Not all cases of equation (1) can be analytically solved, so solving numerically becomes an alternative. A numerical method used for finding the solution of the nonlinear equation (1) is a two-step iterative method, that is a combination of Newton method [1, h.68] and Halley method [10, h.86] with order of convergence three. We express their formula as y n = x n f(x n) f (x n ), 2f(y n )f (y n ) 2f (y n ) 2 (f(y n )f (y n )). The other two-step iterative methods are the iterative method proposed by Jisheng [6] in the form y n = x n f(x n) f (x n ), f 2 (x n ) + f 2 (y n ) f (x n )(f(x n ) f(y n )), and the one proposed by Weerakon and Fernando [11] in the form y n = x n f(x n) f (x n ), 2f(x n ) f (x n ) + f (y n ). Two-step iterative method free from derivative is a method proposed by Dehghan-Hajarian [3], with order of convergence three (Dehghan Method 1). We can express their formula as 2f(x n ) 2 y n =x n f(x n + f(x n )) f(x n f(x n )), (2) x n+1 =x n and (Dehghan Method 2) 2f(x n ) (f(x n ) + f(y n )) f(x n + f(x n )) f(x n f(x n )). (3) 2f(x n ) 2 y n =x n + f(x n + f(x n )) f(x n f(x n )), (4) x n+1 =x n 2f(x n ) (f(y n ) f(x n )) f(x n + f(x n )) f(x n f(x n )). (5)

3 A two-step iterative method free from derivative 8023 Some other papers discuss the two-step type iterative methods and their applications, these include [2]. The purpose of this paper is to develop a new two-step iterative method free from derivative and provide the convergence analysis. We present this new method in section 2 in this paper. In the new method we approximate the derivative of the function by forward difference with one parameter θ. Numerical examples show better performance of our method in section 3. We conclude our discussion in section 4. 2 Proposed Iterative Method and Analysis of Convergence The iterative method discussed in this paper is that of proposed by King method with order of convergence four [7] in the form y n =x n f(x n) f (x n ), (6) f(x n ) + βf(y n ) f(y n ) x n+1 =y n f(x n ) + (β 2)f(y n ) f (x n ). (7) The derivative f (x n ) in equation (6) and equation (7) are approximated by the forward difference with one parameter θ [1], f (x n ) f(x n + θf(x n )) f(x n ). (8) θf(x n ) Substituting equation (8) into equation (6) and equation (7), we have θf 2 (x n ) y n = x n f(x n + θf(x n )) f(x n ), (9) f(x n ) + βf(y n ) θf(x n )f(y n ) f(x n ) + (β 2)f(y n ) f(x n + θf(x n )) f(x n ). (10) Equations (9) and (10) are called Two-Step Iterative Method Free Derivative. Now we are going to prove the order of convergence of the method. Theorem 1 Let f : D R for an open interval D. Assume that f has sufficiently continuous derivatives in the interval D. If x has a simple root at f(x), and if x 0 is sufficiently close to x, then the new iterative method defined by equation (9) and (10) satisfies the following error equation: e n+1 = ( c 2 2θ 2 F 2 1 c 2 2θF 1 )e 3 n + O(e 4 n), (11)

4 8024 Alyauma Hajjah, M. Imran and M. D. H. Gamal where F 1 = f (x ), c j = f (j) (x ) j!f (x ), j > 1, and e n = x n x. Proof. Let x is be a simple root of f(x) = 0, then f(x ) = 0. Let e n = x n x. With Taylor expansion of f(x n ) about x n = x, we obtain f(x n ) = F 1 (e n + c 2 e 2 n + c 3 e 3 n + O(e 4 n)). (12) Computing f 2 (x n ) using equation (12), then multiplied by θ, we get θf 2 (x n ) = F 2 1 ( θe 2 n + 2θc 2 e 3 n + O(e 4 n) ). (13) Then, computing f(x n + θf(x n )), we have f(x n + θf(x n )) = (F 1 + θf 2 1 )e n + (3c 2 θf c 2 θ 2 F c 2 F 1 )e 2 n + (2c 2 2θ 2 F c 3 θf c 3 θ 3 F c 2 2θF c 3 F 1 + 3c 3 θ 2 F 3 1 )e 3 n + O(e 4 n). (14) Using equation (12) and (14), we compute f((x n ) + θf(x n )) f(x n ), then we have f((x n ) + θf(x n )) f(x n ) = θf 2 1 e n + (3c 2 θf c 2 θ 2 F 3 1 )e 2 n + (2c 2 2θ 2 F c 3 θ 2 F 3 1 2c 2 2θF c 3 θf c 3 θ 3 F 4 1 )e 3 n + O(e 4 n). (15) Considering a geometric series and computing and (15), we obtain after simplifying θf(x n) 2 f((x n)+θf(x n)) f(x n) using (13) θf(x n ) 2 f((x n ) + θf(x n )) f(x n ) = e n + ( c 2 c 2 θf 1 )e 2 n + ( 2c 3 3c 3 θf 1 + c 2 2θ 2 F c c 2 2θF 1 c 3 θ 2 F 2 1 )e 3 n + O(e 4 n). (16) Substituting equation (16) into equation (9) and x n = x + e n, we get y n = x + (c 2 + c 2 θf 1 )e 2 n + (2c 3 2θc 2 2F 1 + c 3 F 2 1 θ 2 c 2 2F 2 1 θ 2 Then, Taylor expansion of f(y n ) about y n = x, gives 2c θF 1 c 3 )e 3 n + O(e 4 n). (17) f(y n ) =(c 2 θf c 2 F 1 )e 2 n + (c 3 θ 2 F 3 1 2c 2 2θF 2 1 2c 2 2F 1 c 2 2θ 2 F c 3 θf c 3 F 1 )e 3 n + O(e 4 n), (18) and computing f(x n)+βf(y n) f(x n)+(β 2)f(y n), we have

5 A two-step iterative method free from derivative 8025 f(x n ) + βf(y n ) f(x n ) + (β 2)f(y n ) = 1 + (2c 2 + 2c 2 θf 1 )e n + (2c 2 2θ 2 F c 3 2c 2 2β + 2c 2 2θF 1 + 2c 3 θ 2 F 2 1 4βc 2 2θF 1 2βc 2 2θ 2 F 2 1 2c c 3 θf 1 )e 2 n + (4βc 3 2 4βc 2 c 3 θ 3 F βc 2 c 3 θf 1 + 2c 4 θ 3 F c 3 2θ 2 F βc 2 c 3 θ 2 F 2 1 4c 3 2θF 1 Then, computing + 10c 4 + 8c 4 θ 2 F β 2 c c 4 θf c 2 c 3 θ 2 F c 3 2θ 3 F c 2 c 3 θf 1 + 4c 2 c 3 θ 3 F 3 1 4βc 3 2θ 3 F 3 1 8βc 3 c 2 + 6β 2 c 3 2θ 2 F 2 1 8βc 3 2θ 2 F β 2 c 3 2θF 1 + 2β 2 c 3 2θ 3 F 3 1 )e 3 n + O(e 4 n). (19) θf(x n)f(y n) f((x n)+θf(x n)) f(x n), we obtain θf(x n )f(y n ) f((x n ) + θf(x n )) f(x n ) =(c 2 + θc 2 F 1 )e 2 n + ( 5c 2 2θF 1 + c 3 θ 2 F 2 1 4c c 3 + 3c 3 θf 1 2c 2 2θ 2 F 2 1 )e 3 n + O(e 4 n). (20) Substituting equations (19),(20) dan (17) into equation (10), noting x n+1 x = e n+1, then after simplifying we have e n+1 = ( c 2 2θ 2 F 2 1 c 2 2θF 1 )e 3 n + O(e 4 n). This ends the proof. 3 Numerical Experiments In this section, we give the results of some numerical examples to compare Dehghan Method 1 (DM1) by equations (8)-(9), Dehghan Method 2 (DM2) by equations (10)-(11), King Method (KM) by equations (12)-(13) and Proposed Free Derivative Method (PFDM) by equations (15)(16) for the solution of the nonlinear equations. In this comparison we use the following test functions: f 1 = cos(x) x x = [5] f 2 = sin(x) 0.5 x = [8, 9] f 3 = sin 2 (x) x x = [5] f 4 = x 3 x + 3 x = [8, 9] f 5 = tan(x) cos(x) 0.5 x = [8, 9] All the computation is done in Maple 13. We use tolerance, ɛ = , and the maximum number of iteration allowed is 100. We stop the iteration process by the following criteria 1. x n+1 x n < ɛ 2. f(x n+1 ) < ɛ.

6 8026 Alyauma Hajjah, M. Imran and M. D. H. Gamal In Table 1, 100+ indicates that the method does not converge after the maximum iteration allowed is reached, star sign (*) in the number of iterations indicates that the method converges to a different root. From Table 1 one can see that the computational results obtained are not far different. In f 1 for initial guess -1.5 DM1 and DM2 require 5 iterations, KM requires 36 iterations, and PFDM requires 4 iterations. For initial guess -1.0 DM1 and DM2 require 5 iterations, KM and PFDM require 3 iterations. So the quickest method to hit the root is PFDM. In f 2 the method having the least iteration is PFDM. As far as the numerical results are concerned, for most of the functions we tested, the proposed method can be competitive with the methods we are comparing. f 2 f 3 f 4 f 5 Table 1: Comparisons of the discussed methods The number of iterations Functions x 0 DM1 DM2 KM PFDM x f Conclusion We have put forward a new two-step iterative methods free derivative to solve nonlinear equation whose efficiency index is 3 1/3 = Although the efficiency index of our method is worse than that of King s methods, numerical

7 A two-step iterative method free from derivative 8027 experiment show that it is comparable to the existing method in terms of the number of iterations. References [1] K. E. Atkinson. Elementary Numerical Analysis, 2 nd Ed. John Wiley, New York, [2] A. Cordero, J. L. Hueso, E. Martinez and J. R. Torre-grosa, Steffensen type methods for solving non-linear equations, Journal of Computational and Applied Mathematics, 236, [3] M. Dehghan and M. Hajarian. Some Derivative Free Quatratic and Cubic Convergence Iterative Formulas for Solving Nonlinear Equation, J. Comput. Appl. Math, 29 (2010), [4] W. Gautschi. Numerical Analysis, 2 nd Ed, Birkhauser, New York, [5] J. P. Jaiswal. A New Third-Order Derivative Free Method for Solving Equations, Univ. J. Appl. Math. 1 (2013), [6] K. Jisheng, L. Yetian and W. Xiuhui. A Composite Fourth-Order Iterative Method for Solving, Appl. Math. Comput, 184 (2006), [7] R. F. King. A Family of Fourth Order Methods for Nonlinear Equations, SIAM J. Numer. Anal. 10 (1973), [8] D. Nerinckx and D. Haegenans. A Comparison of Non-linear Equation Solver, J. Comput. Appl. Math. 2 (1976), [9] J. R. Rice. A set of 74 test functions for non-linear equation solvers, Report Purdue University CSD TR 34 (1969) [10] R. Wait. The Numerical Solution of Algebraic Equation, Jhon Wiley dan Sons, New York, [11] S. Weerakon and T.G.I. Fernando. A Variant of Newton s Method with Accelarated Third Order Convergence, Appl. Math. letters, 13 ( 2000), Received: September 7, 2014; Published: November 19, 2014

Another Sixth-Order Iterative Method Free from Derivative for Solving Multiple Roots of a Nonlinear Equation

Another Sixth-Order Iterative Method Free from Derivative for Solving Multiple Roots of a Nonlinear Equation Applied Mathematical Sciences, Vol. 11, 2017, no. 43, 2121-2129 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.76208 Another Sixth-Order Iterative Method Free from Derivative for Solving

More information

A Three-Step Iterative Method to Solve A Nonlinear Equation via an Undetermined Coefficient Method

A Three-Step Iterative Method to Solve A Nonlinear Equation via an Undetermined Coefficient Method Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 14, Number 11 (018), pp. 145-1435 Research India Publications http://www.ripublication.com/gjpam.htm A Three-Step Iterative Method

More information

Solving a Nonlinear Equation Using a New Two-Step Derivative Free Iterative Methods

Solving a Nonlinear Equation Using a New Two-Step Derivative Free Iterative Methods Applied ad Computatioal Mathematics 07; 6(6): 38-4 http://www.sciecepublishiggroup.com/j/acm doi: 0.648/j.acm.070606. ISSN: 38-5605 (Prit); ISSN: 38-563 (Olie) Solvig a Noliear Equatio Usig a New Two-Step

More information

Improvements in Newton-Rapshon Method for Nonlinear Equations Using Modified Adomian Decomposition Method

Improvements in Newton-Rapshon Method for Nonlinear Equations Using Modified Adomian Decomposition Method International Journal of Mathematical Analysis Vol. 9, 2015, no. 39, 1919-1928 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.54124 Improvements in Newton-Rapshon Method for Nonlinear

More information

Iterative Methods for Single Variable Equations

Iterative Methods for Single Variable Equations International Journal of Mathematical Analysis Vol 0, 06, no 6, 79-90 HII Ltd, wwwm-hikaricom http://dxdoiorg/0988/ijma065307 Iterative Methods for Single Variable Equations Shin Min Kang Department of

More information

SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS

SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS Open J. Math. Sci., Vol. 1(017, No. 1, pp. 5-33 ISSN 53-01 Website: http://www.openmathscience.com SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS MUHAMMAD SAQIB 1, MUHAMMAD IQBAL Abstract.

More information

Formula for Lucas Like Sequence of Fourth Step and Fifth Step

Formula for Lucas Like Sequence of Fourth Step and Fifth Step International Mathematical Forum, Vol. 12, 2017, no., 10-110 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.612169 Formula for Lucas Like Sequence of Fourth Step and Fifth Step Rena Parindeni

More information

SOLVING NONLINEAR EQUATIONS USING A NEW TENTH-AND SEVENTH-ORDER METHODS FREE FROM SECOND DERIVATIVE M.A. Hafiz 1, Salwa M.H.

SOLVING NONLINEAR EQUATIONS USING A NEW TENTH-AND SEVENTH-ORDER METHODS FREE FROM SECOND DERIVATIVE M.A. Hafiz 1, Salwa M.H. International Journal of Differential Equations and Applications Volume 12 No. 4 2013, 169-183 ISSN: 1311-2872 url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijdea.v12i4.1344 PA acadpubl.eu SOLVING

More information

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials Applied Mathematical Sciences, Vol. 8, 2014, no. 35, 1723-1730 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4127 A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating

More information

Basins of Attraction for Optimal Third Order Methods for Multiple Roots

Basins of Attraction for Optimal Third Order Methods for Multiple Roots Applied Mathematical Sciences, Vol., 6, no., 58-59 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.6.65 Basins of Attraction for Optimal Third Order Methods for Multiple Roots Young Hee Geum Department

More information

Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence

Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence Palestine Journal of Mathematics Vol. 3(1) (2014), 113 119 Palestine Polytechnic University-PPU 2014 Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence M.A. Hafiz

More information

Chebyshev-Halley s Method without Second Derivative of Eight-Order Convergence

Chebyshev-Halley s Method without Second Derivative of Eight-Order Convergence Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 4 2016, pp. 2987 2997 Research India Publications http://www.ripublication.com/gjpam.htm Chebyshev-Halley s Method without

More information

Dynamical Behavior for Optimal Cubic-Order Multiple Solver

Dynamical Behavior for Optimal Cubic-Order Multiple Solver Applied Mathematical Sciences, Vol., 7, no., 5 - HIKARI Ltd, www.m-hikari.com https://doi.org/.988/ams.7.6946 Dynamical Behavior for Optimal Cubic-Order Multiple Solver Young Hee Geum Department of Applied

More information

Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and Their Dynamics

Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and Their Dynamics Applied Mathematical Sciences, Vol. 9, 5, no. 49, 747-748 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.5.5658 Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and

More information

A Note of the Strong Convergence of the Mann Iteration for Demicontractive Mappings

A Note of the Strong Convergence of the Mann Iteration for Demicontractive Mappings Applied Mathematical Sciences, Vol. 10, 2016, no. 6, 255-261 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.511700 A Note of the Strong Convergence of the Mann Iteration for Demicontractive

More information

A new sixth-order scheme for nonlinear equations

A new sixth-order scheme for nonlinear equations Calhoun: The NPS Institutional Archive DSpace Repository Faculty and Researchers Faculty and Researchers Collection 202 A new sixth-order scheme for nonlinear equations Chun, Changbum http://hdl.handle.net/0945/39449

More information

An Improved Hybrid Algorithm to Bisection Method and Newton-Raphson Method

An Improved Hybrid Algorithm to Bisection Method and Newton-Raphson Method Applied Mathematical Sciences, Vol. 11, 2017, no. 56, 2789-2797 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.710302 An Improved Hybrid Algorithm to Bisection Method and Newton-Raphson

More information

Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear Equations

Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear Equations International Engineering Mathematics, Article ID 828409, 11 pages http://dx.doi.org/10.1155/2014/828409 Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear

More information

NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS

NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS Bulletin of Mathematical Analysis and Applications ISSN: 181-191, URL: http://www.bmathaa.org Volume 3 Issue 4(011, Pages 31-37. NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS

More information

Z. Omar. Department of Mathematics School of Quantitative Sciences College of Art and Sciences Univeristi Utara Malaysia, Malaysia. Ra ft.

Z. Omar. Department of Mathematics School of Quantitative Sciences College of Art and Sciences Univeristi Utara Malaysia, Malaysia. Ra ft. International Journal of Mathematical Analysis Vol. 9, 015, no. 46, 57-7 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.015.57181 Developing a Single Step Hybrid Block Method with Generalized

More information

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method British Journal of Mathematics & Computer Science 19(2): 1-9, 2016; Article no.bjmcs.2922 ISSN: 221-081 SCIENCEDOMAIN international www.sciencedomain.org Some New Three Step Iterative Methods for Solving

More information

The Modified Adomian Decomposition Method for. Solving Nonlinear Coupled Burger s Equations

The Modified Adomian Decomposition Method for. Solving Nonlinear Coupled Burger s Equations Nonlinear Analysis and Differential Equations, Vol. 3, 015, no. 3, 111-1 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/nade.015.416 The Modified Adomian Decomposition Method for Solving Nonlinear

More information

Solving Homogeneous Systems with Sub-matrices

Solving Homogeneous Systems with Sub-matrices Pure Mathematical Sciences, Vol 7, 218, no 1, 11-18 HIKARI Ltd, wwwm-hikaricom https://doiorg/112988/pms218843 Solving Homogeneous Systems with Sub-matrices Massoud Malek Mathematics, California State

More information

A Direct Proof of Caristi s Fixed Point Theorem

A Direct Proof of Caristi s Fixed Point Theorem Applied Mathematical Sciences, Vol. 10, 2016, no. 46, 2289-2294 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.66190 A Direct Proof of Caristi s Fixed Point Theorem Wei-Shih Du Department

More information

Linearization of Two Dimensional Complex-Linearizable Systems of Second Order Ordinary Differential Equations

Linearization of Two Dimensional Complex-Linearizable Systems of Second Order Ordinary Differential Equations Applied Mathematical Sciences, Vol. 9, 2015, no. 58, 2889-2900 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121002 Linearization of Two Dimensional Complex-Linearizable Systems of

More information

On Symmetric Bi-Multipliers of Lattice Implication Algebras

On Symmetric Bi-Multipliers of Lattice Implication Algebras International Mathematical Forum, Vol. 13, 2018, no. 7, 343-350 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2018.8423 On Symmetric Bi-Multipliers of Lattice Implication Algebras Kyung Ho

More information

On the Solution of the n-dimensional k B Operator

On the Solution of the n-dimensional k B Operator Applied Mathematical Sciences, Vol. 9, 015, no. 10, 469-479 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.1988/ams.015.410815 On the Solution of the n-dimensional B Operator Sudprathai Bupasiri Faculty

More information

A Review of Bracketing Methods for Finding Zeros of Nonlinear Functions

A Review of Bracketing Methods for Finding Zeros of Nonlinear Functions Applied Mathematical Sciences, Vol 1, 018, no 3, 137-146 HIKARI Ltd, wwwm-hikaricom https://doiorg/101988/ams018811 A Review of Bracketing Methods for Finding Zeros of Nonlinear Functions Somkid Intep

More information

Characteristic Value of r on The Equation 11 x r (mod 100)

Characteristic Value of r on The Equation 11 x r (mod 100) International Mathematical Forum, Vol. 12, 2017, no. 13, 611-617 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.7439 Characteristic Value of r on The Equation 11 r mod 10 Novika Putri Listia

More information

Sequences from Heptagonal Pyramid Corners of Integer

Sequences from Heptagonal Pyramid Corners of Integer International Mathematical Forum, Vol 13, 2018, no 4, 193-200 HIKARI Ltd, wwwm-hikaricom https://doiorg/1012988/imf2018815 Sequences from Heptagonal Pyramid Corners of Integer Nurul Hilda Syani Putri,

More information

A Fifth-Order Iterative Method for Solving Nonlinear Equations

A Fifth-Order Iterative Method for Solving Nonlinear Equations International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767, P-ISSN: 2321 4759 www.ijmsi.org Volume 2 Issue 10 November. 2014 PP.19-23 A Fifth-Order Iterative Method for Solving

More information

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class International Mathematical Forum, Vol. 9, 2014, no. 29, 1389-1396 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.47141 Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the

More information

Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation on a Restricted Domain

Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation on a Restricted Domain Int. Journal of Math. Analysis, Vol. 7, 013, no. 55, 745-75 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.013.394 Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation

More information

The Shifted Data Problems by Using Transform of Derivatives

The Shifted Data Problems by Using Transform of Derivatives Applied Mathematical Sciences, Vol. 8, 2014, no. 151, 7529-7534 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.49784 The Shifted Data Problems by Using Transform of Derivatives Hwajoon

More information

Three New Iterative Methods for Solving Nonlinear Equations

Three New Iterative Methods for Solving Nonlinear Equations Australian Journal of Basic and Applied Sciences, 4(6): 122-13, 21 ISSN 1991-8178 Three New Iterative Methods for Solving Nonlinear Equations 1 2 Rostam K. Saeed and Fuad W. Khthr 1,2 Salahaddin University/Erbil

More information

Remark on the Sensitivity of Simulated Solutions of the Nonlinear Dynamical System to the Used Numerical Method

Remark on the Sensitivity of Simulated Solutions of the Nonlinear Dynamical System to the Used Numerical Method International Journal of Mathematical Analysis Vol. 9, 2015, no. 55, 2749-2754 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.59236 Remark on the Sensitivity of Simulated Solutions of

More information

Diophantine Equations. Elementary Methods

Diophantine Equations. Elementary Methods International Mathematical Forum, Vol. 12, 2017, no. 9, 429-438 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.7223 Diophantine Equations. Elementary Methods Rafael Jakimczuk División Matemática,

More information

Second Hankel Determinant Problem for a Certain Subclass of Univalent Functions

Second Hankel Determinant Problem for a Certain Subclass of Univalent Functions International Journal of Mathematical Analysis Vol. 9, 05, no. 0, 493-498 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/ijma.05.55 Second Hankel Determinant Problem for a Certain Subclass of Univalent

More information

On Positive Stable Realization for Continuous Linear Singular Systems

On Positive Stable Realization for Continuous Linear Singular Systems Int. Journal of Math. Analysis, Vol. 8, 2014, no. 8, 395-400 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.4246 On Positive Stable Realization for Continuous Linear Singular Systems

More information

Geometrically constructed families of iterative methods

Geometrically constructed families of iterative methods Chapter 4 Geometrically constructed families of iterative methods 4.1 Introduction The aim of this CHAPTER 3 is to derive one-parameter families of Newton s method [7, 11 16], Chebyshev s method [7, 30

More information

Quadratic Optimization over a Polyhedral Set

Quadratic Optimization over a Polyhedral Set International Mathematical Forum, Vol. 9, 2014, no. 13, 621-629 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.4234 Quadratic Optimization over a Polyhedral Set T. Bayartugs, Ch. Battuvshin

More information

Generalization of the Banach Fixed Point Theorem for Mappings in (R, ϕ)-spaces

Generalization of the Banach Fixed Point Theorem for Mappings in (R, ϕ)-spaces International Mathematical Forum, Vol. 10, 2015, no. 12, 579-585 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2015.5861 Generalization of the Banach Fixed Point Theorem for Mappings in (R,

More information

of a Two-Operator Product 1

of a Two-Operator Product 1 Applied Mathematical Sciences, Vol. 7, 2013, no. 130, 6465-6474 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.39501 Reverse Order Law for {1, 3}-Inverse of a Two-Operator Product 1 XUE

More information

On the Deformed Theory of Special Relativity

On the Deformed Theory of Special Relativity Advanced Studies in Theoretical Physics Vol. 11, 2017, no. 6, 275-282 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/astp.2017.61140 On the Deformed Theory of Special Relativity Won Sang Chung 1

More information

On a Certain Representation in the Pairs of Normed Spaces

On a Certain Representation in the Pairs of Normed Spaces Applied Mathematical Sciences, Vol. 12, 2018, no. 3, 115-119 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.712362 On a Certain Representation in the Pairs of ormed Spaces Ahiro Hoshida

More information

Hyperbolic Functions and. the Heat Balance Integral Method

Hyperbolic Functions and. the Heat Balance Integral Method Nonl. Analysis and Differential Equations, Vol. 1, 2013, no. 1, 23-27 HIKARI Ltd, www.m-hikari.com Hyperbolic Functions and the Heat Balance Integral Method G. Nhawu and G. Tapedzesa Department of Mathematics,

More information

A New Modification of Newton s Method

A New Modification of Newton s Method A New Modification of Newton s Method Vejdi I. Hasanov, Ivan G. Ivanov, Gurhan Nedjibov Laboratory of Mathematical Modelling, Shoumen University, Shoumen 971, Bulgaria e-mail: v.hasanov@@fmi.shu-bg.net

More information

A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations

A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations Int. Journal of Math. Analysis Vol. 5 2011 no. 37 1813-1819 A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations F. Soleymani 1 and B. S. Mousavi 2 Young Researchers Club Islamic

More information

The Expansion of the Confluent Hypergeometric Function on the Positive Real Axis

The Expansion of the Confluent Hypergeometric Function on the Positive Real Axis Applied Mathematical Sciences, Vol. 12, 2018, no. 1, 19-26 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.712351 The Expansion of the Confluent Hypergeometric Function on the Positive Real

More information

High-order Newton-type iterative methods with memory for solving nonlinear equations

High-order Newton-type iterative methods with memory for solving nonlinear equations MATHEMATICAL COMMUNICATIONS 9 Math. Commun. 9(4), 9 9 High-order Newton-type iterative methods with memory for solving nonlinear equations Xiaofeng Wang, and Tie Zhang School of Mathematics and Physics,

More information

An efficient Newton-type method with fifth-order convergence for solving nonlinear equations

An efficient Newton-type method with fifth-order convergence for solving nonlinear equations Volume 27, N. 3, pp. 269 274, 2008 Copyright 2008 SBMAC ISSN 0101-8205 www.scielo.br/cam An efficient Newton-type method with fifth-order convergence for solving nonlinear equations LIANG FANG 1,2, LI

More information

Convex Sets Strict Separation in Hilbert Spaces

Convex Sets Strict Separation in Hilbert Spaces Applied Mathematical Sciences, Vol. 8, 2014, no. 64, 3155-3160 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.44257 Convex Sets Strict Separation in Hilbert Spaces M. A. M. Ferreira 1

More information

A three point formula for finding roots of equations by the method of least squares

A three point formula for finding roots of equations by the method of least squares Journal of Applied Mathematics and Bioinformatics, vol.2, no. 3, 2012, 213-233 ISSN: 1792-6602(print), 1792-6939(online) Scienpress Ltd, 2012 A three point formula for finding roots of equations by the

More information

International Mathematical Forum, Vol. 9, 2014, no. 36, HIKARI Ltd,

International Mathematical Forum, Vol. 9, 2014, no. 36, HIKARI Ltd, International Mathematical Forum, Vol. 9, 2014, no. 36, 1751-1756 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.411187 Generalized Filters S. Palaniammal Department of Mathematics Thiruvalluvar

More information

New seventh and eighth order derivative free methods for solving nonlinear equations

New seventh and eighth order derivative free methods for solving nonlinear equations DOI 10.1515/tmj-2017-0049 New seventh and eighth order derivative free methods for solving nonlinear equations Bhavna Panday 1 and J. P. Jaiswal 2 1 Department of Mathematics, Demonstration Multipurpose

More information

On a 3-Uniform Path-Hypergraph on 5 Vertices

On a 3-Uniform Path-Hypergraph on 5 Vertices Applied Mathematical Sciences, Vol. 10, 2016, no. 30, 1489-1500 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.512742 On a 3-Uniform Path-Hypergraph on 5 Vertices Paola Bonacini Department

More information

Nonexistence of Limit Cycles in Rayleigh System

Nonexistence of Limit Cycles in Rayleigh System International Journal of Mathematical Analysis Vol. 8, 014, no. 49, 47-431 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.014.4883 Nonexistence of Limit Cycles in Rayleigh System Sandro-Jose

More information

Fixed Point Theorems for Modular Contraction Mappings on Modulared Spaces

Fixed Point Theorems for Modular Contraction Mappings on Modulared Spaces Int. Journal of Math. Analysis, Vol. 7, 2013, no. 20, 965-972 HIKARI Ltd, www.m-hikari.com Fixed Point Theorems for Modular Contraction Mappings on Modulared Spaces Mariatul Kiftiah Dept. of Math., Tanjungpura

More information

On Optimality Conditions for Pseudoconvex Programming in Terms of Dini Subdifferentials

On Optimality Conditions for Pseudoconvex Programming in Terms of Dini Subdifferentials Int. Journal of Math. Analysis, Vol. 7, 2013, no. 18, 891-898 HIKARI Ltd, www.m-hikari.com On Optimality Conditions for Pseudoconvex Programming in Terms of Dini Subdifferentials Jaddar Abdessamad Mohamed

More information

On Regular Prime Graphs of Solvable Groups

On Regular Prime Graphs of Solvable Groups International Journal of Algebra, Vol. 10, 2016, no. 10, 491-495 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2016.6858 On Regular Prime Graphs of Solvable Groups Donnie Munyao Kasyoki Department

More information

Optimal derivative-free root finding methods based on the Hermite interpolation

Optimal derivative-free root finding methods based on the Hermite interpolation Available online at www.tjnsa.com J. Nonlinear Sci. Appl. 9 (2016), 4427 4435 Research Article Optimal derivative-free root finding methods based on the Hermite interpolation Nusrat Yasmin, Fiza Zafar,

More information

Antibound State for Klein-Gordon Equation

Antibound State for Klein-Gordon Equation International Journal of Mathematical Analysis Vol. 8, 2014, no. 59, 2945-2949 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.411374 Antibound State for Klein-Gordon Equation Ana-Magnolia

More information

On Numerical Solutions of Systems of. Ordinary Differential Equations. by Numerical-Analytical Method

On Numerical Solutions of Systems of. Ordinary Differential Equations. by Numerical-Analytical Method Applied Mathematical Sciences, Vol. 8, 2014, no. 164, 8199-8207 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.12988/ams.2014.410807 On Numerical Solutions of Systems of Ordinary Differential Equations

More information

Poincaré`s Map in a Van der Pol Equation

Poincaré`s Map in a Van der Pol Equation International Journal of Mathematical Analysis Vol. 8, 014, no. 59, 939-943 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.014.411338 Poincaré`s Map in a Van der Pol Equation Eduardo-Luis

More information

On Some Identities of k-fibonacci Sequences Modulo Ring Z 6 and Z 10

On Some Identities of k-fibonacci Sequences Modulo Ring Z 6 and Z 10 Applied Mathematical Sciences, Vol. 12, 2018, no. 9, 441-448 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.8228 On Some Identities of k-fibonacci Sequences Modulo Ring Z 6 and Z 10 Tri

More information

A Numerical Solution of Classical Van der Pol-Duffing Oscillator by He s Parameter-Expansion Method

A Numerical Solution of Classical Van der Pol-Duffing Oscillator by He s Parameter-Expansion Method Int. J. Contemp. Math. Sciences, Vol. 8, 2013, no. 15, 709-71 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijcms.2013.355 A Numerical Solution of Classical Van der Pol-Duffing Oscillator by

More information

Novel Approach to Calculation of Box Dimension of Fractal Functions

Novel Approach to Calculation of Box Dimension of Fractal Functions Applied Mathematical Sciences, vol. 8, 2014, no. 144, 7175-7181 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.49718 Novel Approach to Calculation of Box Dimension of Fractal Functions

More information

The Generalized Viscosity Implicit Rules of Asymptotically Nonexpansive Mappings in Hilbert Spaces

The Generalized Viscosity Implicit Rules of Asymptotically Nonexpansive Mappings in Hilbert Spaces Applied Mathematical Sciences, Vol. 11, 2017, no. 12, 549-560 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.718 The Generalized Viscosity Implicit Rules of Asymptotically Nonexpansive

More information

Locating Chromatic Number of Banana Tree

Locating Chromatic Number of Banana Tree International Mathematical Forum, Vol. 12, 2017, no. 1, 39-45 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.610138 Locating Chromatic Number of Banana Tree Asmiati Department of Mathematics

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Explicit Expressions for Free Components of. Sums of the Same Powers

Explicit Expressions for Free Components of. Sums of the Same Powers Applied Mathematical Sciences, Vol., 27, no. 53, 2639-2645 HIKARI Ltd, www.m-hikari.com https://doi.org/.2988/ams.27.79276 Explicit Expressions for Free Components of Sums of the Same Powers Alexander

More information

On Generalized Derivations and Commutativity. of Prime Rings with Involution

On Generalized Derivations and Commutativity. of Prime Rings with Involution International Journal of Algebra, Vol. 11, 2017, no. 6, 291-300 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2017.7839 On Generalized Derivations and Commutativity of Prime Rings with Involution

More information

Note on the Expected Value of a Function of a Fuzzy Variable

Note on the Expected Value of a Function of a Fuzzy Variable International Journal of Mathematical Analysis Vol. 9, 15, no. 55, 71-76 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.1988/ijma.15.5145 Note on the Expected Value of a Function of a Fuzzy Variable

More information

A Stability Result for Fixed Point Iteration in Partial Metric Space

A Stability Result for Fixed Point Iteration in Partial Metric Space International Journal of Mathematical Analysis Vol. 9, 2015, no. 52, 2591-2597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.58188 A Stability Result for Fixed Point Iteration in Partial

More information

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations F. Soleymani Department of Mathematics, Islamic Azad University, Zahedan Branch, Zahedan, Iran E-mail: fazl_soley_bsb@yahoo.com; Tel:

More information

A Laplace Type Problems for a Lattice with Cell Composed by Three Quadrilaterals and with Maximum Probability

A Laplace Type Problems for a Lattice with Cell Composed by Three Quadrilaterals and with Maximum Probability Applied Mathematical Sciences, Vol. 8, 1, no. 165, 879-886 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.1988/ams.1.11915 A Laplace Type Problems for a Lattice with Cell Composed by Three Quadrilaterals

More information

Solution of Differential Equations of Lane-Emden Type by Combining Integral Transform and Variational Iteration Method

Solution of Differential Equations of Lane-Emden Type by Combining Integral Transform and Variational Iteration Method Nonlinear Analysis and Differential Equations, Vol. 4, 2016, no. 3, 143-150 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/nade.2016.613 Solution of Differential Equations of Lane-Emden Type by

More information

Remark on a Couple Coincidence Point in Cone Normed Spaces

Remark on a Couple Coincidence Point in Cone Normed Spaces International Journal of Mathematical Analysis Vol. 8, 2014, no. 50, 2461-2468 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.49293 Remark on a Couple Coincidence Point in Cone Normed

More information

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations e Scientific World Journal, Article ID 34673, 9 pages http://dx.doi.org/0.55/204/34673 Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations T. Lotfi, K. Mahdiani,

More information

A new family of four-step fifteenth-order root-finding methods with high efficiency index

A new family of four-step fifteenth-order root-finding methods with high efficiency index Computational Methods for Differential Equations http://cmde.tabrizu.ac.ir Vol. 3, No. 1, 2015, pp. 51-58 A new family of four-step fifteenth-order root-finding methods with high efficiency index Tahereh

More information

One-Step Hybrid Block Method with One Generalized Off-Step Points for Direct Solution of Second Order Ordinary Differential Equations

One-Step Hybrid Block Method with One Generalized Off-Step Points for Direct Solution of Second Order Ordinary Differential Equations Applied Mathematical Sciences, Vol. 10, 2016, no. 29, 142-142 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6127 One-Step Hybrid Block Method with One Generalized Off-Step Points for

More information

NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS

NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS Dr. Farooq Ahmad Principal, Govt. Degree College Darya Khan, Bhakkar, Punjab Education Department, PAKISTAN farooqgujar@gmail.com Sifat

More information

Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations And Its Applications

Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations And Its Applications Applied Mathematics E-Notes, 17(017), 1-30 c ISSN 1607-510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations

More information

University of Education Lahore 54000, PAKISTAN 2 Department of Mathematics and Statistics

University of Education Lahore 54000, PAKISTAN 2 Department of Mathematics and Statistics International Journal of Pure and Applied Mathematics Volume 109 No. 2 2016, 223-232 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v109i2.5

More information

Numerical Methods. King Saud University

Numerical Methods. King Saud University Numerical Methods King Saud University Aims In this lecture, we will... Introduce the topic of numerical methods Consider the Error analysis and sources of errors Introduction A numerical method which

More information

KKM-Type Theorems for Best Proximal Points in Normed Linear Space

KKM-Type Theorems for Best Proximal Points in Normed Linear Space International Journal of Mathematical Analysis Vol. 12, 2018, no. 12, 603-609 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijma.2018.81069 KKM-Type Theorems for Best Proximal Points in Normed

More information

A Generalization of p-rings

A Generalization of p-rings International Journal of Algebra, Vol. 9, 2015, no. 8, 395-401 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2015.5848 A Generalization of p-rings Adil Yaqub Department of Mathematics University

More information

Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric Spaces

Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric Spaces International Journal of Mathematical Analysis Vol. 11, 2017, no. 6, 267-275 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijma.2017.717 Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric

More information

Distribution Solutions of Some PDEs Related to the Wave Equation and the Diamond Operator

Distribution Solutions of Some PDEs Related to the Wave Equation and the Diamond Operator Applied Mathematical Sciences, Vol. 7, 013, no. 111, 5515-554 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ams.013.3844 Distribution Solutions of Some PDEs Related to the Wave Equation and the

More information

Strong Convergence of the Mann Iteration for Demicontractive Mappings

Strong Convergence of the Mann Iteration for Demicontractive Mappings Applied Mathematical Sciences, Vol. 9, 015, no. 4, 061-068 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ams.015.5166 Strong Convergence of the Mann Iteration for Demicontractive Mappings Ştefan

More information

Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems

Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems algorithms Article Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems Xiaofeng Wang * and Xiaodong Fan School of Mathematics and Physics, Bohai University, Jinzhou 203, China;

More information

Approximations to the t Distribution

Approximations to the t Distribution Applied Mathematical Sciences, Vol. 9, 2015, no. 49, 2445-2449 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.52148 Approximations to the t Distribution Bashar Zogheib 1 and Ali Elsaheli

More information

Solution of Non Linear Singular Perturbation Equation. Using Hermite Collocation Method

Solution of Non Linear Singular Perturbation Equation. Using Hermite Collocation Method Applied Mathematical Sciences, Vol. 7, 03, no. 09, 5397-5408 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/ams.03.37409 Solution of Non Linear Singular Perturbation Equation Using Hermite Collocation

More information

Double Total Domination in Circulant Graphs 1

Double Total Domination in Circulant Graphs 1 Applied Mathematical Sciences, Vol. 12, 2018, no. 32, 1623-1633 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.811172 Double Total Domination in Circulant Graphs 1 Qin Zhang and Chengye

More information

A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index

A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index International Journal of Mathematical Modelling & Computations Vol. 04, No. 03, Summer 2014, 277-288 A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index

More information

Secure Weakly Convex Domination in Graphs

Secure Weakly Convex Domination in Graphs Applied Mathematical Sciences, Vol 9, 2015, no 3, 143-147 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/1012988/ams2015411992 Secure Weakly Convex Domination in Graphs Rene E Leonida Mathematics Department

More information

Contra θ-c-continuous Functions

Contra θ-c-continuous Functions International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 1, 43-50 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.714 Contra θ-c-continuous Functions C. W. Baker

More information

A Study on Linear and Nonlinear Stiff Problems. Using Single-Term Haar Wavelet Series Technique

A Study on Linear and Nonlinear Stiff Problems. Using Single-Term Haar Wavelet Series Technique Int. Journal of Math. Analysis, Vol. 7, 3, no. 53, 65-636 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ijma.3.3894 A Study on Linear and Nonlinear Stiff Problems Using Single-Term Haar Wavelet Series

More information

Generalized Simpson-like Type Integral Inequalities for Differentiable Convex Functions via Riemann-Liouville Integrals

Generalized Simpson-like Type Integral Inequalities for Differentiable Convex Functions via Riemann-Liouville Integrals International Journal of Mathematical Analysis Vol. 9, 15, no. 16, 755-766 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.1988/ijma.15.534 Generalized Simpson-like Type Integral Ineualities for Differentiable

More information

Double Total Domination on Generalized Petersen Graphs 1

Double Total Domination on Generalized Petersen Graphs 1 Applied Mathematical Sciences, Vol. 11, 2017, no. 19, 905-912 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.7114 Double Total Domination on Generalized Petersen Graphs 1 Chengye Zhao 2

More information