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[VectorCalculus][Hessian] - compute the Hessian Matrix of a function from R^n to R
Calling Sequence
Hessian(f, v, det, opts)
Hessian(f, v=p, det, opts)
Parameters
f
-
algebraic expression
v
list(name); specify the variables of differentiation
p
(optional) list(algebraic); point at which the Hessian is evaluated
det
(optional) equation of the form determinant=b, where b is either true or false; specify whether to return both the computed Hessian Matrix and its determinant
Description
The Hessian(f, v) command computes the Hessian Matrix of the function f with respect to the variables in v. This is the Matrix with an (i,j)th entry of .
If the point p is supplied, the computed Hessian will be evaluated at that point. The dimension of the point must equal the number of variables in v.
If the right side of det is true, an expression sequence containing the Hessian Matrix and its determinant, in that order, is returned. If the right side of det is false, the Hessian Matrix is returned. If this parameter is the word determinant, it is interpreted as determinant=true. If the det parameter is not specified, it defaults to determinant=false.
If any options are given in opts, they will be passed on to the construction of the returned Matrix. For details on available options, see Matrix.
Compatibility
The p parameter was introduced in Maple 16.
The determinant option was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
See Also
Student[VectorCalculus], Student[VectorCalculus][diff], Student[VectorCalculus][Jacobian]
Download Help Document