Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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