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
Definition of Surface and Nested Types
Description
The type checks that require information only about the top level of the expression tree will be called ``surface types''.
Types that check a complete expression tree (probably recursively) will be called ``nested types''.
Most of the system types are surface types since these are encoded in the top node of the expression tree. Thus
Both return true regardless of the types of the components of the set in the first case, and regardless of the types of the terms of the sum in the second.
The following types are examples of surface types:
`!`
`*`
`+`
`..`
`.`
`<=`
`<>`
`<`
`=`
`^`
`and`
`intersect`
`minus`
`module`
`not`
`or`
`union`
algebraic
anything
applied
array
boolean
equation
even
float
fraction
function
indexed
integer
laurent
linear
list
listlist
logical
mathfunc
matrix
moduledefinition
monomial
name
negative
nonemptylist
nonemptyset
nonnegative
numeric
odd
point
positive
procedure
radical
range
rational
record
relation
RootOf
rtable
scalar
SDMPolynom
series
SERIES
set
sqrt
string
table
taylor
trig
type
uneval
vector
zppoly
The type 'constant', on the other hand, will completely scan an expression to determine whether or not it is composed of any nonconstant parts. Hence it is a nested type. The following types are examples of nested types:
algfun
algnum
appliable
constant
cubic
expanded
polynom
quadratic
quartic
radfun
radnum
ratpoly
See Also
Download Help Document