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
PDEtools[diff_table] - set up a convenient representation for a function or expression and its derivatives
Calling Sequence
diff_table(expr)
Parameters
expr
-
any valid Maple expression of type algebraic, typically an unknown function - say u(t)
Description
The diff_table command is basically the inverse facility of PDEtools[declare]: it permits entering (input) expressions and their derivatives using compact mathematical notation without using macros or aliases. The notation implemented by diff_table is the jet notation also used by the DifferentialAlgebra package and represents a remarkable saving in redundant typing on input. diff_table also works with anticommutative variables set using the Physics package.
Examples
Let U and V be the "differentiation tables" of and , that is, handy representations for these objects and their derivatives.
You can now input the functions or or any of its partial derivatives using mathematical notation directly, resulting in the expected expression on output.
diff_table can be used simultaneously with PDEtools[declare] so that both input and output are simplified while the actual contents of the expressions generated is the standard expected one. For example, calling declare with ,
the output corresponding to input entered using is displayed using the same mathematical notation
The actual contents of this expression is the expected one. (See lprint and show.)
diff(v(x,y,t),t)+diff(u(x,y,t),x)+diff(diff(diff(u(x,y,t),x),x),y)+diff(u(x,y,t),x)*v(x,y,t)+u(x,y,t)*diff(v(x,y,t),x)
See Also
DEtools, lprint, PDEtools, PDEtools[declare], Physics, Setup
Download Help Document