Equation/Inequality

table of contents


rewrite
exchange
eliminate
absExpand
andConnect
getRight
getLeft
and
or
xor
not

rewrite ClassPad Math Plus

Moves the right side elements of an equation or inequality to the left side.
Syntax: rewrite (Eq/Ineq/List [ ) ]

スティッキー
スティッキー

exchange ClassPad Math Plus

Swaps the right-side and left-side elements of an equation or inequality.
Syntax: exchange (Eq/Ineq/List [ ) ]

スティッキー
スティッキー

eliminate ClassPad Math Plus

Solves one equation with respect to a variable, and then replaces the same variable in another expression with the obtained result.
Syntax: eliminate (Eq/Ineq/List-1, Variable, Eq-2 [ ) ]

スティッキー
スティッキー

absExpand ClassPad Math Plus

Divides an absolute value expression into formulas without absolute value.
Syntax: absExpand (Eq/Ineq [ ) ]

スティッキー
スティッキー

andConnect ClassPad Math Plus

Combines two equations or inequalities into a single expression.
Syntax: andConnect (Eq/Ineq-1, Eq/Ineq-2 [ ) ]

スティッキー
スティッキー

getRight ClassPad Math Plus

Extracts the right-side elements of an equation or inequality.
Syntax: getRight (Eq/Ineq/List [ ) ]

スティッキー
スティッキー

getLeft ClassPad Math Plus

Extracts the left-side elements of an equation or inequality.
Syntax: getLeft (Eq/Ineq/List [ ) ]

スティッキー
スティッキー

and

Returns the result of the logical AND of two expressions.
Syntax: Exp/Eq/Ineq/List-1 and Exp/Eq/Ineq/List-2

スティッキー
スティッキー

or

Returns the result of the logical OR of two expressions.
Syntax: Exp/Eq/Ineq/List-1 or Exp/Eq/Ineq/List-2

スティッキー
スティッキー

xor

Returns the logical exclusive XOR of two expressions.
Syntax: Exp/Eq/Ineq/List-1 xor Exp/Eq/Ineq/List-2

スティッキー
スティッキー

not

Returns the logical NOT of an expression.
Syntax: not(Exp/Eq/Ineq/List [ ) ]

スティッキー
スティッキー