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[ConjugateEquation] - compute a determining equation for conjugate points from a two-parameter family of extremals
Calling Sequence
ConjugateEquation(extremals, parms, parm_values, t, t0)
Parameters
extremals
-
list of extremals, or algebraic expression for extremals
parms
list of parameter names
parm_values
list of parameter boundary values
t
independent variable
t0
one end point for the independent variable
Description
The ConjugateEquation(extremals, parms, parm_values, t, t0) command computes an algebraic equation. Its roots are the conjugate points.
The extremals option can be specified as a list, for example, [a*sin(t) + b*cos(t), c*sinh(t/c)+d*cosh(t/d)].
The extremals option can also be expressed algebraically, for example, A*cosh((t-a)/A).
If there are extremals, there must be parameters.
The parm_values options specifies the list of values of the parameters parms at the extremal points matching the boundary conditions of the problem.
The t0 option is an end point for the independent variable, for example, the left one.
To find any conjugate points, set the returned equation to 0 (zero) and solve.
Examples
The conjugate points to 0 are the zeros of this.
See Also
VariationalCalculus, VariationalCalculus[Jacobi]
Download Help Document