Метрологія, стандартизація, сертифікація


Завдання №6: Код EAN13

Довідка до коду програми CAS MAXIMA. Операції логіки або порівняння у програмі CAS MAXIMA.

Among other elements, conditions may comprise relational and logical operators as follows.

OperationSymbolType
less than "<" relational infix
less than or equal to "<=" relational infix
equality (syntactic) = relational infix
negation of = # relational infix
equality (value) equalrelational function
negation of equalnotequalrelational function
greater than or equal to >= relational infix
greater than > relational infix
and and logical infix
or or logical infix
not notlogical prefix