Symbolic Math Programs: Which has the least number of bugs?

  • Thread starter Thread starter elect_eng
  • Start date Start date
  • Tags Tags
    Programs
elect_eng
Messages
372
Reaction score
2
I've been a little old fashioned when it comes to doing symbolic computations. For years I've resisted using programs like Mathematica, Maple, Maxima etc. to handle symbolic manipulations. Over the past several months I've started using Maxima, choosing this program because it is free. I always double check the final answers by hand, but I'm finding that using Maxima as a tool is useful and can speed up my work.

I've recently encountered some bugs in Maxima. One day I found that a symbolic definite integral calculation came out with a wrong sign. Note that I'm not talking about the numerical definite integral calculation which seems to work fine. I then started comparing other examples of symbolic definite integrals. I went through a definite integral table and was alarmed at the high percentage of answers that had the wrong sign. I went on-line to investigate and a quick scan made it clear that all of these symbolic calculators have some bugs.

My question is whether anyone has any experience with which package is the most reliable in general. Also, more particularly, is there a package that handles symbolic definite integrals best.
 
Mathematics news on Phys.org
Out of curiosity, can we have some examples of expressions that Maxima did wrong?
 
CRGreathouse said:
Out of curiosity, can we have some examples of expressions that Maxima did wrong?

Here is one example:

integrate(sqrt(-log(x)), x, 0, 1);

This yields -sqrt(pi)/2, but it should be sqrt(pi)/2, according to my math table.

Numerical Integration yields 0.8862269254526032 as expected.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top