Copilot
Your everyday AI companion
  1. Maxima written in

    Common Lisp

    en.wikipedia.org/wiki/Maxima_(software)
    en.wikipedia.org/wiki/Maxima_(software)
    Was this helpful?
  2. People also ask
    Maxima is a fairly complete computer algebra system written in Lisp with an emphasis on symbolic computation. It is based on DOE-MACSYMA and licensed under the GPL free software license. Its abilities include symbolic integration, 3D plotting and solving differential equations.
    maxima.sourceforge.io
    Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, matrices and tensors.
    Maxima specializes in symbolic operations, but it also offers numerical capabilities such as arbitrary-precision integer, rational number, and floating-point numbers, limited only by space and time constraints. Maxima includes a complete programming language with ALGOL -like syntax but Lisp -like semantics.
    From Maxima itself, you can use describe (function name) . Finds all the (generally complex) roots of the polynomial equation A, and lists them in numer ical format (i.e. to 16 significant figures). Appends the list b to the list a , resulting in a single list. Loads and runs a program with filename a.
    maxima.sourceforge.io
  3. Maxima (software) - Wikipedia

  4. Maxima, a Computer Algebra System

  5. Introduction to Maxima

  6. A Maxima tutorial

  7. GitHub - calyau/maxima: Computer Algebra System written in …

  8. Doing Algebra with Maxima | Playing with Systems

    WebMaxima is a computer algebra system derived from the earlier Macsyma, which in turn, was written in Lisp. Algebraic capability of Maxima is the one, which puts it apart from the others. We have worked through basic shell …

  9. Maxima Tutorial 2: Algebraic Manipulation and Graphing

    WebDec 15, 2009 · In this tutorial, we are going to enumerate some of the capabilities of Maxima to perform symbol manipulation. Note than in each equation below, do not forget to press the ENTER key after the …

  10. Maxima/Functions - Wikibooks, open books for an open world