Abstract
As an effective and possible method for computing PageRank problem, the inner-outer (IO) iteration has attracted wide interest in the past few years since it was first proposed by Gleich et al. (2010). In this paper, we present a variant of the IO iteration, which is based on multi-step power and multi-step splitting and is denoted by MPMIO. The description and convergence are discussed in detail. Numerical examples are given to illustrate the effectiveness of the proposed method.
1 Introduction
With the fast development of the Internet, web search engines have become one of the most important Internet tools for information retrieval. How to list the relevant web pages plays a significant role in this filed. Among thousands of search engines, Google is one of the most popular and successful. And this is mainly attributed to its effective algorithm, PageRank.
PageRank, a link-based algorithm formulated by Page et al. [1], gives a rank list of importance of pages related to user’s query terms. The hyperlink structure of the web can be viewed as a direct graph and modeled by a Markov chain:
where
Given the huge size and density of the Google matrices, computing PageRank is faced with the big challenge of computational resources, and only a small set of computational tools can come in handy. The power method was first considered to compute the PageRank for its stable and reliable performances. However, when the largest eigenvalue of matrix A is not separated well from the second one, the power method costs more and works less well. Some accelerated techniques have been proposed to speed up its convergence, such as vector extrapolation [5,6,7,8], Arnoldi-type [9,10], aggregation/disaggregation [11], lumping [12,13], adaptive methods [4,14] and inner-outer (IO) iteration methods [15,16,17,18,19,20].
Recently, researchers have focused on the PageRank’s linear system and the corresponding iterative methods have raised concerns [3,15,16,17,20]. Gleich et al. [15] proposed an IO iteration method, which is implemented by solving a linear system with a lower damping factor and similar algebraic structure to the original one, and Gu et al. [17] put forward an improved algorithm, i.e., the power-inner-outer (PIO) iteration. In this paper, we proposed a variant of the IO(PIO) iteration by applying multi-step power and multi-step splitting to combine with the IO iteration to accelerate the computation of PageRank.
The remainder of this paper is structured as follows. In Section 2, we briefly provide the mechanism of the IO iteration for PageRank problem. In Section 3, we introduce the proposed algorithm and investigate the convergence properties in detail. Numerical examples are given to illustrate the effectiveness of the method in Section 4. Finally, some conclusions are drawn in Section 5.
2 The IO(PIO) iteration
In this section, we begin by briefly introducing the derivation of the IO iteration by Gleich et al. [15]. Recalling
As you know, there is a general agreement that the smaller the damping factor is the easier it is to solve the original PageRank problem. In light of this, Gleich et al. [15] reformulated (2) as
Then they have the following outer stationary iteration:
where
Setting the right-hand side of (4) as
the inner linear system is defined as
which is computed by the inner iteration
where
and
where the parameters
Based on the above discussion, a basic IO iterative algorithm for PageRank problem has been proposed in [15] and its convergence has also been analyzed therein.
From (2) and by the power method, Gu et al. [17] obtained the Richardson iteration
and then they proposed the PIO iteration as follows:
where
Theorem 2.1
[17] The iteration matrix
and the modulus of its eigenvalues is bounded by
Therefore, the spectral radius satisfies
Theorem 2.2
[17] Suppose the second iteration of the PIO iteration is exact and
and
3 The multi-power and multi-splitting IO iteration for PageRank
3.1 The MPMIO iteration
It is not hard to find that the first step of PIO iteration (9) is the classical power method. In this way, the PIO iteration can be understood as the combination of one-step power method and IO iteration. It inspires us to expand the IO(PIO) iteration to more efficient methods. First, we consider the multi-step power method with the IO iteration. Then on the second iteration of (9), we consider the multi-step splitting iteration. Hence, the corresponding variant of the IO(PIO) algorithm, MPMIO, can be proposed. Section 4 is about the details, and the convergence properties are described in Section 3.2.
Given an initial guess
where
Now, by introducing two parameters
Taken together, the proposed multi-power and multi-splitting IO iteration can be shown below.
Multi-power and multi-splitting IO iteration. Given an initial guess
until the sequence
The first m-step power iterations of (16) can be implemented easily and the IO iteration can be used for the second stage. Setting the right-hand side of the splitting iteration of (16) as
we get the first inner iteration
Then we assign
where we take
Now we switch to the first m-step power method and repeat the procedure until the desired PageRank vector is obtained. For the whole iteration, we stop the outer iteration if
is satisfied, and use
for the inner iteration stopping criterion. Now the main algorithm of this paper is shown in Algorithm 1.
Algorithm 1
(MPMIO)
Input: P,
|
|
Output: x | |
1. |
|
2. |
|
3. | while
|
4. | for
|
5. |
|
6. |
|
7. | end for |
8. |
|
9. |
|
10. |
|
11. | repeat |
12. |
|
13. |
|
14. | until
|
15. | end while |
16. |
|
Lines 1 and 2 of Algorithm 1 initialize
3.2 Convergence analysis of the MPMIO iteration
In this subsection, we devote to the convergence properties of our new algorithm and pay particular attention to its superiority over the power method, IO iteration and PIO iteration, respectively.
Return to (16) and substitute the first iteration
Keep going and until the last step of the power method, i.e.,
At the same time, by introducing two parameters
Substituting
Hence, the iteration matrix of (16) is
Thus, we obtain the following theoretical results for convergence property of the MPMIO iteration (16).
Theorem 3.1
The iteration matrix
Meanwhile, the spectral radius satisfies
In other words, the MPMIO iteration converges to the unique solution
Proof
The first part of Theorem 3.1 has been proved. Suppose
is an eigenvalue of the iteration matrix
with equality holding for
Remark 3.1
Back to the right-hand side of (25), and given that
where
Theorem 3.2
Suppose the last splitting iteration of the MPMIO is solved exactly and
and
Proof
By definition, we have
Subtracting (30) from (23), we have
where
Taking 1-norms and using the triangular inequality, we obtain
Since the matrix P is column stochastic, it holds that
and
The inequality of (28) follows from (32), (33) and (34).
Setting (23) for step k, subtracting it from (23) and taking norms in the same way like (32), we can easily derive (29).□
Remark 3.2
Denote the contraction factor by
it is easy to see that
where
Thus, we can deduce that the MPMIO iteration may converge faster than that of the single parameter
Remark 3.3
It is easy to prove that
4 Numerical experiments
In this section, we carry out some numerical examples to test the effectiveness of the MPMIO iteration and compare it with the power method, the IO iteration and the PIO iteration. All the numerical results are obtained by using MATLAB9.7.0(R2019b) on a PC with 3.97 GHz Inter(R)Core(TM)i7 processor with 8GB RAM.
For the sake of justice, we take the same initial guess
The Web matrices are listed in Table 1, where “nnz” denotes the number of nonzero elements and “avg nnz per row” denotes the average number of nonzero elements per row. For convenience, in all the tables to follow we have abbreviated the power method, the inner-outer iteration method, the PIO iteration method and our MPMIO iteration method as Power, IO, PIO, MPMIO, respectively. We denote by “ite” the iteration counts, “mv” the number of matrix-vector products and by “CPU” the CPU time used in seconds.
Web matrices for PageRank problems
Name | Size | nnz | Avg nnz per row |
---|---|---|---|
Amazon0505 | 410,236 | 3,356,824 | 19.9 |
Stanford-Berkeley | 683,446 | 7,583,376 | 11.1 |
Web-Google | 916,428 | 5,105,039 | 5.6 |
Wikipedia-20051105 | 1,634,989 | 19,753,078 | 12.1 |
Numerical results for Example 1 with
Method | alpha = 0.85 | alpha = 0.90 | alpha = 0.95 | alpha = 0.99 | ||||
---|---|---|---|---|---|---|---|---|
ite (mv) | CPU | ite (mv) | CPU | ite (mv) | CPU | ite (mv) | CPU | |
Power | 81 (81) | 0.514029 | 122 (122) | 0.730376 | 238 (238) | 1.430304 | 1,043 (1,043) | 6.436183 |
IO | 77 (84) | 0.577852 | 118 (126) | 0.888501 | 233 (244) | 1.753881 | 1,032 (1,047) | 7.334066 |
PIO | 39 (82) | 0.492393 | 60 (125) | 0.733401 | 118 (243) | 1.421175 | 517 (1,044) | 5.876933 |
MPMIO (0.5,0.4) | 12 (85) | 0.429520 | 18 (127) | 0.630644 | 34 (240) | 1.192104 | 149 (1,045) | 5.381957 |
MPMIO (0.5,0.5) | 12 (85) | 0.439055 | 18 (128) | 0.662717 | 34 (240) | 1.221052 | 148 (1,040) | 5.294960 |
MPMIO (0.6,0.4) | 12 (85) | 0.433683 | 18 (127) | 0.634136 | 34 (240) | 1.183174 | 149 (1,045) | 5.342428 |
MPMIO (0.6,0.5) | 12 (85) | 0.436202 | 18 (128) | 0.635568 | 34 (240) | 1.189355 | 148 (1,040) | 5.312114 |
MPMIO (0.7,0.4) | 12 (85) | 0.430336 | 18 (127) | 0.642486 | 34 (240) | 1.188378 | 149 (1,045) | 5.301542 |
MPMIO (0.7,0.5) | 12 (85) | 0.440045 | 18 (128) | 0.657614 | 34 (240) | 1.239790 | 148 (1,040) | 5.336923 |
MPMIO (0.7,0.6) | 12 (85) | 0.434616 | 18 (128) | 0.658883 | 34 (241) | 1.233188 | 148 (1,040) | 5.310513 |
MPMIO (0.8,0.5) | 12 (85) | 0.429087 | 18 (128) | 0.652059 | 34 (240) | 1.215909 | 148 (1,040) | 5.319561 |
MPMIO (0.8,0.6) | 12 (85) | 0.430386 | 18 (128) | 0.644962 | 34 (241) | 1.222724 | 148 (1,040) | 5.267550 |
MPMIO (0.8,0.7) | 12 (86) | 0.428920 | 17 (122) | 0.620944 | 34 (241) | 1.226266 | 148 (1,041) | 5.345917 |
Numerical results for Example 2 with
Method | alpha = 0.85 | alpha = 0.90 | alpha = 0.95 | alpha = 0.99 | ||||
---|---|---|---|---|---|---|---|---|
ite (mv) | CPU | ite (mv) | CPU | ite (mv) | CPU | ite (mv) | CPU | |
Power | 91 (91) | 1.025699 | 138 (138) | 1.506846 | 277 (277) | 3.041634 | 1,341 (1,341) | 14.958891 |
IO | 76 (85) | 1.116774 | 115 (126) | 1.622780 | 225 (238) | 3.112812 | 1,024 (1,041) | 14.065285 |
PIO | 39 (83) | 0.913716 | 58 (123) | 1.331178 | 114 (236) | 2.566159 | 513 (1,038) | 11.338970 |
MPMIO (m = 2) | 22 (91) | 0.902490 | 30 (125) | 1.243692 | 58 (237) | 2.350283 | 257 (1,035) | 10.291378 |
MPMIO (m = 3) | 18 (93) | 0.890123 | 24 (124) | 1.200560 | 46 (235) | 2.289176 | 206 (1,037) | 10.301479 |
MPMIO (m = 5) | 12 (86) | 0.816488 | 19 (136) | 1.291546 | 33 (235) | 2.245291 | 148 (1,041) | 10.003695 |
MPMIO (m = 10) | 8 (97) | 0.881731 | 10 (122) | 1.112733 | 22 (267) | 2.454582 | 86 (1,036) | 9.521987 |
MPMIO (m = 20) | 5 (111) | 0.979710 | 7 (155) | 1.382064 | 13 (287) | 2.558793 | 58 (1,279) | 11.093444 |
MPMIO (m = 50) | 2 (105) | 0.900378 | 3 (157) | 1.359985 | 6 (313) | 2.740545 | 26 (1,353) | 11.957493 |
Example 1
This example aims at discussing some of the options for parameters
It is easy to see that MPMIO performs the best both in terms of iteration numbers and CPU time. As for the matrix-vector products, they are approximately equal and with the increase in
Example 2
In this example, we examine the performance of the four methods for PageRank with various values of m. The test matrix is the Stanford-Berkeley Web matrix. Numerical results are listed in Table 3.
From Table 3, we find that among the four methods, MPMIO outperforms the other three methods, i.e., Power, IO, PIO, especially in iteration counts and CPU time. Meanwhile, we can find that the performance of MPMIO is sensitive to the choice of m. For example, when m takes a small value MPMIO is outstanding but when m takes a big value, like 20 or 50, the performance of MPMIO is barely satisfactory. Then, based on other similar observations of test matrices, we tend to choose a modest value of m, i.e.,
Example 3
In this example, we give a comprehensive investigation into the performance of MPMIO. We choose empirically the parameters as
Numerical results are given in Table 4.
This example shows that our proposed algorithm MPMIO can reduce the number of matrix-vector products obviously and is proved to be efficient. Based on the CPU time, MPMIO iteration performs the best for each test PageRank problem. When
Numerical results for Example 3 with
Tol | Web matrix | mv | CPU | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Power | IO | PIO | MPMIO | Power | IO | PIO | MPMIO | Speedup | ||
|
Amazon0505 | 283 | 291 | 288 | 243 | 1.906843 | 1.979214 | 1.940777 | 1.559590 | 1.27 (1.24) |
Stanford-Berkeley | 473 | 260 | 258 | 220 | 5.106515 | 3.266863 | 2.748681 | 2.371718 | 1.38 (1.16) | |
Web-Google | 489 | 304 | 303 | 261 | 10.132581 | 6.862155 | 5.917642 | 5.195980 | 1.32 (1.14) | |
Wikipedia20051105 | 42 | 44 | 43 | 37 | 2.890107 | 3.146707 | 2.877156 | 2.810747 | 1.12 (1.02) | |
|
Amazon0505 | 652 | 659 | 656 | 561 | 4.127204 | 4.772426 | 4.057435 | 3.375080 | 1.41 (1.20) |
Stanford-Berkeley | 902 | 631 | 628 | 538 | 10.429152 | 8.750668 | 7.169710 | 6.206567 | 1.41 (1.16) | |
Web-Google | 942 | 636 | 635 | 549 | 18.705083 | 14.338529 | 12.547242 | 11.190281 | 1.28 (1.12) | |
Wikipedia20051105 | 390 | 342 | 341 | 295 | 26.986150 | 25.628100 | 23.665184 | 22.695913 | 1.13 (1.04) | |
|
Amazon0505 | 1,043 | 1,047 | 1,044 | 891 | 6.608148 | 7.811836 | 6.310431 | 5.269707 | 1.48 (1.20) |
Stanford-Berkeley | 1,341 | 1,041 | 1,038 | 892 | 14.471853 | 13.509255 | 10.938215 | 9.651750 | 1.40 (1.13) | |
Web-Google | 1,399 | 991 | 993 | 867 | 27.265529 | 22.284097 | 19.162797 | 17.304339 | 1.29 (1.11) | |
Wikipedia20051105 | 847 | 799 | 799 | 691 | 59.130899 | 59.895641 | 55.289397 | 53.219597 | 1.13 (1.04) |

Convergence of the computation for the four Web matrix.
5 Conclusions
In this paper, we have improved the IO iteration for accelerating PageRank computation by introducing multi-step power and multi-step splitting. Our algorithm can be implemented easily, and theoretical results show its efficiency. Numerical experiments on several PageRank problems have indicated that the new algorithm is superior to the power method and the IO iteration methods, IO and PIO. At the same time, we have also realized that the new algorithm is parameter-dependent and appropriate choice of parameters can be made in our experiments. It is meaningful to explore how to determine the optimal parameters for our algorithm and may be included in the future work.
Acknowledgments
This research was supported by the Key Fund Project of Sichuan Provincial Department of Education (17za0003).
References
[1] L. Page, S. Brin, R. Motwani, and T. Winograd, The PageRank Citation Ranking: Bringing Order to the Web, Technical Report, Stanford InfoLab, 1999.Search in Google Scholar
[2] A. N. Langville and C. D. Meyer, Deeper inside PageRank, Internet Math. 1 (2004), no. 3, 335–380, https://doi.org/10.1080/15427951.2004.10129091.10.1080/15427951.2004.10129091Search in Google Scholar
[3] A. N. Langville and C. D. Meyer, Google’s PageRank and Beyond: The Science of Search Engine Rankings, Princeton University Press, Princeton, NJ, 2012.Search in Google Scholar
[4] P. Berkhin, A survey on PageRank computing, Internet Math. 2 (2005), no. 1, 73–120, https://doi.org/10.1080/15427951.2005.10129098.10.1080/15427951.2005.10129098Search in Google Scholar
[5] S. D. Kamvar, T. H. Haveliwala, C. D. Manning, and G. H. Golub, Extrapolation methods for accelerating PageRank computations, in: WWW ‘03 – Proceedings of the 12th International Conference on World Wide Web, Association for Computing Machinery, New York, NY, USA, 2003, pp. 261–270.10.1145/775152.775190Search in Google Scholar
[6] A. Sidi, Vector extrapolation methods with applications to solution of large systems of equations and to PageRank computations, Comput. Math. Appl. 56 (2008), no. 1, 1–24, https://doi.org/10.1016/j.camwa.2007.11.027.10.1016/j.camwa.2007.11.027Search in Google Scholar
[7] B. Y. Pu, T. Z. Huang and C. Wen, A preconditioned and extrapolation-accelerated GMRES method for PageRank, Appl. Math. Lett. 37 (2014), 95–100, https://doi.org/10.1016/j.aml.2014.05.017.10.1016/j.aml.2014.05.017Search in Google Scholar
[8] H. Migallon, V. Migallon, J. A. Palomino, and J. Penades, A heuristic relaxed extrapolated algorithm for accelerating PageRank, Adv. Eng. Softw. 120 (2018), 88–95, https://doi.org/10.1016/j.advengsoft.2016.01.024.10.1016/j.advengsoft.2016.01.024Search in Google Scholar
[9] X. Tan, A new extrapolation method for PageRank computations, J. Comput. Appl. Math. 313 (2017), 383–392, https://doi.org/10.1016/j.cam.2016.08.034.10.1016/j.cam.2016.08.034Search in Google Scholar
[10] G. Wu and Y. Wei, An Arnoldi-extrapolation algorithm for computing PageRank, J. Comput. Appl. Math. 234 (2010), no. 11, 3196–3212, https://doi.org/10.1016/j.cam.2010.02.009.10.1016/j.cam.2010.02.009Search in Google Scholar
[11] H. De Sterck, T. A. Manteuffel, S. F. McCormick, Q. Nguyen, and J. Ruge, Multilevel adaptive aggregation for Markov chains, with application to web ranking, SIAM J. Sci. Comput. 30 (2008), no. 5, 2235–2262, https://doi.org/10.1137/070685142.10.1137/070685142Search in Google Scholar
[12] Y. Lin, X. Shi, and Y. Wei, On computing PageRank via lumping the Google matrix, J. Comput. Appl. Math. 224 (2009), no. 2, 702–708, https://doi.org/10.1016/j.cam.2008.06.003.10.1016/j.cam.2008.06.003Search in Google Scholar
[13] I. R. Mendes and P. B. Vasconcelos, PageRank computation with MAAOR and lumping methods, Math. Comput. Sci. 12 (2018), no. 2, 129–141, https://doi.org/10.1007/s11786-018-0335-7.10.1007/s11786-018-0335-7Search in Google Scholar
[14] S. Kamvar, T. Haveliwala, and G. Golub, Adaptive methods for the computation of PageRank, Linear Algebra Appl. 386 (2004), 51–65, https://doi.org/10.1016/j.laa.2003.12.008.10.1016/j.laa.2003.12.008Search in Google Scholar
[15] D. Gleich, A. Gray, C. Greif, and T. Lau, An inner-outer iteration for computing PageRank, SIAM J. Sci. Comput. 32 (2010), 349–371, https://doi.org/10.1137/080727397.10.1137/080727397Search in Google Scholar
[16] Z. Z. Bai, On convergence of the inner-outer iteration method for computing PageRank, Numer. Algebra Control Optim. 2 (2012), no. 4, 855–862, https://doi.org/10.3934/naco.2012.2.855.10.3934/naco.2012.2.855Search in Google Scholar
[17] C. Gu, F. Xie, and K. Zhang, A two-step matrix splitting iteration for computing PageRank, J. Comput. Appl. Math. 278 (2015), 19–28, https://doi.org/10.1016/j.cam.2014.09.022.10.1016/j.cam.2014.09.022Search in Google Scholar
[18] C. Gu and W. Wang, An Arnoldi-Inout algorithm for computing PageRank problems, J. Comput. Appl. Math. 309 (2017), 219–229, https://doi.org/10.1016/j.cam.2016.05.026.10.1016/j.cam.2016.05.026Search in Google Scholar
[19] Y. J. Xie and C. F. Ma, A relaxed two-step splitting iteration method for computing PageRank, Comp. Appl. Math. 37 (2018), 221–233, https://doi.org/10.1007/S40314-016-0338-4.10.1007/s40314-016-0338-4Search in Google Scholar
[20] Z. Tian, Y. Liu, Y. Zhang, Z. Liu, and M. Tian, The general inner-outer iteration method based on regular splittings for the PageRank problem, Appl. Math. Comput. 356 (2019), 479–501, https://doi.org/10.1016/j.amc.2019.02.066.10.1016/j.amc.2019.02.066Search in Google Scholar
[21] R. S. Wills and I. C. F. Ipsen, Ordinal ranking for Google’s PageRank, SIAM J. Matrix Anal. Appl. 30 (2009), no. 4, 1677–1696, https://doi.org/10.1137/070698129.10.1137/070698129Search in Google Scholar
© 2020 Bing-Yuan Pu et al., published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Articles
- Non-occurrence of the Lavrentiev phenomenon for a class of convex nonautonomous Lagrangians
- Strong and weak convergence of Ishikawa iterations for best proximity pairs
- Curve and surface construction based on the generalized toric-Bernstein basis functions
- The non-negative spectrum of a digraph
- Bounds on F-index of tricyclic graphs with fixed pendant vertices
- Crank-Nicolson orthogonal spline collocation method combined with WSGI difference scheme for the two-dimensional time-fractional diffusion-wave equation
- Hardy’s inequalities and integral operators on Herz-Morrey spaces
- The 2-pebbling property of squares of paths and Graham’s conjecture
- Existence conditions for periodic solutions of second-order neutral delay differential equations with piecewise constant arguments
- Orthogonal polynomials for exponential weights x2α(1 – x2)2ρe–2Q(x) on [0, 1)
- Rough sets based on fuzzy ideals in distributive lattices
- On more general forms of proportional fractional operators
- The hyperbolic polygons of type (ϵ, n) and Möbius transformations
- Tripled best proximity point in complete metric spaces
- Metric completions, the Heine-Borel property, and approachability
- Functional identities on upper triangular matrix rings
- Uniqueness on entire functions and their nth order exact differences with two shared values
- The adaptive finite element method for the Steklov eigenvalue problem in inverse scattering
- Existence of a common solution to systems of integral equations via fixed point results
- Fixed point results for multivalued mappings of Ćirić type via F-contractions on quasi metric spaces
- Some inequalities on the spectral radius of nonnegative tensors
- Some results in cone metric spaces with applications in homotopy theory
- On the Malcev products of some classes of epigroups, I
- Self-injectivity of semigroup algebras
- Cauchy matrix and Liouville formula of quaternion impulsive dynamic equations on time scales
- On the symmetrized s-divergence
- On multivalued Suzuki-type θ-contractions and related applications
- Approximation operators based on preconcepts
- Two types of hypergeometric degenerate Cauchy numbers
- The molecular characterization of anisotropic Herz-type Hardy spaces with two variable exponents
- Discussions on the almost 𝒵-contraction
- On a predator-prey system interaction under fluctuating water level with nonselective harvesting
- On split involutive regular BiHom-Lie superalgebras
- Weighted CBMO estimates for commutators of matrix Hausdorff operator on the Heisenberg group
- Inverse Sturm-Liouville problem with analytical functions in the boundary condition
- The L-ordered L-semihypergroups
- Global structure of sign-changing solutions for discrete Dirichlet problems
- Analysis of F-contractions in function weighted metric spaces with an application
- On finite dual Cayley graphs
- Left and right inverse eigenpairs problem with a submatrix constraint for the generalized centrosymmetric matrix
- Controllability of fractional stochastic evolution equations with nonlocal conditions and noncompact semigroups
- Levinson-type inequalities via new Green functions and Montgomery identity
- The core inverse and constrained matrix approximation problem
- A pair of equations in unlike powers of primes and powers of 2
- Miscellaneous equalities for idempotent matrices with applications
- B-maximal commutators, commutators of B-singular integral operators and B-Riesz potentials on B-Morrey spaces
- Rate of convergence of uniform transport processes to a Brownian sheet
- Curves in the Lorentz-Minkowski plane with curvature depending on their position
- Sequential change-point detection in a multinomial logistic regression model
- Tiny zero-sum sequences over some special groups
- A boundedness result for Marcinkiewicz integral operator
- On a functional equation that has the quadratic-multiplicative property
- The spectrum generated by s-numbers and pre-quasi normed Orlicz-Cesáro mean sequence spaces
- Positive coincidence points for a class of nonlinear operators and their applications to matrix equations
- Asymptotic relations for the products of elements of some positive sequences
- Jordan {g,h}-derivations on triangular algebras
- A systolic inequality with remainder in the real projective plane
- A new characterization of L2(p2)
- Nonlinear boundary value problems for mixed-type fractional equations and Ulam-Hyers stability
- Asymptotic normality and mean consistency of LS estimators in the errors-in-variables model with dependent errors
- Some non-commuting solutions of the Yang-Baxter-like matrix equation
- General (p,q)-mixed projection bodies
- An extension of the method of brackets. Part 2
- A new approach in the context of ordered incomplete partial b-metric spaces
- Sharper existence and uniqueness results for solutions to fourth-order boundary value problems and elastic beam analysis
- Remark on subgroup intersection graph of finite abelian groups
- Detectable sensation of a stochastic smoking model
- Almost Kenmotsu 3-h-manifolds with transversely Killing-type Ricci operators
- Some inequalities for star duality of the radial Blaschke-Minkowski homomorphisms
- Results on nonlocal stochastic integro-differential equations driven by a fractional Brownian motion
- On surrounding quasi-contractions on non-triangular metric spaces
- SEMT valuation and strength of subdivided star of K 1,4
- Weak solutions and optimal controls of stochastic fractional reaction-diffusion systems
- Gradient estimates for a weighted nonlinear parabolic equation and applications
- On the equivalence of three-dimensional differential systems
- Free nonunitary Rota-Baxter family algebras and typed leaf-spaced decorated planar rooted forests
- The prime and maximal spectra and the reticulation of residuated lattices with applications to De Morgan residuated lattices
- Explicit determinantal formula for a class of banded matrices
- Dynamics of a diffusive delayed competition and cooperation system
- Error term of the mean value theorem for binary Egyptian fractions
- The integral part of a nonlinear form with a square, a cube and a biquadrate
- Meromorphic solutions of certain nonlinear difference equations
- Characterizations for the potential operators on Carleson curves in local generalized Morrey spaces
- Some integral curves with a new frame
- Meromorphic exact solutions of the (2 + 1)-dimensional generalized Calogero-Bogoyavlenskii-Schiff equation
- Towards a homological generalization of the direct summand theorem
- A standard form in (some) free fields: How to construct minimal linear representations
- On the determination of the number of positive and negative polynomial zeros and their isolation
- Perturbation of the one-dimensional time-independent Schrödinger equation with a rectangular potential barrier
- Simply connected topological spaces of weighted composition operators
- Generalized derivatives and optimization problems for n-dimensional fuzzy-number-valued functions
- A study of uniformities on the space of uniformly continuous mappings
- The strong nil-cleanness of semigroup rings
- On an equivalence between regular ordered Γ-semigroups and regular ordered semigroups
- Evolution of the first eigenvalue of the Laplace operator and the p-Laplace operator under a forced mean curvature flow
- Noetherian properties in composite generalized power series rings
- Inequalities for the generalized trigonometric and hyperbolic functions
- Blow-up analyses in nonlocal reaction diffusion equations with time-dependent coefficients under Neumann boundary conditions
- A new characterization of a proper type B semigroup
- Constructions of pseudorandom binary lattices using cyclotomic classes in finite fields
- Estimates of entropy numbers in probabilistic setting
- Ramsey numbers of partial order graphs (comparability graphs) and implications in ring theory
- S-shaped connected component of positive solutions for second-order discrete Neumann boundary value problems
- The logarithmic mean of two convex functionals
- A modified Tikhonov regularization method based on Hermite expansion for solving the Cauchy problem of the Laplace equation
- Approximation properties of tensor norms and operator ideals for Banach spaces
- A multi-power and multi-splitting inner-outer iteration for PageRank computation
- The edge-regular complete maps
- Ramanujan’s function k(τ)=r(τ)r2(2τ) and its modularity
- Finite groups with some weakly pronormal subgroups
- A new refinement of Jensen’s inequality with applications in information theory
- Skew-symmetric and essentially unitary operators via Berezin symbols
- The limit Riemann solutions to nonisentropic Chaplygin Euler equations
- On singularities of real algebraic sets and applications to kinematics
- Results on analytic functions defined by Laplace-Stieltjes transforms with perfect ϕ-type
- New (p, q)-estimates for different types of integral inequalities via (α, m)-convex mappings
- Boundary value problems of Hilfer-type fractional integro-differential equations and inclusions with nonlocal integro-multipoint boundary conditions
- Boundary layer analysis for a 2-D Keller-Segel model
- On some extensions of Gauss’ work and applications
- A study on strongly convex hyper S-subposets in hyper S-posets
- On the Gevrey ultradifferentiability of weak solutions of an abstract evolution equation with a scalar type spectral operator on the real axis
- Special Issue on Graph Theory (GWGT 2019), Part II
- On applications of bipartite graph associated with algebraic structures
- Further new results on strong resolving partitions for graphs
- The second out-neighborhood for local tournaments
- On the N-spectrum of oriented graphs
- The H-force sets of the graphs satisfying the condition of Ore’s theorem
- Bipartite graphs with close domination and k-domination numbers
- On the sandpile model of modified wheels II
- Connected even factors in k-tree
- On triangular matroids induced by n3-configurations
- The domination number of round digraphs
- Special Issue on Variational/Hemivariational Inequalities
- A new blow-up criterion for the N – abc family of Camassa-Holm type equation with both dissipation and dispersion
- On the finite approximate controllability for Hilfer fractional evolution systems with nonlocal conditions
- On the well-posedness of differential quasi-variational-hemivariational inequalities
- An efficient approach for the numerical solution of fifth-order KdV equations
- Generalized fractional integral inequalities of Hermite-Hadamard-type for a convex function
- Karush-Kuhn-Tucker optimality conditions for a class of robust optimization problems with an interval-valued objective function
- An equivalent quasinorm for the Lipschitz space of noncommutative martingales
- Optimal control of a viscous generalized θ-type dispersive equation with weak dissipation
- Special Issue on Problems, Methods and Applications of Nonlinear analysis
- Generalized Picone inequalities and their applications to (p,q)-Laplace equations
- Positive solutions for parametric (p(z),q(z))-equations
- Revisiting the sub- and super-solution method for the classical radial solutions of the mean curvature equation
- (p,Q) systems with critical singular exponential nonlinearities in the Heisenberg group
- Quasilinear Dirichlet problems with competing operators and convection
- Hyers-Ulam-Rassias stability of (m, n)-Jordan derivations
- Special Issue on Evolution Equations, Theory and Applications
- Instantaneous blow-up of solutions to the Cauchy problem for the fractional Khokhlov-Zabolotskaya equation
- Three classes of decomposable distributions
Articles in the same Issue
- Regular Articles
- Non-occurrence of the Lavrentiev phenomenon for a class of convex nonautonomous Lagrangians
- Strong and weak convergence of Ishikawa iterations for best proximity pairs
- Curve and surface construction based on the generalized toric-Bernstein basis functions
- The non-negative spectrum of a digraph
- Bounds on F-index of tricyclic graphs with fixed pendant vertices
- Crank-Nicolson orthogonal spline collocation method combined with WSGI difference scheme for the two-dimensional time-fractional diffusion-wave equation
- Hardy’s inequalities and integral operators on Herz-Morrey spaces
- The 2-pebbling property of squares of paths and Graham’s conjecture
- Existence conditions for periodic solutions of second-order neutral delay differential equations with piecewise constant arguments
- Orthogonal polynomials for exponential weights x2α(1 – x2)2ρe–2Q(x) on [0, 1)
- Rough sets based on fuzzy ideals in distributive lattices
- On more general forms of proportional fractional operators
- The hyperbolic polygons of type (ϵ, n) and Möbius transformations
- Tripled best proximity point in complete metric spaces
- Metric completions, the Heine-Borel property, and approachability
- Functional identities on upper triangular matrix rings
- Uniqueness on entire functions and their nth order exact differences with two shared values
- The adaptive finite element method for the Steklov eigenvalue problem in inverse scattering
- Existence of a common solution to systems of integral equations via fixed point results
- Fixed point results for multivalued mappings of Ćirić type via F-contractions on quasi metric spaces
- Some inequalities on the spectral radius of nonnegative tensors
- Some results in cone metric spaces with applications in homotopy theory
- On the Malcev products of some classes of epigroups, I
- Self-injectivity of semigroup algebras
- Cauchy matrix and Liouville formula of quaternion impulsive dynamic equations on time scales
- On the symmetrized s-divergence
- On multivalued Suzuki-type θ-contractions and related applications
- Approximation operators based on preconcepts
- Two types of hypergeometric degenerate Cauchy numbers
- The molecular characterization of anisotropic Herz-type Hardy spaces with two variable exponents
- Discussions on the almost 𝒵-contraction
- On a predator-prey system interaction under fluctuating water level with nonselective harvesting
- On split involutive regular BiHom-Lie superalgebras
- Weighted CBMO estimates for commutators of matrix Hausdorff operator on the Heisenberg group
- Inverse Sturm-Liouville problem with analytical functions in the boundary condition
- The L-ordered L-semihypergroups
- Global structure of sign-changing solutions for discrete Dirichlet problems
- Analysis of F-contractions in function weighted metric spaces with an application
- On finite dual Cayley graphs
- Left and right inverse eigenpairs problem with a submatrix constraint for the generalized centrosymmetric matrix
- Controllability of fractional stochastic evolution equations with nonlocal conditions and noncompact semigroups
- Levinson-type inequalities via new Green functions and Montgomery identity
- The core inverse and constrained matrix approximation problem
- A pair of equations in unlike powers of primes and powers of 2
- Miscellaneous equalities for idempotent matrices with applications
- B-maximal commutators, commutators of B-singular integral operators and B-Riesz potentials on B-Morrey spaces
- Rate of convergence of uniform transport processes to a Brownian sheet
- Curves in the Lorentz-Minkowski plane with curvature depending on their position
- Sequential change-point detection in a multinomial logistic regression model
- Tiny zero-sum sequences over some special groups
- A boundedness result for Marcinkiewicz integral operator
- On a functional equation that has the quadratic-multiplicative property
- The spectrum generated by s-numbers and pre-quasi normed Orlicz-Cesáro mean sequence spaces
- Positive coincidence points for a class of nonlinear operators and their applications to matrix equations
- Asymptotic relations for the products of elements of some positive sequences
- Jordan {g,h}-derivations on triangular algebras
- A systolic inequality with remainder in the real projective plane
- A new characterization of L2(p2)
- Nonlinear boundary value problems for mixed-type fractional equations and Ulam-Hyers stability
- Asymptotic normality and mean consistency of LS estimators in the errors-in-variables model with dependent errors
- Some non-commuting solutions of the Yang-Baxter-like matrix equation
- General (p,q)-mixed projection bodies
- An extension of the method of brackets. Part 2
- A new approach in the context of ordered incomplete partial b-metric spaces
- Sharper existence and uniqueness results for solutions to fourth-order boundary value problems and elastic beam analysis
- Remark on subgroup intersection graph of finite abelian groups
- Detectable sensation of a stochastic smoking model
- Almost Kenmotsu 3-h-manifolds with transversely Killing-type Ricci operators
- Some inequalities for star duality of the radial Blaschke-Minkowski homomorphisms
- Results on nonlocal stochastic integro-differential equations driven by a fractional Brownian motion
- On surrounding quasi-contractions on non-triangular metric spaces
- SEMT valuation and strength of subdivided star of K 1,4
- Weak solutions and optimal controls of stochastic fractional reaction-diffusion systems
- Gradient estimates for a weighted nonlinear parabolic equation and applications
- On the equivalence of three-dimensional differential systems
- Free nonunitary Rota-Baxter family algebras and typed leaf-spaced decorated planar rooted forests
- The prime and maximal spectra and the reticulation of residuated lattices with applications to De Morgan residuated lattices
- Explicit determinantal formula for a class of banded matrices
- Dynamics of a diffusive delayed competition and cooperation system
- Error term of the mean value theorem for binary Egyptian fractions
- The integral part of a nonlinear form with a square, a cube and a biquadrate
- Meromorphic solutions of certain nonlinear difference equations
- Characterizations for the potential operators on Carleson curves in local generalized Morrey spaces
- Some integral curves with a new frame
- Meromorphic exact solutions of the (2 + 1)-dimensional generalized Calogero-Bogoyavlenskii-Schiff equation
- Towards a homological generalization of the direct summand theorem
- A standard form in (some) free fields: How to construct minimal linear representations
- On the determination of the number of positive and negative polynomial zeros and their isolation
- Perturbation of the one-dimensional time-independent Schrödinger equation with a rectangular potential barrier
- Simply connected topological spaces of weighted composition operators
- Generalized derivatives and optimization problems for n-dimensional fuzzy-number-valued functions
- A study of uniformities on the space of uniformly continuous mappings
- The strong nil-cleanness of semigroup rings
- On an equivalence between regular ordered Γ-semigroups and regular ordered semigroups
- Evolution of the first eigenvalue of the Laplace operator and the p-Laplace operator under a forced mean curvature flow
- Noetherian properties in composite generalized power series rings
- Inequalities for the generalized trigonometric and hyperbolic functions
- Blow-up analyses in nonlocal reaction diffusion equations with time-dependent coefficients under Neumann boundary conditions
- A new characterization of a proper type B semigroup
- Constructions of pseudorandom binary lattices using cyclotomic classes in finite fields
- Estimates of entropy numbers in probabilistic setting
- Ramsey numbers of partial order graphs (comparability graphs) and implications in ring theory
- S-shaped connected component of positive solutions for second-order discrete Neumann boundary value problems
- The logarithmic mean of two convex functionals
- A modified Tikhonov regularization method based on Hermite expansion for solving the Cauchy problem of the Laplace equation
- Approximation properties of tensor norms and operator ideals for Banach spaces
- A multi-power and multi-splitting inner-outer iteration for PageRank computation
- The edge-regular complete maps
- Ramanujan’s function k(τ)=r(τ)r2(2τ) and its modularity
- Finite groups with some weakly pronormal subgroups
- A new refinement of Jensen’s inequality with applications in information theory
- Skew-symmetric and essentially unitary operators via Berezin symbols
- The limit Riemann solutions to nonisentropic Chaplygin Euler equations
- On singularities of real algebraic sets and applications to kinematics
- Results on analytic functions defined by Laplace-Stieltjes transforms with perfect ϕ-type
- New (p, q)-estimates for different types of integral inequalities via (α, m)-convex mappings
- Boundary value problems of Hilfer-type fractional integro-differential equations and inclusions with nonlocal integro-multipoint boundary conditions
- Boundary layer analysis for a 2-D Keller-Segel model
- On some extensions of Gauss’ work and applications
- A study on strongly convex hyper S-subposets in hyper S-posets
- On the Gevrey ultradifferentiability of weak solutions of an abstract evolution equation with a scalar type spectral operator on the real axis
- Special Issue on Graph Theory (GWGT 2019), Part II
- On applications of bipartite graph associated with algebraic structures
- Further new results on strong resolving partitions for graphs
- The second out-neighborhood for local tournaments
- On the N-spectrum of oriented graphs
- The H-force sets of the graphs satisfying the condition of Ore’s theorem
- Bipartite graphs with close domination and k-domination numbers
- On the sandpile model of modified wheels II
- Connected even factors in k-tree
- On triangular matroids induced by n3-configurations
- The domination number of round digraphs
- Special Issue on Variational/Hemivariational Inequalities
- A new blow-up criterion for the N – abc family of Camassa-Holm type equation with both dissipation and dispersion
- On the finite approximate controllability for Hilfer fractional evolution systems with nonlocal conditions
- On the well-posedness of differential quasi-variational-hemivariational inequalities
- An efficient approach for the numerical solution of fifth-order KdV equations
- Generalized fractional integral inequalities of Hermite-Hadamard-type for a convex function
- Karush-Kuhn-Tucker optimality conditions for a class of robust optimization problems with an interval-valued objective function
- An equivalent quasinorm for the Lipschitz space of noncommutative martingales
- Optimal control of a viscous generalized θ-type dispersive equation with weak dissipation
- Special Issue on Problems, Methods and Applications of Nonlinear analysis
- Generalized Picone inequalities and their applications to (p,q)-Laplace equations
- Positive solutions for parametric (p(z),q(z))-equations
- Revisiting the sub- and super-solution method for the classical radial solutions of the mean curvature equation
- (p,Q) systems with critical singular exponential nonlinearities in the Heisenberg group
- Quasilinear Dirichlet problems with competing operators and convection
- Hyers-Ulam-Rassias stability of (m, n)-Jordan derivations
- Special Issue on Evolution Equations, Theory and Applications
- Instantaneous blow-up of solutions to the Cauchy problem for the fractional Khokhlov-Zabolotskaya equation
- Three classes of decomposable distributions