MIMS EPrints
Not a member yet
    2151 research outputs found

    K-theory and the connection index

    No full text
    Let G denote a split simply connected almost simple p-adic group. The classical example is the special linear group SL(n). We study the spherical C*-algebra of G and prove that the rank of the K-theory group K_0 is the connection index f(G). We relate this result to the recent conjecture in http://eprints.ma.man.ac.uk/1553 and to a recent result of Solleveld in http://arxiv.org/abs/1008.0177

    Dierential operators and Cherednik algebras

    Get PDF
    We establish a link betweentwo geometric approaches to the representation theory of rationalCherednik algebras of type A: one based on anoncommutative Proj construction \cite{GS}; the other involving quantum hamiltonian reduction of an algebra of differential operators \cite{GG}. In this paper, we combine these two points of view by showing that the process of hamiltonian reduction intertwines a naturally defined geometric twist functor on D-modules with the shift functor for the Cherednik algebra.That enables us to give a direct and relatively short proof of the key result \cite[Theorem~1.4]{GS} without recourse to Haiman's deep results on the n! theorem \cite{Ha1}. We also show that the characteristic cycles defined independently in these two approaches are equal, thereby confirming a conjecture from \cite{GG}

    The Problem with the Linpack Benchmark 1.0 Matrix Generator

    Get PDF
    We characterize the matrix sizes for which the Linpack Benchmark 1.0 matrix generator constructs a matrix with identical columns

    Computing the Fréchet Derivative of the Matrix Exponential, with an application to Condition Number Estimation

    Get PDF
    The matrix exponential is a much-studied matrix function having many applications. The Fr\'echet derivative of the matrix exponential describes the first order sensitivity of eAe^A to perturbations in AA and its norm determines a condition number for eAe^A. Among the numerous methods for computing eAe^A the scaling and squaring method is the most widely used. We show that the implementation of the method in [N.~J. Higham. The scaling and squaring method for the matrix exponential revisited. {\em SIAM J. Matrix Anal. Appl.}, 26(4):1179--1193, 2005] can be extended to compute both eAe^A and the Fr\'echet derivative at AA in the direction EE, denoted by L(A,E)L(A,E), at a cost about three times that for computing eAe^A alone. The algorithm is derived from the scaling and squaring method by differentiating the Pad\'e approximants and the squaring recurrence, re-using quantities computed during the evaluation of the Pad\'e approximant, and intertwining the recurrences in the squaring phase. To guide the choice of algorithmic parameters an extension of the existing backward error analysis for the scaling and squaring method is developed which shows that, modulo rounding errors, the approximations obtained are eA+ΔAe^{A+\Delta A} and L(A+ΔA,E+ΔE)L(A+\Delta A, E + \Delta E), with the same ΔA\Delta A in both cases, and with computable bounds on ΔA\|\Delta A\| and ΔE\|\Delta E\|. The algorithm for L(A,E)L(A,E) is used to develop an algorithm that computes eAe^A together with an estimate of its condition number. In addition to results specific to the exponential, we develop some results and techniques for arbitrary functions. We show how a matrix iteration for f(A)f(A) yields an iteration for the Fr\'echet derivative and show how to efficiently compute the Fr\'echet derivative of a power series. We also show that a matrix polynomial and its Fr\'echet derivative can be evaluated at a cost at most three times that of computing the polynomial itself and give a general framework for evaluating a matrix function and its Fr\'echet derivative via Pad\'e approximation

    A 195,747,435 vertex graph related to the Fischer group Fi23, part I

    Get PDF
    This is the first of a series of three papers devoted to the study of G, the point-line collinearity graph of the maximal 2-local geometry for Fischer's second largest simple group Fi23. In this paper the first two discs of an arbitrary vertex of G are described and a start is made on properties of the third disc

    A 195,747,435 vertex graph related to the Fischer group Fi23, part III

    Get PDF
    This is the final part of the three part series in which the structure of G, the point-line collinearity graph of the maximal 2-local geometry for Fischer's second largest simple group Fi23, is analysed. Using the results obtained in parts I and II, here we are largely concerned with the fourth disc of an arbitrary vertex of G, giving a detailed description of G

    Deflating Quadratic Matrix Polynomials with Structure Preserving Transformations

    Get PDF
    Given a pair of distinct \e s (\l_1,\l_2) of an \nbyn quadratic matrix polynomial Q(\l) with nonsingular leading coefficient and their corresponding \ev s, we show how to transform Q(\l) into a quadratic of the form \twobytwoa{\Qd(\l)}{0}{0}{q(\l)} having the same \e s as Q(\l), with \Qd(\l) an (n1)×(n1)(n-1)\times (n-1) quadratic matrix \py\ and q(\l) a scalar quadratic \py\ with roots \l_1 and \l_2. This block diagonalization cannot be achieved by a similarity transformation applied directly to Q(\l) unless the \ev s corresponding to \l_1 and \l_2 are parallel. We identify conditions under which we can construct a family of 2n×2n2n\times 2n elementary similarity transformations that (a) are rank-two modifications of the identity matrix, (b) act on linearizations of Q(\l), (c) preserve the block structure of a large class of block symmetric linearizations of Q(\l), thereby defining new quadratic matrix polynomials Q_1(\l) that have the same \e s as Q(\l), (d) yield quadratics Q_1(\l) with the property that their \ev s associated with \l_1 and \l_2 are parallel and hence can subsequently be deflated by a similarity applied directly to Q_1(\l). This is the first attempt at building elementary transformations that preserve the block structure of widely used linearizations and which have a specific action

    The Complex Step Approximation to the Fréchet Derivative of a Matrix Function

    Get PDF
    We show that the Fr\'echet derivative of a matrix function ff at AA in the direction EE, where AA and EE are real matrices, can be approximated by f(A+ihE)/h\Im f(A+ihE)/h for some suitably small hh. This approximation, requiring a single function evaluation at a complex argument, generalizes the complex step approximation known in the scalar case. The approximation is proved to be of second order in hh for analytic functions ff and also for the matrix sign function. It is shown that it does not suffer the inherent cancellation that limits the accuracy of finite difference approximations in floating point arithmetic. However, cancellation does nevertheless vitiate the approximation when the underlying method for evaluating ff employs complex arithmetic. The ease of implementation of the approximation, and its superiority over finite differences, make it attractive when specialized methods for evaluating the Fr\'echet derivative are not available, and in particular for condition number estimation when used in conjunction with a block 1-norm estimation algorithm

    A New Scaling and Squaring Algorithm for the Matrix Exponential

    Get PDF
    The scaling and squaring method for the matrix exponential is based on the approximation eA(rm(2sA))2se^A \approx (r_m(2^{-s}A))^{2^s}, where rm(x)r_m(x) is the [m/m][m/m] Pad\'e approximant to exe^x and the integers mm and ss are to be chosen. Several authors have identified a weakness of existing scaling and squaring algorithms termed overscaling, in which a value of ss much larger than necessary is chosen, causing a loss of accuracy in floating point arithmetic. Building on the scaling and squaring algorithm of Higham [{\em SIAM J. Matrix Anal. Appl.}, 26\penalty0 (4):\penalty0 1179--1193, 2005], which is used by MATLAB's \texttt{expm}, we derive a new algorithm that alleviates the overscaling problem. Two key ideas are employed. The first, specific to triangular matrices, is to compute the diagonal elements in the squaring phase as exponentials instead of from powers of rmr_m. The second idea is to base the backward error analysis that underlies the algorithm on members of the sequence {Ak1/k}\{\|A^k\|^{1/k}\} instead of A\|A\|, since for non-normal matrices it is possible that Ak1/k\|A^k\|^{1/k} is much smaller than A\|A\|, and indeed this is likely when overscaling occurs in existing algorithms. The terms Ak1/k\|A^k\|^{1/k} are estimated without computing powers of AA by using a matrix 1-norm estimator in conjunction with a bound of the form Ak1/kmax(Ap1/p,Aq1/q)\|A^k\|^{1/k} \le \max\bigl( \|A^p\|^{1/p}, \|A^q\|^{1/q} \bigr) that holds for certain fixed pp and qq less than kk. The improvements to the truncation error bounds have to be balanced by the potential for a large A\|A\| to cause inaccurate evaluation of rmr_m in floating point arithmetic. We employ rigorous error bounds along with some heuristics to ensure that rounding errors are kept under control. Our numerical experiments show that the new algorithm generally provides accuracy at least as good as the existing algorithm of Higham at no higher cost, while for matrices that are triangular or cause overscaling it usually yields significant improvements in accuracy, cost, or both

    A note on the least informative model of a theory

    Get PDF
    We consider one possible interpretation of the `least informative model' of a relational and finite theory and show that it is well defined for a particular class of Π1\Pi_{1} theories. We conjecture that it is always defined for Π1\Pi_{1} theories

    1,445

    full texts

    2,151

    metadata records
    Updated in last 30 days.
    MIMS EPrints
    Access Repository Dashboard
    Do you manage Open Research Online? Become a CORE Member to access insider analytics, issue reports and manage access to outputs from your repository in the CORE Repository Dashboard! 👇