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
Student[MultivariateCalculus][SecondDerivativeTest] - perform the second derivative test to classify points as local min, max, or saddle points
Calling Sequence
SecondDerivativeTest(f(x,y,...), [x,y,...] = [a,b,...], opts)
SecondDerivativeTest(f(x,y,...), [x,y,...] = [[a,b,...], [c,d,...]], opts)
Parameters
f(x, y, ...)
-
algebraic expression
x, y, ...
name; specify the independent variables
a, b, c, d, ...
real constant; evaluate the SecondDerivativeTest at the specified point
opts
(optional) equation of the form output=method where method is hessian or a list of keywords; specify output options
Description
The SecondDerivativeTest command returns the classification of the desired point(s) using the second derivative test. Point(s) can either be classified as minima (min), maxima (max), or saddle points (saddle). Alternatively, the Hessian matrix used by the second derivative test can be returned by using the optional argument.
If the optional parameter is given as output = hessian, this command returns the Hessian matrix, if it exists, for the point(s) specified. Alternatively, this parameter can be given in the form output =list where the list contains one or more of the keywords min, max, or saddle. The default value for this parameter is output = [min, max, saddle].
Examples
See Also
Student, Student[MultivariateCalculus]
Download Help Document