20010102
u
exchange (exchng)
Function: Exchanges the right-side and left-side expressions.
Syntax: exchange( {Eq/Ineq/List} [ ) ]
○ ○ ○ ○ ○
Example
To exchange the left-side and right-side expressions of 3 > 5X – 2Y
3
(EQUA)
f
(exchng)
d
3
(EQUA)
b
(INEQUA)
b
(>)
f
a
+
(X)
-c
a
-
(Y)
w
5X – 2Y < 3
u
eliminate (elim)
Function: Assigns an expression to a variable.
Syntax: eliminate( {Eq/Ineq/List} -1, variable, Eq-2 [ ) ]
○ ○ ○ ○ ○
Example
To transform Y = 2X + 3 to X= and then substitute into 2X + 3Y = 5
3
(EQUA)
g
(elim)
c
a
+
(X)
+d
a
-
(Y)
!
.
(=)
f,
a
+
(X)
,
a
-
(Y)
!
.
(=)
c
a
+
(X)
+d
w
4Y – 3 = 5
u
getRight (getRgt)
Function: Gets the right-side element.
Syntax: getRight( {Eq/Ineq/List} [ ) ]
○ ○ ○ ○ ○
Example
To extract the right side element of Y = 2X2 + 3X + 5
3
(EQUA)
h
(getRgt)
a
-
(Y)
!
.
(=)
c
a
+
(X)
x
+d
a
+
(X)
+f
w
2X2
+ 3X + 5
u
invert
Function: Inverts two variables.
Syntax: invert( {Exp/Eq/Ineq/List} [,variable name 1, variable name 2] [ ) ]
If you omit the variable names, variables X and Y are inverted.
○ ○ ○ ○ ○
Example
To invert X and Y in the expression 2X = Y
3
(EQUA)
i
(invert)
c
v!
.
(=)
a
-
(Y)
w
2Y = X
7-1-20
Using the CAS (Computer Algebra System) Mode
20011101
Summary of Contents for ALGEBRA FX 2.0 Plus
Page 54: ...20010102 ...