isEqLagOp
Determine if two LagOp
objects are same
mathematical polynomial
Syntax
indicator
= isEqLagOp(A
,B
)
indicator
= isEqLagOp(A
,B
,Name,Value)
Description
determines
if two lag operator polynomials indicator
= isEqLagOp(A
,B
)A
and B
are
the same. indicator
is a boolean indicator
for the equality test. TRUE
indicates the two polynomials
are identical to within tolerance; FALSE
indicates
the two polynomials are not identical to within tolerance.
determines
if two lag operator polynomials are the same with additional options
specified by one or more indicator
= isEqLagOp(A
,B
,Name,Value
)Name,Value
pair arguments.
If at least one of A
or B
is
a lag operator polynomial object, the other can be a cell array of
matrices (initial lag operator coefficients), or a single matrix (zero-degree
lag operator).
Input Arguments
| Lag operator polynomial object, as created by |
| Lag operator polynomial object, as created by |
Name-Value Arguments
Output Arguments
| Boolean indicator for the equality test. |