Product Suggestions

Post your suggestions on new features and products.

Dear friends,

every once in a while I come across an integral that Maple does not readily compute and post it here, so that your programmers may perhaps include it in the integration engine.

I am writing today concerning the integral int(x^q/(exp(x)-1), x=0..infinity); for q a real number. Maple can do this integral for rational q but not for irrational ones, e.g. try q=14/10 vs. q=sqrt(2). I hope you can make good use of this hint. The original computation...

Dear friends,

I have recently been calculating a sum from this link.

The problem here is to calculate the sum sum_{n>=1} (-1)^(n+1)/(n^2+a) with a some positive real number. You probably all agree that it is preferable to express it using elementary functions from basic calculus as opposed to the Gamma, Zeta and Digamma...

In ?ChiSquareIndependenceTest a contingency table is needed for input.
To construct such a table from raw data is not trivial. I suggest to include this in the statistics package.
A first try:

Crosstab := proc(A,i,j,first::evaln,second::evaln)
 
J:=Int((3*v^2+4*v+2)*(-(3*v^2+2*v+1)/(3*v^2+8*v+4))^(1/2)/(1+2*v)^2,
      v = -2 .. -2/3)

Then J = -8/3*EllipticK(1/3) + 8/3*EllipticPi(-1/3,1/3) + 3*EllipticE(1/3)


That integral caught my attention through a private discussion. Both MMA and Maple
only succeded up to a limit in the lower boundary, which could not be determined.

Re-writing the integrand as A/(polynomial of degree 4) using the command 'rationalize'

I would like to be able to look at the maple video tutorials with the MaplePlayer on the Ipad. Hope that this is made possible.

Dear friends,

I will present a series of commands for you to ponder that should speak for themselves.

> q := n -> int(1/(1-2^n*exp(I*theta*n))^2*2*I*exp(I*theta), theta=0..2*Pi);
                            2 Pi
                           /
                          |          2 I exp(theta I)
               q := n ->  |      ------------------------ dtheta
                          |            n                2
                         /       (1 - 2  exp(theta n I...

Hello all,

I recently helped someone with a contour integration problem, you may find my calculation at the following link. It occurred to me to test this integral with Maple and Mathematica.

For example,

int(1/x^(1/3)/(x^2+2*x*cos(Pi/7)+1), x=0..infinity);

produces an unusable output from Mathematica. Maple is a little better,...

This is a wish list for the version of Maple after whatever immediate next version is being developed.

It's about three-quarters of a year since Maple 16 came out, and if Maple follows its recent history of annual releases then development of new features of the very next release after 16 would be quite well along, and possibly even nearing completion. But that could mean that this is a good time to discuss wish lists for the version after that -- the version two releases after 16.

I would like to pay attention to http://www.ams.org/samplings/feature-column/fc-2012-12, where a discrete analog of vector calculus on graphs is applied to rankings. In my opinion, it would be useful to implement that in the GraphTheory package.                           ...

Hi,

I used Maple in my studies, but it is not suitable for screens with high-dpi resolutions and it has no full screen mode.

I have a Macbook Pro Retina.

Thanks.

I would like to be able to read Maple manuals and the AEM book that I have bought on the ipad. I can understand that I will not be able to run the commands. But it woud be nice to read through the different sections while reclining on my bed. Hope that you will make it possible.

Dear friends,

I was working on the integral of cosh(ax)/cosh(x) from zero to infinity with "a" being a rational number p/q where p<q and p-q being odd. I was quite shocked to discover that Maple 15 (X86 64 LINUX)cannot do this integral while Mathematica gets it right every time. I certainly hope this will be rectified soon.

For those who might be interested the calculation of the integral

there is a link

The version 16 of Maple does not know the function "pow", it is replaced by "power". Nevertheless, the codegen[optimize] procedure still generates it!  Moreower, it's not optimal even to write poser(..., 1/2)  as, most probably, the function sqrt must run faster. 

  Here's an example: (the function being optimized just contains some nested square roots)

> iang10 := [codegen[optimize](Re(int11), tryhard)];
[ 2 t17

Dear Maple users

I have had Maple creating graphics for me that I cannot do in other programs I have access to: 3D pictures of circle waves interferring or even the result of an interference pattern from a diffraction grating in Physics. But when it comes to simple animations, I am not all that impressed.

Basicly I have three complaints: 

a)  Maple seems to use a lot of space to save frame information, resulting in large filesizes.

Dear friends,

while working with Beta function integrals like int_0^1 x^(7/23)*(1-x)^(16/23) dx I noticed that Maple does not seem to know about the following Beta function identity:

Beta(m+q, n+1-q) = Pi/sin(Pi*q)*mul(r+q, r=0..m-1)*mul(r+1-q, r=0..n-1)/(m+n)!

where m,n are positive integers and q is a real number so that 0 < q < 1. This is easy to prove and there...

First 6 7 8 9 10 11 12 Last Page 8 of 23