Special symbol: noeval
noeval suppresses the evaluation phase of ev. This is useful in conjunction with other
switches and in causing expressions to be resimplified without being reevaluated.
Declaration: noun
noun is one of the options of the declare command. It makes a function so declared a
"noun", meaning that it won't be evaluated automatically.
Option variable: noundisp
Default value: false
When noundisp is true, nouns display with a single quote. This switch is always true
when displaying function definitions.
Special symbol: nouns
nouns is an evflag. When used as an option to the ev command, nouns converts all
"noun" forms occurring in the expression being ev'd to "verbs", i.e., evaluates them. See also
noun, nounify, verb, and verbify.
Special symbol: numer
numer causes some mathematical functions (including exponentiation) with numerical
arguments to be evaluated in floating point. It causes variables in expr which have been given
numerals to be replaced by their values. It also sets the float switch on.
Функция: numerval (x_1, expr_1, ..., var_n, expr_n)
Declares the variables x_1, ..., x_n to have numeric values equal to expr_1, ..., expr_n.
The numeric value is evaluated and substituted for the variable in any expressions in which the
variable occurs if the numer flag is true. See also ev.
The expressions expr_1, ..., expr_n can be any expressions, not necessarily-
обязательно numeric.
System variable: opproperties
opproperties is the list of the special operator properties recognized by the Maxima
simplifier-упроститель: linear, additive, multiplicative, outative, evenfun,
oddfun, commutative, symmetric, antisymmetric, nary, lassociative,
rassociative.
Option variable: opsubst
Default value: true
When opsubst is false, subst-подстановка does not attempt to substitute into the
operator of an expression. E.g., (opsubst: false, subst (x^2, r, r+r[0])) will work.
Declaration: outative
declare(f,outative) tells the Maxima simplifier that constant factors-коэффициенты
in the argument of f can be pulled out-выведены.
1. If f is univariate-одномерное, whenever (всякий раз, когда) the simplifier encounters
f applied-применяется to a product-произведению, that product-произведение will be
partitioned-разделено into factors-коэффициенты that are constant and factors that are not
78