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
VariationalCalculus[Jacobi] - compute and solve Jacobi's equation for conjugate points
Calling Sequence
Jacobi(f, t, x(t), X(t), h, a)
Parameters
f
-
integrand to be tested
t
independent variable
x(t)
dependent function or list of functions
X(t)
expression for the extremal (found by solving the Euler-Lagrange equations)
h
name for the unknown function in Jacobi's equation
a
initial point (left end of the interval)
Description
The Jacobi(f, t, x(t), X(t), h, a) command finds Jacobi's equation and tries to find solutions of Jacobi's equation, that is, conjugate points.
The routine returns an expression sequence consisting of Jacobi's equation and any solutions found by dsolve.
If dsolve encounters a problem, an error message is returned.
If dsolve fails to find a solution, only Jacobi's equation is returned.
If the solution of Jacobi's equation has a zero on the region of interest, the extremal is not optimal.
Examples
See Also
dsolve, VariationalCalculus
Download Help Document