Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Numerics Updates in Maple 10
The evalhf Command
The evalhf command, which evaluates an expression to a numerical value using the floating-point hardware of the underlying system, has been extended to handle complex numbers. In addition, a number of common commands like map, zip, and basic Matrix arithmetic are now also handled directly by evalhf.
Numerical Differentiation
The new fdiff command has been added for computing numerical derivatives. Alternatively, numerical differentiation can be invoked using evalf and D. This feature is particularly useful for mathematical functions for which no symbolic derivative is known.
Examples
fdiff(exp(x),x=1);
fdiff(BesselJ(v,x),[v],[v=1,x=2]) = evalf(D[1](BesselJ)(1,2));
Numerical evaluation of new Mathematical Functions
Support for the numerical evaluation of several new mathematical functions has been added. The functions are: Wrightomega, SphericalY (spherical harmonics), and the five Heun functions HeunG, HeunC, HeunB, HeunD, and HeunT.
For more details on this function, see Enhancements to Symbolic Capabilities in Maple 10.
RootFinding
Special code has been added to RootFinding[Analytic] to detect multiple roots. For more details, see Efficiency Improvements in Maple 10.
See Also
Enhancements to Symbolic Capabilities in Maple 10, Index of New Maple 10 Features
Download Help Document