Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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