Collect Collects the terms of an expression with respect to one of the variables. Syntax collect(Expression, Identifier) collect(Expression, List) Description collect(Expression, Identifier) Given an expression and an identifier in the expression, collects the term of the expression in powers of . collect(Expression, List) Given an expression and a list with identifiers in the expression, collects the term of the expression in powers of the variables of the list. Related functions Coefficients, All variables Table of Contents Syntax Description Related functions