Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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