subuttryck
Subuttryck is a Swedish term used in mathematics and computer science to denote a subexpression within a larger expression. The word combines sub- prefix with uttryck (expression) and is used to refer to any part of an expression that preserves its structure and meaning within the larger expression.
Definition: In formal terms, if E is an expression built from constants, variables, and operators, then any
Uses: In algebraic manipulation, subuttryck is used to refer to parts that can be isolated or substituted,
Relation to tree representations: Subuttryck corresponds to nodes or subtrees in parse trees or abstract syntax
See also: subexpression, parse tree, abstract syntax tree, common subexpression elimination, algebraic manipulation.