Question: can it have simple solution for convert(taylor(Qx*exp(z), z=0,5), ratpoly);

1. can it have simple solution for convert(taylor(Qx*exp(z), z=0,5), ratpoly); as my solution have     hypergeom([-1/2i, ....?

    for example where Qx = x/m, if m is also increasing from 0 to 5 by one in each term

    How to write these command?

    is it sum(Qx*z^m/m!, m=0..infinity); but convert this result to ratpoly result in error, if exp, it will have summation,

 

2. can taylor to infinity ? such as convert(taylor(Qx*exp(z), z=0,infinity), ratpoly);

    or only a few terms such as 5 is enough?

3. How to copy a long result which is a formula from maple?

    for example, i expect copy (x+1)*2 from maple to matlab

    however, export as in menu of maple to text file have many /  \ / for exp which is not a formula

 

4. about this web site, i press only one time, but there have been 3 records of this question, why? now i deleted 2 of them

   

 

Please Wait...