Recent content by Robert Dodier

  1. R

    Can Maxima Find Exact Sums of Infinite Series?

    I've arrived late at the party, but for the record, here's how to find the sum with Maxima. [FONT=Courier New]foo : 'sum(n/(4*n^2-1)^2, n, 1, inf); load (simplify_sum); simplify_sum (foo); => 1/8
Back
Top