About 75,900 results
Open links in new tab
  1. Introduction to computer algebra systems? - Stack Overflow

    Apr 1, 2013 · 4 Here are two books which describe algorithms used for implementing computer algebra systems: Computer Algebra and Symbolic Computation: Elementary Algorithms Computer Algebra …

  2. JavaScript computer algebra system - Stack Overflow

    Oct 8, 2015 · I am looking for a simple computer algebra system (cas) for JavaScript but I can't find anything with google. I only need basic functionality: simplify expressions to some canonic form. …

  3. php - Building a computer algebra system - Stack Overflow

    Oct 27, 2015 · The book describes an algorithm for automatic simplification of algebraic expressions. This algorithm is used in the computer algebra library for C#. Going with your example, the following …

  4. python - Is it actually possible to use any Computer Algebra System ...

    Sep 9, 2022 · I was searching for some way to use Sympy in R, but I didn't find anything that could solve the equation below without errors. Is is actually possible to use something like Sympy in R?

  5. math - Symbolic Computation Library in pure C - Stack Overflow

    Jul 30, 2012 · Please look at Axiom -- a general purpose Computer Algebra system. Also you can use Giac -- Giac is a free (GPL) C++ library, it is the computation kernel, it may be used inside other C++ …

  6. How do Computer Algebra Systems work? [closed]

    Feb 28, 2015 · In Computer Architecture course, I have learnt how computer performs numerical computations. While using MATLAB, I was introduced to symbolic mathematics toolbox. I was …

  7. Constructing a data structure for a computer algebra system

    May 31, 2012 · Please see Definition of Computer Algebra System. My suggestion: Numbers, elements, sets, operations, etc. are fundermental in algebra. The data structures will have to be about them. In …

  8. Certified calculations in a proof assistant - Stack Overflow

    Nov 15, 2021 · Symbolic calculations performed manually or by a computer algebra system may be faulty or hold only subject to certain assumptions. A classical example is sqrt(x^2) == x which is not …

  9. algorithm - Symbolic Mathematics Python? - Stack Overflow

    Feb 1, 2013 · The aim of the SympyCore project is to seek out new high Performance solutions to represent and manipulate symbolic expressions in the Python programming language, and to try out …

  10. computer algebra systems - Symbolic Matrix Library in clojure, advice ...

    Nov 17, 2012 · I more or less manage the linear algebra modules in SymPy, a major Python symbolics package. I'll give you my perspective coming from a traditional computer algebra system. We have …