7,822 research outputs found

    Numerical solution of Riemann-Hilbert problems: Painleve II

    Get PDF
    We describe a new spectral method for solving matrix-valued Riemann-Hilbert problems numerically. We demonstrate the effectiveness of this approach by computing solutions to the homogeneous Painleve II equation. This can be used to relate initial conditions with asymptotic behaviour

    Differential constraints compatible with linearized equations

    Full text link
    Differential constraints compatible with the linearized equations of partial differential equations are examined. Recursion operators are obtained by integrating the differential constraints

    A fast and well-conditioned spectral method

    Get PDF
    A novel spectral method is developed for the direct solution of linear ordinary differential equations with variable coefficients. The method leads to matrices which are almost banded, and a numerical solver is presented that takes O(m2n)O(m^{2}n) operations, where mm is the number of Chebyshev points needed to resolve the coefficients of the differential operator and nn is the number of Chebyshev points needed to resolve the solution to the differential equation. We prove stability of the method by relating it to a diagonally preconditioned system which has a bounded condition number, in a suitable norm. For Dirichlet boundary conditions, this reduces to stability in the standard 2-norm

    Evidence of the Poisson/Gaudin-Mehta phase transition for banded matrices on global scales

    Full text link
    We prove that the Poisson/Gaudin--Mehta phase transition conjectured to occur when the bandwidth of an N×NN \times N symmetric banded matrix grows like N\sqrt N is observable as a critical point in the fourth moment of the level density for a wide class of symmetric banded matrices. A second critical point when the bandwidth grows like 25N{2 \over 5} N leads to a new conjectured phase transition in the eigenvalue localization, whose existence we demonstrate in numerical experiments

    Classical and nonclassical symmetries of a generalized Boussinesq equation

    Full text link
    We apply the Lie-group formalism and the nonclassical method due to Bluman and Cole to deduce symmetries of the generalized Boussinesq equation, which has the classical Boussinesq equation as an special case. We study the class of functions f(u)f(u) for which this equation admit either the classical or the nonclassical method. The reductions obtained are derived. Some new exact solutions can be derived

    A practical framework for infinite-dimensional linear algebra

    Full text link
    We describe a framework for solving a broad class of infinite-dimensional linear equations, consisting of almost banded operators, which can be used to resepresent linear ordinary differential equations with general boundary conditions. The framework contains a data structure on which row operations can be performed, allowing for the solution of linear equations by the adaptive QR approach. The algorithm achieves O(nopt)O(n^{\rm opt}) complexity, where noptn^{\rm opt} is the number of degrees of freedom required to achieve a desired accuracy, which is determined adaptively. In addition, special tensor product equations, such as partial differential equations on rectangles, can be solved by truncating the operator in the yy-direction with nyn_y degrees of freedom and using a generalized Schur decomposition to upper triangularize, before applying the adaptive QR approach to the xx-direction, requiring O(ny2nxopt)O(n_y^2 n_x^{\rm opt}) operations. The framework is implemented in the ApproxFun package written in the Julia programming language, which achieves highly competitive computational costs by exploiting unique features of Julia

    The automatic solution of partial differential equations using a global spectral method

    Full text link
    A spectral method for solving linear partial differential equations (PDEs) with variable coefficients and general boundary conditions defined on rectangular domains is described, based on separable representations of partial differential operators and the one-dimensional ultraspherical spectral method. If a partial differential operator is of splitting rank 22, such as the operator associated with Poisson or Helmholtz, the corresponding PDE is solved via a generalized Sylvester matrix equation, and a bivariate polynomial approximation of the solution of degree (nx,ny)(n_x,n_y) is computed in O((nxny)3/2)\mathcal{O}((n_x n_y)^{3/2}) operations. Partial differential operators of splitting rank 3\geq 3 are solved via a linear system involving a block-banded matrix in O(min(nx3ny,nxny3))\mathcal{O}(\min(n_x^{3} n_y,n_x n_y^{3})) operations. Numerical examples demonstrate the applicability of our 2D spectral method to a broad class of PDEs, which includes elliptic and dispersive time-evolution equations. The resulting PDE solver is written in MATLAB and is publicly available as part of CHEBFUN. It can resolve solutions requiring over a million degrees of freedom in under 6060 seconds. An experimental implementation in the Julia language can currently perform the same solve in 1010 seconds.Comment: 22 page

    GMRES for oscillatory matrix-valued differential equations

    Get PDF
    We investigate the use of Krylov subspace methods to solve linear, oscillatory ODEs. When we apply a Krylov subspace method to a properly formulated equation, we retain the asymptotic accuracy of the asymptotic expansion whilst converging to the exact solution. We will demonstrate the effectiveness of this method by computing Error and Mathieu functions
    corecore