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
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