A preconditioned gradient-based iterative method is derived by judicious selection of two auxil- iary matrices. The strategy is based on the Newton’s iteration method and can be regarded as a
generalization of the splitting iterative method for system of linear equations. We analyze the convergence of the method and illustrate that the approach is able to considerably accelerate the convergence of the gradient-based iterative method.
1. Introduction
In this paper, we consider preconditioned iterative methods for solving Sylvester equations of form
()
where A ∈ ℛm×m, B ∈ ℛn×n, and X = [x1 ⋯ x2] ∈ ℛm×n, with m ≫ n generally. A Lyapunov equation is a special case of (1.1) with m = n, B = AT, and C = CT. Such kind of problems frequently arise from many areas of applications in control and system theory [1], stability of linear systems [2], analysis of bilinear systems [3], power systems [4], signal and image processing [5], and so forth.
Throughout the paper, we assume that Sylvester equation (1.1) possess a unique solution, that is,
()
where λ(A) and λ(B) denote the spectra of A and B, respectively [6]. In theory, the exact solution of (1.1) can be computed by “linearization,” that is, by solving an equivalent system of linear equations of form
()
where 𝒜 = In ⊗ A + BT ⊗ Im ∈ ℛmn×mn, with X = [x1, …, xn] ∈ ℛm×n, and ⊗ is the Kronecker product. However, the above direct method requires considerable computational efforts, due to the high dimension of the problem.
For small-to-medium-scale problems of the form (1.1), direct approaches such as Bartels-Stewart method [7, 8] and Hessenberg-Schur method [6, 9] have been the methods of choice. The main idea of these approaches is to transform the original linear system into a structured system that can be solved efficiently by forward or backward substitutions.
In the numerical linear community, iterative methods are becoming more and more popular. Several iterative schemes for Sylvester equations have been proposed; see, for example, [10–15]. Recently, Some gradient based iterative methods [3–5, 16–26] have been investigated for solving general coupled matrix equations and general matrix equations. For Sylvester equations of form (1.1), the gradient based iterative methods use a hierarchical identification principle to compute the approximate solution. The convergence condition of these methods is investigated in [16–18]. It is proved that the gradient based iterative methods are convergent under certain conditions. However, we observe that the convergence speed of the gradient based iterative methods is generally very slow, which is similar to the behavior of classical iterative methods applied to systems of linear equations. In this paper, we consider preconditioning schemes for solving Sylvester equations of form (1.1). We illustrated that the preconditioned gradient based iterative methods can be derived by selecting two auxiliary matrices. The selection of preconditioners is natural from the view point of splitting iteration methods for systems of linear equations. The convergent property of the preconditioned method is proved and the optimal relaxation parameter is derived. The performance of the method is compared with the original method in several examples. Numerical results show that preconditioning is able to considerably speed up the convergence of the gradient based iterative method.
The paper is organized as follows. In Section 2, a gradient based iterative method is recalled, and the preconditioned gradient based method is introduced and analyzed. In Section 3, performance of the preconditioned gradient based method is compared with the unpreconditioned one, and the influence of an iterative parameter is experimentally studied. Finally, we conclude the paper in Section 4.
2. A Brief Review of the Gradient Based Iterative Method
We firstly recall an iterative method proposed by Ding and Chen [18] for solving (1.1). The basic idea is regarding (1.1) as two linear matrix equations:
()
Then define two recursive sequences
()
()
where κ is the iterative step size. The above procedures can be regarded as two separate iterative procedures for solving two matrix equations in (2.1).
With and at hand, then the kth approximate solution Xk can be defined by taking the average of two approximate solutions, that is,
()
By selecting an appropriate initial approximate solution X0, and using Xk−1 to substitute in (2.2) and in (2.3), then the above (2.2)-(2.3) constitute the gradient based iterative method proposed in [18]. It is shown [18] that the gradient based iterative algorithm converges as long as
()
where λmax (AAT) is the largest eigenvalue of AAT.
Suppose xn is an approximate solution for (3.1), for example, f(xn) ≈ 0 (f(xn) ≠ 0). Then it follows that the accuracy of xn can be improved by the following scheme:
()
with λ being a Lagrangian multiplier. It is well known that the optimal value of λ is determined by
()
From the above condition, the Newton′s iteration follows:
()
Now, let us consider a general system of linear equations of form
()
where K ∈ ℛn×n is a general square matrix. Let f(x) = b − Ax, and x0 be an initial approximate solution. Then by one-step Newton′s iteration (3.4), we can theoretically find the exact solution
()
However, the previous procedure has the same difficulty as solving (3.5) by direct inverse.
By utilizing the idea of preconditioning, the iteration formula (3.6) can be rebuilt by replacing K−1 by an approximate matrix M−1. Taking x0 as a starting vector and r0 = b − Ax0, then it follows that
()
which is the preconditioned iterative method. Formula (3.7) can also be derived from the splitting iteration [28] with
()
More generally, a relaxation parameter can be introduced as follows:
()
Recall that Sylvester equations (1.1) can be rewritten as the following two fictitious matrix equations:
()
where E1 = C − XB and E2 = C − AX.
By (3.9),we define preconditioned iterations as follows:
()
()
where M1 and M2 are well-chosen preconditioners for A and B, respectively. The kth approximate solution can be defined by taking the average of two approximate solutions [16, 18], for example,
()
By selecting two initial approximate solutions, the above procedures (3.11)–(3.13) constitute the framework of the Newton′s iteration method.
The above process can be accomplished by the following algorithm.
Algorithm 3.1. Preconditioned gradient based iterative algorithm (PGBI) can be given as follows.
(1)
Give two initial approximate solutions and .
(2)
for k = 1,2, …, until converges
(3)
(4)
(5)
(6)
end.
Remark 3.2. (1) The above algorithm follows the framework of the gradient based iterative method proposed in [16–18]. However, in [16, 18] the matrix is chosen as AT (), and in [17] the matrix is chosen as ATA (). The previous selection of the matrices is obviously not wise. In this paper, we have illustrated that M1 and M2 should be the reasonable preconditioner for A and B, respectively.
(2) Replacing C − AXk−1 − Xk−1B by C − AXk−1B − Xk−1, then the above algorithm can be used to solve generalized Sylvester equation of form
()
We will present an example of form (3.14) in the last section of the paper.
Lemma 3.3 (see [29].)Leting A ∈ ℛn×n, then A is convergent if and only if ρ(A) < 1.
Based on Theorem 3.4 in [18], we have the following theorem.
Theorem 3.4. Suppose Sylvester equation (1.1) has a unique solution X, and
()
then the iterative sequence Xk generated by Algorithm 3.1 converges to X, that is, lim k→∞Xk = X converges to zero for any initial value X(0).
Proof. Since , it follows that
()
Letting Ek = X − Xk and submitting C = AX − XB into the above formula, we have
()
Using X to subtract both sides of the above equation, we have
()
Let vec (X) be defined as the vector formed by stacking the columns of X on the top of one another, that is,
where . Therefore, the iteration is convergent if and only if ρ(I − (κ/2)Φ) < 1, that is,
()
The proof is complete.
Remark 3.5.
The choice of parameter κ is an important issue. We will experimentally study its influence on the convergence. However, the parameter is problem dependent; so seeking a parameter that is suitable for a broad range of problems is a difficult task.
4. Numerical Examples
In the following tests, the parameter κ is set to be
()
in the gradient based iterative method (GBI), and κ is chosen experimentally in the preconditioned gradient based iterative method (PGBI). In all the test, the stopping criterion is set to be 1e − 6. The exact solution is set as X = rand (m, n) + speye (m, n)*2 such that the right hand side C = AX + XB, and the initial approximate solution is set to be X0 = ones (m, n)*1e − 6. The relative error norms are recorded and plotted by Matlab command semilogy [30]. We always choose ILU(0) [31] as the preconditioner. However, other suitable preconditioners can also be adapted.
Example 4.1. The coefficient matrices used in this example are taken from [18]. We outline the matrix for completeness:
()
In the matrices, there is a parameter α which can be used to change the weight of the diagonal entries. The case with α = 3. For κ = 0.1, the behavior of the error norms is recorded in Figure 1(a). From this figure, we can see that the convergence of GBI method tends to slow down after some iteration steps. The PGBI method converges linearly, and much faster than GBI method. In Figure 1(b), the convergence curves with different parameter κ are recorded. For this problem, we can see that the optimal value of κ is very close to 0.5. By comparing the convergence of GBI method, we can see that PGBI is able to converge within 300 iteration steps, whereas GBI needs more than 1000 iteration steps. Therefore, even not with the optimal κ, the convergence of PGBI method is also much faster than that of GBI method.
Comparison of convergence curves using GBI and PGBI (a); the influence of parameter κ on PGBI method (b).
Example 4.2. In this example, we test a problem with B = A, where coefficient matrix A is generated from the discretization of the following two-dimensional Poisson problem:
()
posed on the unit square Ω = 0 ≤ x, y ≤ 1 with Dirichlet boundary conditions
()
Discretizing this problem by the standard second-order finite difference (FE) scheme on a uniform grid with step size h = 1/(m + 1) in each direction, we obtain a coefficient matrix
()
with
()
and d = 2(κ1 + κ2), κ1 = κ2 = 1. By choosing m = 30, we compared the performance of GBI method and the preconditioned GBI method. The convergence curves are recorded in Figure 2(a). Figure 2(b), the influence of parameter κ is investigated. From this figure we can see that the optimal κ is close to 0.4. By comparing the convergence of GBI method, it is easy to see that for a wide range of κ the preconditioned GBI method is much better than GBI method.
Comparison of convergence curves using GBI and PGBI (a); the influence of parameter κ on PGBI method (b).
Example 4.3. In this example, we consider the convection diffusion equation with Dirichlet boundary conditions [32]
()
The equation is discretized by using central finite differences on [0,1] 2, with mesh size h = 1/(m + 1) in the X-direction, and p = 1/(n + 1) in the Y-direction, produces two tridiagonal matrices A and B given by
()
By taking ν = 3, m = 60, and n = 40, we have tested the performance of GBI method and the preconditioned GBI method. The convergence curves are recorded in Figure 3(a). From this figure, we can see that the GBI method converges very slowly and nearly stagnate. The preconditioned GBI method has much better performance. We also investigate the influence of parameter κ on this problem. The convergence behavior with different κ is recorded in Figure 3(b). From this figure, we can see that the parameter becomes very sensitive when it is larger than the optimal value. Therefore, a relative small parameter is more reliable.
Comparison of convergence curves using GBI and PGBI (a); the influence of parameter κ on PGBI method (b).
Example 4.4. In this example, we intend to test the algorithm for solving generalized Sylvester equation (3.14). All the initializations are the same except setting C = AXB + X. The coefficient matrix A has the following structure:
()
and B = A. We set d = 3 in this example. The tested results are shown in Figure 4. The faster convergence behavior is observable from Figure 4(a).
Comparison of convergence curves using GBI and PGBI (a); the influence of parameter κ on PGBI method (b).
5. Conclusions
In this paper, a preconditioned gradient based iteration (PGBI) method is proposed. The convergence of PGBI is analyzed. The choice of parameter κ is an important issue, and its influence is experimentally studied. The principle idea of this paper can be extended to the more general setting like coupled Sylvester matrix equations.
Acknowledgment
This work is supported by NSF no. 11101204, and XJTLU RDF.
1Bhatia R. and
Rosenthal P., How and why to solve the operator equation AX − XB = Y, The Bulletin of the London Mathematical Society. (1997) 29, no. 1, 1–21, https://doi.org/10.1112/S0024609396001828, 1416400, ZBL0909.47011.
3Xie L.,
Liu Y. J., and
Yang H.-Z., Gradient based and least squares based iterative algorithms for matrix equations AXB + CXTD = F, Applied Mathematics and Computation. (2010) 217, no. 5, 2191–2199, https://doi.org/10.1016/j.amc.2010.07.019, 2727965, ZBL1210.65097.
4Xie L.,
Ding J., and
Ding F., Gradient based iterative solutions for general linear matrix equations, Computers & Mathematics with Applications. (2009) 58, no. 7, 1441–1448, https://doi.org/10.1016/j.camwa.2009.06.047, 2555281, ZBL1189.65083.
5Ding J.,
Liu Y. J., and
Ding F., Iterative solutions to matrix equations of the form AiXBi = Fi, Computers & Mathematics with Applications. (2010) 59, no. 11, 3500–3507, https://doi.org/10.1016/j.camwa.2010.03.041, 2646321, ZBL1197.15009.
6Golub G. H.,
Nash S., and
Van Loan C., A Hessenberg-Schur method for the problem AX − XB = C, IEEE Transactions on Automatic Control. (1979) 24, no. 6, 909–913, https://doi.org/10.1109/TAC.1979.1102170, 566448, ZBL0421.65022.
8Sorensen D. C. and
Zhou Y. K., Direct methods for matrix Sylvester and Lyapunov equations, Journal of Applied Mathematics. (2003) 2003, no. 6, 277–303, https://doi.org/10.1155/S1110757X03212055, 2036973, ZBL1028.65039.
9Enright W. H., Improving the efficiency of matrix operations in the numerical solution of stiff ordinary differential equations, ACM Transactions on Mathematical Software. (1978) 4, no. 2, 127–136, 0483482, https://doi.org/10.1145/355780.355784, ZBL0382.65029.
10Calvetti D. and
Reichel L., Application of ADI iterative methods to the restoration of noisy images, SIAM Journal on Matrix Analysis and Applications. (1996) 17, no. 1, 165–186, https://doi.org/10.1137/S0895479894273687, 1372929, ZBL0849.65101.
11Hu D. Y. and
Reichel L., Krylov-subspace methods for the Sylvester equation, Linear Algebra and Its Applications. (1992) 172, no. 15, 283–313, https://doi.org/10.1016/0024%2D3795(92)90031%2D5, 1168508, ZBL0777.65028.
14Niu Q.,
Wang X., and
Lu L.-Z., A relaxed gradient based algorithm for solving Sylvester equations, Asian Journal of Control. (2011) 13, no. 3, 461–464, https://doi.org/10.1002/asjc.328, 2830148.
16Ding F. and
Chen T., On iterative solutions of general coupled matrix equations, SIAM Journal on Control and Optimization. (2006) 44, no. 6, 2269–2284, https://doi.org/10.1137/S0363012904441350, 2248183, ZBL1115.65035.
17Ding F. and
Chen T., Iterative least-squares solutions of coupled Sylvester matrix equations, Systems & Control Letters. (2005) 54, no. 2, 95–107, https://doi.org/10.1016/j.sysconle.2004.06.008, 2109576, ZBL1129.65306.
18Ding F. and
Chen T., Gradient based iterative algorithms for solving a class of matrix equations, IEEE Transactions on Automatic Control. (2005) 50, no. 8, 1216–1221, https://doi.org/10.1109/TAC.2005.852558, 2156053.
19Ding F.,
Liu P. X., and
Ding J., Iterative solutions of the generalized Sylvester matrix equations by using the hierarchical identification principle, Applied Mathematics and Computation. (2008) 197, no. 1, 41–50, https://doi.org/10.1016/j.amc.2007.07.040, 2396289, ZBL1143.65035.
21Ding F. and
Chen T., Gradient and least-squares based identification methods for OE and OEMA systems, Digital Signal Processing. (2010) 20, no. 3, 664–677.
23Liu Y. J.,
Xiao Y. S., and
Zhao X. L., Multi-innovation stochastic gradient algorithm for multiple-input single-output systems using the auxiliary model, Applied Mathematics and Computation. (2009) 215, no. 4, 1477–1483, https://doi.org/10.1016/j.amc.2009.07.012, 2571635, ZBL1177.65095.
25Ding F. and
Chen T. W., Performance analysis of multi-innovation gradient type identification methods, Automatica. (2007) 43, no. 1, 1–14, https://doi.org/10.1016/j.automatica.2006.07.024, 2266765, ZBL1140.93488.
26Ding F.,
Liu Y. J., and
Bao B., Gradient based and least squares based iterative estimation algorithms for multi-input multi-output systems, Proceedings of the Institution of Mechanical Engineers, Part I: Journal of Systems and Control Engineering. (2012) 226, no. 1, 43–55.
27Waziri M. Y.,
Leong W. J., and
Mamat M., A two-step matrix-free secant method for solving large-scale systems of nonlinear equations, Journal of Applied Mathematics. (2012) 2012, 9, 348654, https://doi.org/10.1155/2012/348654.
32Bouhamidi A. and
Jbilou K., A note on the numerical approximate solutions for generalized Sylvester matrix equations with applications, Applied Mathematics and Computation. (2008) 206, no. 2, 687–694, https://doi.org/10.1016/j.amc.2008.09.022, 2483041, ZBL1162.65019.
Please check your email for instructions on resetting your password.
If you do not receive an email within 10 minutes, your email address may not be registered,
and you may need to create a new Wiley Online Library account.
Request Username
Can't sign in? Forgot your username?
Enter your email address below and we will send you your username
If the address matches an existing account you will receive an email with instructions to retrieve your username
The full text of this article hosted at iucr.org is unavailable due to technical difficulties.