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][Laplacian] - compute the Laplacian of a function or a vector field
Calling Sequence
Laplacian(f, c)
Laplacian(F)
Parameters
f
-
algebraic expression
c
(optional) specify the coordinate system
F
(optional) vector field or Vector-valued procedure; a vector field
Description
The Laplacian(f) calling sequence computes the Laplacian of the function f in the current coordinate system. If no coordinate system has been explicitly specified, the command will assume a cartesian system with coordinates the variables which appear in the expression f. This is equivalent to and .
The Laplacian(f, c) calling sequence computes the Laplacian of the function f in the coordinate system specified by the parameter c, which can be given as:
* an indexed name, e.g.,
* a name, e.g., spherical; default coordinate names will be used
* a list of names, e.g., ; the current coordinate system will be used, with these as the coordinate names
For more information on coordinate systems, see SetCoordinates.
The Laplacian(c) calling sequence returns the differential form of the Laplacian operator in the coordinate system specified by the parameter c.
The Laplacian() calling sequence returns the differential form of the Laplacian operator in the current coordinate system. If no coordinate system has been set (by a call to SetCoordinates), cartesian coordinates are assumed.
The Laplacian(F) calling sequence, where F is either a vector field or a Vector-valued procedure (which is interpreted as a vector field), computes the Laplacian of the vector field as follows.
* If the coordinate system of F is cartesian, the command maps the algebraic Laplacian onto the component functions.
* If F is a 3-D vector field, use the formula .
* Otherwise, map F to cartesian coordinates, apply the algebraic Laplacian to the component functions, and then map the result back to the original coordinate system of F.
Examples
The Laplacian in cylindrical coordinates:
See Also
Student[VectorCalculus], Student[VectorCalculus][CrossProduct], Student[VectorCalculus][Curl], Student[VectorCalculus][Del], Student[VectorCalculus][Divergence], Student[VectorCalculus][DotProduct], Student[VectorCalculus][Nabla], Student[VectorCalculus][SetCoordinates], Student[VectorCalculus][VectorField]
Download Help Document