SymbolAttribute

SymbolAttribute

SymbolAttribute()

Specifies the attributes of a symbol.

Members

Name Description
Antisymmetric The function is antisymmetric.
Cyclesymmetric The function is cyclesymmetric.
Integer The symbol represents an integer.
Linear The function is linear.
Positive The symbol represents a positive number.
Real The symbol represents a real number.
Scalar The symbol represents a scalar
Symmetric The function is symmetric.

Antisymmetric

SymbolAttribute.Antisymmetric

The function is antisymmetric.

Cyclesymmetric

SymbolAttribute.Cyclesymmetric

The function is cyclesymmetric.

Integer

SymbolAttribute.Integer

The symbol represents an integer.

Linear

SymbolAttribute.Linear

The function is linear.

Positive

SymbolAttribute.Positive

The symbol represents a positive number.

Real

SymbolAttribute.Real

The symbol represents a real number.

Scalar

SymbolAttribute.Scalar

The symbol represents a scalar. It will be moved out of linear functions.

Symmetric

SymbolAttribute.Symmetric

The function is symmetric.