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][EulerTutor] - numerically approximate the solution to a first order initial value problem using Euler's method
Calling Sequence
EulerTutor(ODE, IC, t=b)
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 EulerTutor command launches a tutor interface that computes and plots the numerical approximation to y(b), the exact solution to the given initial-value problem, using Euler's method.
If ODE is not specified, EulerTutor uses a default ordinary differential equation.
If IC is not specified, EulerTutor uses a default initial condition.
If the t = b argument is not specified, InitialValueProblemTutor uses a default endpoint.
The EulerTutor returns either a plot or a value. For information on how to obtain other return values using the Euler command, see Euler.
The step-by-step calculations in the EulerTutor are only available from within the tutor interface.
Examples
See Also
Student[NumericalAnalysis], Student[NumericalAnalysis][Euler], Student[NumericalAnalysis][InitialValueProblem], Student[NumericalAnalysis][InitialValueProblemTutor], Student[NumericalAnalysis][InteractiveOverview]
Download Help Document