Main Content
rhs
Right side (RHS) of equation
Syntax
Description
returns
the right side of the symbolic equation rhsEqn
= rhs(eqn
)eqn
. The value of
eqn
also can be a symbolic condition, such as x > 0. If eqn
is an array, then rhs
returns an array of the right sides of the equations in eqn
.
Conditions that use the >
or >=
operator are
internally rewritten using the <
or <=
operator.
Therefore, rhs
returns the original left side. For example, rhs(x
> 0)
returns x
.