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
VariationalCalculus[Convex] - determine whether an integrand is convex
Calling Sequence
Convex(f, t, x(t))
Parameters
f
-
expression in t, x(t), and x'(t)
t
independent variable
x(t)
unknown function (or list of functions)
Description
The Convex(f, t, x(t)) command determines if the integrand is convex.
If the integrand is convex, the functional is globally minimized by extremals (solutions of the Euler-Lagrange equations).
For a convex integrand, the output is an expression sequence containing two items:
Hessian matrix
Logical expression that is true iff the Hessian is positive semidefinite, which proves that J is a minimum
If the integrand is not convex, Maple returns false.
If LinearAlgebra[IsDefinite] cannot determine the convexity, the output is an expression sequence containing two items:
unevaluated call to IsDefinite
If an error occurs in the execution of LinearAlgebra[IsDefinite], only the Hessian matrix is returned.
The arithmetic negation makes the Hessian negative semidefinite.
Examples
See Also
LinearAlgebra[IsDefinite], VariationalCalculus, VariationalCalculus[EulerLagrange]
Download Help Document