Exemplos de Telas Típicas de Folha de Documento de Cálculos do Maple
Bivariate Limits
The limit command has been enhanced for the case of limits of bivariate rational functions. Many such limits that could not be determined previously are now computable. The new algorithm specifically handles the case where the function has an isolated singularity at the limit point.
In Maple 16, the following limit calls would return unevaluated, but they can be computed in Maple 17:
Example 1 | Example 2 | Example 3 | |||||||||||||||
|
|
|
Let us plot these three functions in the neighborhood of the origin:
|
|
|
In the last two examples, we can visually verify the existence of the limit.
In the first example, by inspecting the graph we can identify two different directions with different limits, namely
and
. Indeed:
|
|
This is a proof that the bivariate limit of
at the origin exists and is equal to
.
The following graph depicts the function
as well as all of the critical paths:
|
|
Branch Cuts of Mathematical Expressions
The FunctionAdvisor can now compute, algebraically, branch cuts (discontinuities) of mathematical expressions involving compositions of +, *, ^, and possibly fractional powers, with every mathematical function call for which FunctionAdvisor knows the branch cuts, with no restrictions to the level of nesting in the expression. This new feature includes the ability to generate 2-D and 3-D plots of the cuts, so as to view where the cuts are located and how the function evolves from one cut to another one.
Example | ||||||||||||
The segments of discontinuity are therefore located in the imaginary part of expression, You can rotate these plots with the mouse and use any of the options of plot, plot3d and plotcompare to observe the cuts in different ways. A 2-D more abstract visualization of the same cuts:
|
Example | |||||||
A classic example in the theory of branch cut calculation: Kahan's teardrop
This expression is equal to zero for all values of
|
A new class of ordinary differential equations of Abel type, with non-constant invariants and depending on two arbitrary parameters, is now fully solvable in Maple 17. Additionally, a large number of changes were added to the routines for tackling ordinary and partial differential equations.
Ordinary differential equation
For 1st order ODEs, the simplest problem beyond the reach of complete solving algorithms is known as Abel equations. These are equations of the form
![]()
where
is the unknown and the
and
are arbitrary functions of
. The biggest subclass of Abel equations known to be solvable was discovered by our research team and is the AIR 4-parameter class. New in Maple 17, another 2-parameter class of Abel equations, beyond the AIR class, is now known and solvable.
Example | ||||||||
|
The related class of Abel equations that is now entirely solvable consists of the set of equations that can be obtained from equation above by changing variables
where
and the four
are arbitrary rational functions of
; this is the most general rational transformation that preserves the form of Abel equations and thus generates Abel ODE classes.
Several changes were performed in the existing algorithms to optimize their functioning, resulting in new solutions for problems that were out of reach in previous releases.
Example: Second order linear equations | ||||||||
|
Example: Nonlinear ODE problems with initial values | ||||||||
|
Example: Third order nonlinear ODE depending on arbitrary function, a reduction to a Riccati equation | ||||||||
|
Semialgebraic System Solving
The SolveTools[SemiAlgebraic] command has been integrated directly into the solve command, such that many systems involving non-linear polynomial inequalities that could not be solved previously, are solved.
In Maple 16, no solutions were found for the following system, but in Maple 17 it is easily solved:
Example | ||||
| ||||
A solution to such a system of inequalities is a decomposition of the feasible region of the inequalities into bands as can be seen in the inequality plot:
|
| |||
Additionally, the SemiAlgebraic command now can build case discussions for systems with real-valued parameters.
| ||||










![Typesetting:-mprintslash([sol[1] := `+`(_C1, `/`(`*`(`^`(`+`(`-`(`/`(`*`(y(x)), `*`(beta))), `-`(1)), `+`(beta, 1)), `*`(`^`(`+`(`-`(`/`(`*`(y(x)), `*`(alpha))), 1), `+`(alpha, 1)))), `*`(`^`(`+`(`*`(...](http://www.maplesoft.com/products/maple/new_features/images17/AdvancedMath/AdvancedMath_100.gif)



![piecewise(And(a = 0, `<`(0, b)), [[`<`(0, x)]], And(`<`(0, a), `<`(`*`(`^`(a, 3)), b)), [[`<`(a, x), `<`(x, `/`(`*`(sqrt(`*`(a, `*`(b)))), `*`(a)))]], And(`<`(a, 0), b = 0), [[`<`(0, x)], [`<`(a, x), ...](http://www.maplesoft.com/products/maple/new_features/images17/AdvancedMath/AdvancedMath_293.gif)