Advanced Math
conjugate and RootOf
eval
Gröbner Bases
product
Series and Limit Computations
Symbolic Integration
Symbolic Summation
The conjugate command now has extended support for RootOf expressions. You can now find the conjugate of the following:
Indexed RootOfs
RootOf expressions with a numerical selector and real coefficients
The following examples return unevaluated in Maple 2015 and earlier.
conjugateRootOfx5+x2−1,index=2
RootOf⁡_Z5+_Z2−1,index=5
conjugateRootOfx2+ 3x+1,−1+I
RootOf⁡_Z2+3⁢_Z+1,−1−I
For indefinite integrals, sums, and products, as well as for differentiations, the eval command now supports an additive change of the variable.
∫fx ⅆxx=a|f(x)x=x+c
∫f⁡x+cⅆx
∑xfxx=a|f(x)x=x+c
∑xf⁡x+c
f'xx=a|f(x)x=x+c
D⁡f⁡x+c
∏xfxx=a|f(x)x=x+c
∏xf⁡x+c
Maple 2016 includes a new C implementation of the F4 algorithm for computing Gröbner bases, replacing FGb. The new code is generally faster and uses multiple threads. The benchmarks below show real time on a quad core Intel Core i5 4590 3.3 GHz computer using a logarithmic scale. The new code supports primes up to 231−1, an increase over FGb's 16-bit primes. To compute over the rationals, Maple uses Chinese remaindering and rational reconstruction.
Maple 2016 includes improved handling of "product over RootOf" cases. The following example returns unevaluated in Maple 2015 and earlier:
∏R = RootOfz2−2x−RootOfz2−R,z
x4−2
A number of improvements were made to series and limit computations in Maple.
The following series and asymptotic functions were added:
Asymptotic expansions of Airy functions at −∞
Series and asymptotic expansions of hypergeometric functions
Series expansions of abs and signum in the real case
Series expansion of GAMMA function at a symbolic pole
Asymptotic expansion of incomplete GAMMA function w.r.t. the parameter
Asymptotic expansion of Hurwitz Zeta function
Series and asymptotic expansions of harmonic numbers
Series expansions of ln and related functions with a logarithmic branch cut depending on a real parameter were improved.
Finally, limit computations of oscillating functions were improved.
New Series Expansions
The following series expansions could not be computed in earlier versions of Maple:
F1 2 functions at 1
serieshypergeom1,1,−13,1−x,x
−89⁢π⁢3x7/3+3227⁢π⁢3x4/3−1681⁢π⁢3x1/3+47−32729⁢π⁢3⁢x2/3+635⁢x−402187⁢π⁢3⁢x5/3+36455⁢x2−646561⁢π⁢3⁢x8/3+811820⁢x3+O⁡x11/3
The case where the lower parameter minus the sum of the upper parameters is an integer is supported.
serieshypergeom12,32,1,1−x,x
2πx+12⁢−ln⁡x−1+4⁢ln⁡2π+12⁢−38⁢ln⁡x−1316+32⁢ln⁡2π⁢x+12⁢−1564⁢ln⁡x−916+1516⁢ln⁡2π⁢x2+12⁢−1751024⁢ln⁡x−525512288+175256⁢ln⁡2π⁢x3+12⁢−220516384⁢ln⁡x−1129132768+22054096⁢ln⁡2π⁢x4+Ox5
The Γ function at a symbolic pole.
seriesΓx,x=n,3 assuming n∷nonposint
1−1n⁢Γ⁡1−nx−n+Ψ⁡1−n−1n⁢Γ⁡1−n+16⁢π2−1n−12⁢Ψ⁡1,1−n⁢Γ⁡1−