Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Student[NumericalAnalysis][InitialValueProblemTutor] - numerically approximate the solution to a first order initial value problem
Calling Sequence
InitialValueProblemTutor(ODE, IC, t=b)
InitialValueProblemTutor(ODE)
InitialValueProblemTutor()
Parameters
ODE
-
equation; first order ordinary differential equation of the form
IC
equation; initial condition of the form y(a)=c, where a is the left endpoint of the initial-value problem
t
name; the independent variable
b
algebraic; the point for which to solve; the right endpoint of this initial-value problem
Description
The InitialValueProblemTutor command launches a tutor interface that computes, plots, and compares numerical approximations to y(b), the exact solution to the given initial-value problem, using various numerical techniques.
If ODE is not specified, InitialValueProblemTutor uses a default ordinary differential equation.
If IC is not specified, InitialValueProblemTutor uses a default initial condition.
If the t = b argument is not specified, InitialValueProblemTutor uses a default endpoint.
Any of the following methods can be used:
Euler
Taylor
Runge-Kutta Midpoint
Runge-Kutta Order Three
Runge-Kutta Order Four
Runge-Kutta-Fehlberg
Runge-Kutta Heun
Runge-Kutta Modified Euler
Adams-Bashforth Two-Step
Adams-Bashforth Three-Step
Adams-Bashforth Four-Step
Adams-Bashforth Five-Step
Adams-Moulton Two-Step
Adams-Moulton Three-Step
Adams-Moulton Four-Step
Adams-Bashforth-Moulton Second-Order Predictor-Corrector
Adams-Bashforth-Moulton Third-Order Predictor-Corrector
Adams-Bashforth-Moulton Fourth-Order Predictor-Corrector
Adams-Bashforth-Moulton Fifth-Order Predictor-Corrector
Examples
See Also
Student[NumericalAnalysis], Student[NumericalAnalysis][InitialValueProblem], Student[NumericalAnalysis][InteractiveOverview]
Download Help Document