Skip to main content

Showing 1–8 of 8 results for author: Stoutemyer, D R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2103.16720  [pdf, other

    cs.SC math.NA

    How to hunt wild constants

    Authors: David R. Stoutemyer

    Abstract: There are now several comprehensive web applications, stand-alone computer programs and computer algebra functions that, given a floating point number such as 6.518670730718491, can return concise nonfloat constants such as 3 arctan 2 + ln 9 + 1, that closely approximate the float. Examples include AskConstants, Inverse Symbolic Calculator, the Maple identify function, MESearch, OEIS, RIES, and Wo… ▽ More

    Submitted 2 February, 2022; v1 submitted 30 March, 2021; originally announced March 2021.

    Comments: 39 pages, 3 figures

    MSC Class: 65-04 ACM Class: G.4

  2. arXiv:1305.3215  [pdf, other

    cs.SC cs.MS

    A computer algebra user interface manifesto

    Authors: David R. Stoutemyer

    Abstract: Many computer algebra systems have more than 1000 built-in functions, making expertise difficult. Using mock dialog boxes, this article describes a proposed interactive general-purpose wizard for organizing optional transformations and allowing easy fine grain control over the form of the result even by amateurs. This wizard integrates ideas including: * flexible subexpression selection; * com… ▽ More

    Submitted 14 May, 2013; originally announced May 2013.

    Comments: 38 pages, 12 figures, to be published in Communications in Computer Algebra

  3. arXiv:1302.2169  [pdf, ps, other

    cs.SC

    Representation, simplification and display of fractional powers of rational numbers in computer algebra

    Authors: Albert D. Rich, David R. Stoutemyer

    Abstract: Simplification of fractional powers of positive rational numbers and of sums, products and powers of such numbers is taught in beginning algebra. Such numbers can often be expressed in many ways, as this article discusses in some detail. Since they are such a restricted subset of algebraic numbers, it might seem that good simplification of them must already be implemented in all widely used comput… ▽ More

    Submitted 8 February, 2013; originally announced February 2013.

    Comments: 23 pages, 1 figure, 4 tables

    MSC Class: 11 Number Theory; Algebraic Number Theory Computations ACM Class: I.1.1

  4. arXiv:1203.5846  [pdf, ps, other

    cs.SC cs.MS

    Series Crimes

    Authors: David R. Stoutemyer

    Abstract: Puiseux series are power series in which the exponents can be fractional and/or negative rational numbers. Several computer algebra systems have one or more built-in or loadable functions for computing truncated Puiseux series. Some are generalized to allow coefficients containing functions of the series variable that are dominated by any power of that variable, such as logarithms and nested logar… ▽ More

    Submitted 26 March, 2012; originally announced March 2012.

    Comments: 36 pages, 5 tables, to appear in ACM Communications in Computer Algebra

    MSC Class: 30E10; 30E15; 40-04; 41-04

    Journal ref: ACM Communications in Computer Algebra 12/2012; 46 (4)(182):134-153

  5. arXiv:1203.1357  [pdf, ps, other

    cs.SC cs.MS

    Series misdemeanors

    Authors: David R. Stoutemyer

    Abstract: Puiseux series are power series in which the exponents can be fractional and/or negative rational numbers. Several computer algebra systems have one or more built-in or loadable functions for computing truncated Puiseux series -- perhaps generalized to allow coefficients containing functions of the series variable that are dominated by any power of that variable, such as logarithms and nested loga… ▽ More

    Submitted 6 March, 2012; originally announced March 2012.

    Comments: 21 pages; 1 Algorithm; 2 Tables; To appear in the ACM Communications in Computer Algebra

    MSC Class: 41

    Journal ref: ACM Communications in Computer Algebra 12/2012; 46 (4)(182):134-153

  6. arXiv:1203.1350  [pdf, ps, other

    cs.SC cs.MS

    Simplifying products of fractional powers of powers

    Authors: David R. Stoutemyer

    Abstract: Most computer algebra systems incorrectly simplify (z - z)/(sqrt(w^2)/w^3 - 1/(w*sqrt(w^2))) to 0 rather than to 0/0. The reasons for this are: 1. The default simplification doesn't succeed in simplifying the denominator to 0. 2. There is a rule that 0 is the result of 0 divided by anything that doesn't simplify to either 0 or 0/0. Try it on your computer algebra systems! This article desc… ▽ More

    Submitted 6 March, 2012; originally announced March 2012.

    Comments: 34 pages. 17 tables. Includes Mathematica rewrite rules. To appear in Communications in Computer Algebra

  7. arXiv:1203.1295  [pdf, ps, other

    cs.SC cs.MS

    Subtotal ordering -- a pedagogically advantageous algorithm for computing total degree reverse lexicographic order

    Authors: David R. Stoutemyer

    Abstract: Total degree reverse lexicographic order is currently generally regarded as most often fastest for computing Groebner bases. This article describes an alternate less mysterious algorithm for computing this order using exponent subtotals and describes why it should be very nearly the same speed the traditional algorithm, all other things being equal. However, experimental evidence suggests that sub… ▽ More

    Submitted 6 March, 2012; originally announced March 2012.

    Comments: 12 pages, 2 Algorithms, 1 Table

    MSC Class: 12; 13; 14

  8. arXiv:1203.1023  [pdf, other

    cs.MS cs.SC

    Can the Eureqa symbolic regression program, computer algebra and numerical analysis help each other?

    Authors: David R. Stoutemyer

    Abstract: The Eureqa symbolic regression program has recently received extensive press praise. A representative quote is "There are very clever 'thinking machines' in existence today, such as Watson, the IBM computer that conquered Jeopardy! last year. But next to Eureqa, Watson is merely a glorified search engine." The program was designed to work with noisy experimental data. However, if the data is g… ▽ More

    Submitted 5 March, 2012; originally announced March 2012.

    Comments: 21 pages, 3 figures, a Mathematica notebook attachment