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
Overview of the Student Package
Description
The Student package is a collection of subpackages designed to assist with the teaching and learning of standard undergraduate mathematics. There are many routines for displaying functions, computations, and theorems in various ways. There is also support for stepping through important computations.
The Student package contains the following subpackages.
Calculus1
single-variable calculus
LinearAlgebra
linear algebra
MultivariateCalculus
multiple-variable calculus
NumericalAnalysis
numerical analysis
Precalculus
precalculus
VectorCalculus
multiple-variable vector calculus
The Student package is also designed to provide an introduction to the power of the full Maple system. Thus, incompatibilities between commands in the Student subpackages and similar commands in standard Maple are minimized and are carefully documented.
The Student subpackages make use of the Maple infolevel feature to provide useful feedback from many commands. To access this facility for all the Student subpackages at once, use infolevel[Student] := 1. To access the facility for individual subpackages, use infolevel[Student[<subpackage name>]] := 1, for example, infolevel[Student[Calculus1]] := 1.
A note on boolean options: Many of the commands in the Student packages take boolean options, that is, options of the form option_name = value, where value is one of true or false. These options are used, for example, to control which components are included in a plot. In all cases, the form option_name =true can be abbreviated as simply option_name.
A note on color: Many of the commands in the Student package produce plots. The colors used for the various components of these plots can be adjusted by calling the SetColors command.
The Maple Command Completion facility is helpful for entering the names of Student package commands.
See Also
Command Completion, infolevel, Student[Calculus1], Student[LinearAlgebra], Student[MultivariateCalculus], Student[NumericalAnalysis], Student[Precalculus], Student[VectorCalculus]
Download Help Document