Algebraic Simplification a Guide for the Perplexed

Total Page:16

File Type:pdf, Size:1020Kb

Algebraic Simplification a Guide for the Perplexed ALGEBRAIC SIMPLIFICATION A GUIDE FOR THE PERPLEXED by Joel Moses Project MAC, MIT Abstract and efficiency, a requirement which translates to a desire for a uniform representation of Algebraic simplification is examined first expressions utilizing a minimum number of from the point of view of a user needing to functions. Users tolerate, and in fact prefer, comprehend a large expression, and second from a certain amount of redundancy in an answer. the point of view of a designer who wants to For example, they usually desire to see expres- construct a useful and efficient system. sions containing the twelve trigonometric and First we describe various techniques akin to hyperbolic functions. Designers would prefer substitution. These techniques can be used to giving a user only the exponentials, sines and decrease the size of an expression and make it cosines, or just exponentials with both real more intelligible to a user. Then we deline- and complex arguments, or nothing but rational ate the spectrum of approaches to the design fuDctions. of automatic simplification capabilities in an There is one property of simplification algebraic manipulation system. Systems are about which both users and designers can agre~ divided into five types. Each type provides That is, that simplification changes only the different facilities for the manipulation and form or representation of an expression, but simplification of expressions. Finally we not its value. Changes of representation discuss some of the theoretical results relat~ occur in many problem solving domains. In ed to algebraic simplification. We describe fact, in the field of Artificial Intelligence several positive results about the existence one speaks of the Problem of Representation of powerful simplification algorithms and the which can be stated roughly as "how does one number-theoretic conjectures on which they transform the statement of the problem into a rely. Results about the non-existence of form which is more readily solved." Thus an algorithms for certain classes of expressions ideal, but not very helpful, way to describe are included. simplification is that it is the process which transforms expressions into a form with which Table of Contents the remaining steps of the problem can be taken most efficiently. 1.0 Introduction The Problem of Representation for alge- 2.0 Simplification for the Sake of braic expressions is especially acute because Comprehension - The Needs of Users there are so many equivalent ways to represent 2.1 Conventional Lexicographic Ordering an expression. Frequently one of these of Expressions equivalent forms is much more useful than an- 2.2 Substitution as an Aid to Comprehen- other, and just as frequently, it is a non- sion trivial problem to recognize the equivalence. 3.0 Simplification for the Sake of Effic- For example, it is rare that we do not want to ient Manipulation - What Designers Provide recognize that an expression is equivalent to 3.1 The Politics of Simplification 0. However, many of us have difficulty in 3.1.1 The Radicals recognizing the following identities. 3.1.2 The New Left 3.1.3 The Liberals log(e 2x + 2e x + i) - 2 log(e x + i) = 0 3.1.4 The Conservatives 3.1.5 The Catholics or 3.2 Intermediate Expression Swell 3.3 Canonical Simplifiers and Theoretical (21/3 + 41/3) 3 - 6(21/3 + 41/3 ) - 6 = 0 Results - The Radicals Revisited 3.3.1 Simplification Algorithms for or Expressions with Nested Exponentials 3.3.2 Expressions involving Exponen- log tan(~ + 7) - sinh -I tan x = 0 tials and Logarithms 3.3.3 Roots of Polynomials Consider how much more difficult the problems 3.3.4 Unsolvability Results become when we deal with expressions which are 4.0 Prospects for the Future several pages long. Yet expressions of such References size are quite common in algebraic manipula- Figures tion! An additional difficulty is that the usual manipulatory algorithms can easily 1.0 Introduction magnify a bad choice of representation. For example, the derivative of a product of n Simplification is the most pervasive pro- factors can be a sum of n terms each of n or cess in algebraic manipulation. It is also more factors. Thus a bad representation of the most controversial. Much of the contro- the product or one of its factors is propaga- versy is due to the difference between the ted and magnified n-fold. desires of a user and those of a system design- Another issue which arises in discussions er. The user wants expressions which he can of simplification is related to the local or comprehend, a requirement which usually means global nature of the problem. If expression that the expressions presented to the user A is deemed simpler than its equivalent should be small. The designer wants expres- expression B in one context, then is A to be sions which can be manipulated with great ease considered simpler than B in every context? Z82 A perfectly strict answer is no. For example, concentrate in section 2 on the users' need for comprehension of expressions, and then in x 7 section 3 on the designers' facilities for 12 manipulating expressions. x + 1 In discussing simplification for the sake of comprehension, we shall describe the is a more compact representation of the ration- technique of substituting labels for subexpres- al function it represents than sions in simplifying large expressions. We shall also describe principles of conventional i/4(4x3)x 4 lexicographic ordering of expressions. A (x4) 3 + 1 system can hinder the comprehension of a user by displaying expressions in unconventional The former is usually easier to manipulate and order. Unfortunately, no current system pays comprehend. However, when integrating, the sufficient heed to this point. latter expression indicates a p@ttern which In section 3 we describe five different suggests the substitution y = x ~ which yields approaches to the design of simplification facilities in algebraic manipulation systems. f dy , We describe the facilities which are usually y3+l offered, and indicate the advantages and disadvantages in them. The section ends with a much simpler integration problem than that a discussion of very powerful algorithms based which is posed by the first expression. on formalizations of the concepts of simplifi- Designers would prefer a system in which the cation. simplification steps are the same in every context. Users clearly would prefer a system 2.0 Simplification for the Sake of Compreq which could take contextual information into hension - The Needs of Users account in deriving a simplified expression. Designers can take comfort in the fact that One of the most common complaints of while the simplified form of an expression is users of algebraic manipulation systems is that not the same in every context, it is so in the expressions obtained as results of a calcu- many contexts. Nonetheless, the task of deriv- lation are incomprehensible and therefore ing a compromise between the wishes of users essentially useless. In order to understand and the requirements of an efficient system is the importance of such a complaint we have to likely to keep designers talking to themselves differentiate between two major classes of and to each other for quite some time. users. Some users are only interested in the A related aspect of simplification is the value of a calculation. For example, those extent to which the concept can be formalized. who use symbolic differentiation as a step in The point that we made above is that the simp- a numerical calculation do not care very much lest form of an expression depends on one's about the form of the symbolic derivative.! goals or, in other words, on the context. One For such users the problem of simplification would be hard put to formalize the goals of reduces to keeping the intermediate expressions all potential users. However, one can obtain in a calculation in such a form as to optimize theoretical results for simplification algo- the use of space and time in the calculation. rithms which have usef,11 properties. One such We do not wish to underestimate the difficulties property is that the algorithm simplifies to in the simplification problem for such users. zero any expression equivalent to 0. A stron- However, in this section we will be mainly ger property is that the simplifier reduces concerned with the needs of users who do care all equivalent expressions to a single (canon- about the form of expressions which result from ical) expression. a symbolic calculation. Historically, simplification was required The latter class of users include those in algebraic manipulation systems because the who need to make "physical sense" of an expres- manipulatory algorithms produced sloppy results, sion. Perhaps such a user is studying a pro- For example, the unsimplified result of cess and wants to learn about some property of differentiating the process by symbolically manipulating a model of it. For example, he might be inter- 2 ested in the manner in which the value of an X ax + xe expression varies as one of its variables increases in value. He could, of course, plot with respect to x is an expression such as the value of the expression for several values 2 2 of the variables, but this method may not be 0.x + a.l + l.e x + x-e x -2-x very useful if-there are many variables in the expression. Other users might need to examine Simplifying the derivative above would yield an expression in order to know what the next an expression like manipulatory step should be. A simple instance of such a situation occurs when the next step a + e x2 + 2x 2 e x2 in the calculation depends on whether the expression is linear or quadratic in a given With the ever growing use of algebraic manipu~ variable.
Recommended publications
  • Calcium: Computing in Exact Real and Complex Fields Fredrik Johansson
    Calcium: computing in exact real and complex fields Fredrik Johansson To cite this version: Fredrik Johansson. Calcium: computing in exact real and complex fields. ISSAC ’21, Jul 2021, Virtual Event, Russia. 10.1145/3452143.3465513. hal-02986375v2 HAL Id: hal-02986375 https://hal.inria.fr/hal-02986375v2 Submitted on 15 May 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Calcium: computing in exact real and complex fields Fredrik Johansson [email protected] Inria Bordeaux and Institut Math. Bordeaux 33400 Talence, France ABSTRACT This paper presents Calcium,1 a C library for exact computa- Calcium is a C library for real and complex numbers in a form tion in R and C. Numbers are represented as elements of fields suitable for exact algebraic and symbolic computation. Numbers Q¹a1;:::; anº where the extension numbers ak are defined symbol- ically. The system constructs fields and discovers algebraic relations are represented as elements of fields Q¹a1;:::; anº where the exten- automatically, handling algebraic and transcendental number fields sion numbers ak may be algebraic or transcendental. The system combines efficient field operations with automatic discovery and in a unified way.
    [Show full text]
  • Variable Planck's Constant
    Variable Planck’s Constant: Treated As A Dynamical Field And Path Integral Rand Dannenberg Ventura College, Physics and Astronomy Department, Ventura CA [email protected] [email protected] January 28, 2021 Abstract. The constant ħ is elevated to a dynamical field, coupling to other fields, and itself, through the Lagrangian density derivative terms. The spatial and temporal dependence of ħ falls directly out of the field equations themselves. Three solutions are found: a free field with a tadpole term; a standing-wave non-propagating mode; a non-oscillating non-propagating mode. The first two could be quantized. The third corresponds to a zero-momentum classical field that naturally decays spatially to a constant with no ad-hoc terms added to the Lagrangian. An attempt is made to calibrate the constants in the third solution based on experimental data. The three fields are referred to as actons. It is tentatively concluded that the acton origin coincides with a massive body, or point of infinite density, though is not mass dependent. An expression for the positional dependence of Planck’s constant is derived from a field theory in this work that matches in functional form that of one derived from considerations of Local Position Invariance violation in GR in another paper by this author. Astrophysical and Cosmological interpretations are provided. A derivation is shown for how the integrand in the path integral exponent becomes Lc/ħ(r), where Lc is the classical action. The path that makes stationary the integral in the exponent is termed the “dominant” path, and deviates from the classical path systematically due to the position dependence of ħ.
    [Show full text]
  • Semiclassical Unimodular Gravity
    Preprint typeset in JHEP style - PAPER VERSION Semiclassical Unimodular Gravity Bartomeu Fiol and Jaume Garriga Departament de F´ısica Fonamental i Institut de Ci`encies del Cosmos, Universitat de Barcelona, Mart´ıi Franqu`es 1, 08028 Barcelona, Spain [email protected], [email protected] Abstract: Classically, unimodular gravity is known to be equivalent to General Rel- ativity (GR), except for the fact that the effective cosmological constant Λ has the status of an integration constant. Here, we explore various formulations of unimod- ular gravity beyond the classical limit. We first consider the non-generally covariant action formulation in which the determinant of the metric is held fixed to unity. We argue that the corresponding quantum theory is also equivalent to General Relativity for localized perturbative processes which take place in generic backgrounds of infinite volume (such as asymptotically flat spacetimes). Next, using the same action, we cal- culate semiclassical non-perturbative quantities, which we expect will be dominated by Euclidean instanton solutions. We derive the entropy/area ratio for cosmological and black hole horizons, finding agreement with GR for solutions in backgrounds of infinite volume, but disagreement for backgrounds with finite volume. In deriving the arXiv:0809.1371v3 [hep-th] 29 Jul 2010 above results, the path integral is taken over histories with fixed 4-volume. We point out that the results are different if we allow the 4-volume of the different histories to vary over a continuum range. In this ”generalized” version of unimodular gravity, one recovers the full set of Einstein’s equations in the classical limit, including the trace, so Λ is no longer an integration constant.
    [Show full text]
  • Monodromies and Functional Determinants in the CFT Driven Quantum Cosmology
    Monodromies and functional determinants in the CFT driven quantum cosmology A.O.Barvinsky and D.V.Nesterov Theory Department, Lebedev Physics Institute, Leninsky Prospect 53, Moscow 119991, Russia Abstract We discuss the calculation of the reduced functional determinant of a special second order differential operator F = −d2/dτ 2 + g¨=g, g¨ ≡ d2g/dτ 2, with a generic function g(τ), subject to periodic boundary conditions. This implies the gauge-fixed path integral representation of this determinant and the monodromy method of its calculation. Motivations for this particular problem, coming from applications in quantum cosmology, are also briefly discussed. They include the problem of microcanonical initial conditions in cosmology driven by a conformal field theory, cosmological constant and cosmic microwave background problems. 1. Introduction Here we consider the class of problems involving the differential operator of the form d2 g¨ F = − + ; : (1.1) dτ 2 g where g = g(τ) is a rather generic function of its variable τ. From calculational viewpoint, the virtue of this operator is that g(τ) represents its explicit basis function { the solution of the homogeneous equation, F g(τ) = 0; (1.2) which immediately allows one to construct its second linearly independent solution τ dy Ψ(τ) = g(τ) (1.3) g2(y) τZ∗ and explicitly build the Green's function of F with appropriate boundary conditions. On the other hand, from physical viewpoint this operator is interesting because it describes long-wavelength per- turbations in early Universe, including the formation of observable CMB spectra [1, 2], statistical ensembles in quantum cosmology [3], etc.
    [Show full text]
  • This Article Was Published in an Elsevier Journal. the Attached Copy
    This article was published in an Elsevier journal. The attached copy is furnished to the author for non-commercial research and education use, including for instruction at the author’s institution, sharing with colleagues and providing to institution administration. Other uses, including reproduction and distribution, or selling or licensing copies, or posting to personal, institutional or third party websites are prohibited. In most cases authors are permitted to post their version of the article (e.g. in Word or Tex form) to their personal website or institutional repository. Authors requiring further information regarding Elsevier’s archiving and manuscript policies are encouraged to visit: http://www.elsevier.com/copyright Author's personal copy Theoretical Computer Science 394 (2008) 159–174 www.elsevier.com/locate/tcs Physical constraints on hypercomputation$ Paul Cockshotta,∗, Lewis Mackenziea, Greg Michaelsonb a Department of Computing Science, University of Glasgow, 17 Lilybank Gardens, Glasgow G12 8QQ, United Kingdom b School of Mathematical and Computer Sciences, Heriot-Watt University, Riccarton, Edinburgh EH14 4AS, United Kingdom Abstract Many attempts to transcend the fundamental limitations to computability implied by the Halting Problem for Turing Machines depend on the use of forms of hypercomputation that draw on notions of infinite or continuous, as opposed to bounded or discrete, computation. Thus, such schemes may include the deployment of actualised rather than potential infinities of physical resources, or of physical representations of real numbers to arbitrary precision. Here, we argue that such bases for hypercomputation are not materially realisable and so cannot constitute new forms of effective calculability. c 2007 Elsevier B.V. All rights reserved.
    [Show full text]
  • The Cosmological Constant Problem 1 Introduction
    The Cosmological Constant Problem and (no) solutions to it by Wolfgang G. Hollik 7/11/2017 Talk given at the Workshop Seminar Series on Vacuum Energy @ DESY. “Physics thrives on crisis. [... ] Unfortunately, we have run short on crisis lately.” (Steven Weinberg, 1989 [1]) 1 Introduction: the Cosmological Constant Besides the fact, that we are still running short on severe crises in physics also about 30 years after Weinberg’s statement, there is still yet no solution to what is called the “Cosmological Constant problem”. Neither is there any clue what the Cosmological Constant (CC) is made of and if the problem is indeed an outstanding problem. Weinberg defines and proves in his review on the Cosmological Constant [1] a “no-go” theorem. This no-go theorem is actually not a theorem on the smallness of the CC in the sense of a Vacuum Energy,1 it is rather a theorem prohibiting any kind of adjustment mechanisms that lead effectively to a universe with a flat and static (i.e. Minkowski) space-time metric in the presence of a CC. In other words: with a CC there is no Minkowski universe possible. An old crisis When Einstein first formulated his field equations for General Relativity, he was neither aware of a possible Cosmological Constant nor of an expanding universe solution to them. Originally, the proposed equations are 1 R g R = 8πG T , (1) µν − 2 µν − µν using Weinberg’s ( + ++)-metric. The matter content is given by the energy-stress tensor − Tµν, where the geometry of space-time is encoded in the Ricci tensor Rµν and the scalar µν curvature R = g Rµν of the metric gµν.
    [Show full text]
  • Arxiv:2001.00578V2 [Math.HO] 3 Aug 2021
    Errata and Addenda to Mathematical Constants Steven Finch August 3, 2021 Abstract. We humbly and briefly offer corrections and supplements to Mathematical Constants (2003) and Mathematical Constants II (2019), both published by Cambridge University Press. Comments are always welcome. 1. First Volume 1.1. Pythagoras’ Constant. A geometric irrationality proof of √2 appears in [1]; the transcendence of the numbers √2 √2 i π √2 , ii , ie would follow from a proof of Schanuel’s conjecture [2]. A curious recursion in [3, 4] gives the nth digit in the binary expansion of √2. Catalan [5] proved the Wallis-like infinite product for 1/√2. More references on radical denestings include [6, 7, 8, 9]. 1.2. The Golden Mean. The cubic irrational ψ =1.3247179572... is connected to a sequence 3 ψ1 =1, ψn = 1+ ψn 1 for n 2 − ≥ which experimentally gives rise to [10] p n 1 lim (ψ ψn) 3(1 + ) =1.8168834242.... n − ψ →∞ The cubic irrational χ =1.8392867552... is mentioned elsewhere in the literature with arXiv:2001.00578v2 [math.HO] 3 Aug 2021 regard to iterative functions [11, 12, 13] (the four-numbers game is a special case of what are known as Ducci sequences), geometric constructions [14, 15] and numerical analysis [16]. Infinite radical expressions are further covered in [17, 18, 19]; more gen- eralized continued fractions appear in [20, 21]. See [22] for an interesting optimality property of the logarithmic spiral. A mean-value analog C of Viswanath’s constant 1.13198824... (the latter applies for almost every random Fibonacci sequence) was dis- covered by Rittaud [23]: C =1.2055694304..
    [Show full text]
  • The Maximum Modulus of a Trigonometric Trinomial
    The maximum modulus of a trigonometric trinomial Stefan Neuwirth Abstract Let Λ be a set of three integers and let CΛ be the space of 2π-periodic functions with spectrum in Λ endowed with the maximum modulus norm. We isolate the maximum modulus points x of trigonometric trinomials T ∈ CΛ and prove that x is unique unless |T | has an axis of symmetry. This enables us to compute the exposed and the extreme points of the unit ball of CΛ, to describe how the maximum modulus of T varies with respect to the arguments of its Fourier coefficients and to compute the norm of unimodular relative Fourier multipliers on CΛ. We obtain in particular the Sidon constant of Λ. 1 Introduction Let λ1, λ2 and λ3 be three pairwise distinct integers. Let r1, r2 and r3 be three positive real numbers. Given three real numbers t1, t2 and t3, let us consider the trigonometric trinomial i(t1+λ1x) i(t2+λ2x) i(t3+λ3x) T (x)= r1 e + r2 e + r3 e (1) for x R. The λ’s are the frequencies of the trigonometric trinomial T , the r’s are the moduli or ∈ it1 it2 it3 intensities and the t’s the arguments or phases of its Fourier coefficients r1 e , r2 e and r3 e . −1 −e iπ/3 Figure 1: The unit circle, the hypotrochoid H with equation z =4e −i2x +e ix, the segment from 1 to the unique point on H at maximum distance and the segments from e iπ/3 to the two points− on H at maximum distance.
    [Show full text]
  • What Can We Do with a Solution?
    Electronic Notes in Theoretical Computer Science 66 No. 1 (2002) URL: http://www.elsevier.nl/locate/entcs/volume66.html 14 pages What can we do with a Solution? Simon Langley 1 School of Computer Science University of the West of England Bristol, UK Daniel Richardson 2 Department of Computer Science University of Bath Bath, UK Abstract If S =0isasystemofn equations and unknowns over C and S(α) = 0 to what extent can we compute with the point α? In particular, can we decide whether or not a polynomial expressions in the components of α with integral coefficients is zero? This question is considered for both algebraic and elementary systems of equations. 1 Introduction In this article, a system of equations is of the form S =0,whereS = n n (p1,...,pn):C → C ,andeachpi is analytic. Asolution to such a sys- tem is a point α ∈ Cn so that S(α) = 0. ANewton point is a point α∗,and ∗ an associated number >0sothatifX0 is any point within distance of α , the Newton sequence defined by −1 Xi+1 = Xi − JS (Xi)S(Xi) where JS is the Jacobian matrix of S, converges to a solution α, and has the −2i property that |Xi − α| < 10 . Thus the precision of the approximation to the solution doubles at each iteration. We can specify α∗ and as intervals with rational endpoints. 1 Email: [email protected] 2 Email: [email protected] c 2002 Published by Elsevier Science B. V. 113 Langley and Richardson Agreat deal of effort is directed to finding such solutions.
    [Show full text]
  • Weierstrass Theorem
    University of Bath PHD Use of algebraically independent numbers in computation Elsonbaty, Ahmed Award date: 2004 Awarding institution: University of Bath Link to publication Alternative formats If you require this document in an alternative format, please contact: [email protected] General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Download date: 04. Oct. 2021 Use of algebraically independent numbers in computation submitted by Ahmed Elsonbaty for the degree of Doctor of Philosophy of the University of Bath 2004 COPYRIGHT Attention is drawn to the fact that copyright of this thesis rests with its author. This copy of the thesis has been supplied on the condition that anyone who consults it is understood to recognise that its copyright rests with its author and that no quotation from the thesis and no information derived from it may be published without the prior written consent of the author.
    [Show full text]
  • A Simplified Method of Recognizing Zero Among Elementary Constants
    A simplified method of recognizing zero among elementary constants Daniel Richardson, Department of Mathematics, University of Bath, Bath BA2, England. [email protected]. maths Abstract unique non singular solution in N, (r). The question of how such a proof can be given will be discussed later. In ISSAC ’94, a method was given for deciding whether or A basic problem about the elementary numbers is how not an elementary constant, given as a polynomial image of to decide, given a description, as above, of an elementary a solution of a system of exponential polynomial equations, number, whether or not the number is zero. This is called represents the famous object zero. the element ary constant problem [see Richardson, 1992]. In this article the technique is considerably simplified The solution given below is an improved version of the and speeded up. The main improvement has been to in- solution given in the 1994 ISSAC [Richardson and Fitch]. tegrate the numerical and symbolic computations in such a Both solutions rely upon not stumbling over a counterex- way that unnecessary branches of the symbolic computation ample to the following conjecture. are avoided. Schanuel’s Conjecture If ZI, ..., Zk are ~ comPlex num- bers which are linearly independent over the rationals, then 1 The elementary numbers the transcendence rank of An exponential system is a system of equations (S = O,E = zk,l,l, ezk}ezk} O), where S is a finite set of polynomials in QIx1, Y1, ..., xn> Yn], {.2,,..., and E is a subset of {ul —ezl, . ,Y~ —e“ } is at least k We will write (S., E~ ) for an exponential system with r polynomials and k exponential terms.
    [Show full text]
  • Symbolic Integration: the Stormy Decade Joel Moses* Project MAC, MIT, Cambridge, Massachusetts
    Symbolic Integration: The Stormy Decade Joel Moses* Project MAC, MIT, Cambridge, Massachusetts Three approaches to symbolic integration in the Introduction 1960's are described. The first, from artificial intelligence, led to Slagle's SAINT and to a large degree Symbolic integration led a stormy life in the 1960's. to Moses' SIN. The second, from algebraic manipulation, In the beginning of the decade only humans could led to Manove's implementation and to Horowitz' and determine the indefinite integral to all but the most Tobey's reexamination of the Hermite algorithm for trivial problems. The techniques used had not changed integrating rational functions. The third, from materially in 200 years. People were satisfied in con- mathematics, led to Richardson's proof of the sidering the problem as requiring heuristic solutions unsolvability of the problem for a class of functions and and a good deal of resourcefulness and intelligence. for Risch's decision procedure for the elementary There was no hint of the tremendous changes that were functions. Generalizations of Risch's algorithm to a to take place in the decade to come. By the end of the class of special functions and programs for solving decade computer programs were faster and sometimes differential equations and for finding the definite integral more powerful than humans, while using techniques are also described. similar to theirs. Advances in the theory of integration Key Words and Phrases: integration, symbolic yielded procedures which in a strong sense completely integration, definite integrals, rational functions solved the integration problem for the usual elementary CR Categories: 3.1, 3.2, 3.6, 4.9, 5.2, 5.9 functions.
    [Show full text]