 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| Replace
adjustment (ALGEBRA mode) |
 |
| Replaces
a variable with the expression assigned to the corresponding Expression
variable. |
 |
| [F1](TRNS)[A] |
 |
replace(
expression [ ) ]
replace( equation [ ) ]
replace( inequality [ ) ] |
 |
| 1. |
When
"2X+1" is defined as variable S; |
| replace(
3X+2S) |
3X+2(2X+1) |
| simplify(
3X+2(2X+1) ) |
7X+1 |
| 2. |
When
"A-1" is defined as variable X and "3B+5" is defined as variable Y; |
| replace(
X+Y=XY ) |
(A-1)+(3B+5)=(A-1)(3B+5) |
| simplify(
(2A-1)(3B+5) ) |
A+3B+4=3AB+5A-3B-5
|
| 3. |
When
"2X-5" is defined as variable Y; |
| replace(
2X+Y>Y2 ) |
2X+(2X-5)
> (2X-5)2 |
| simplify(
2X+(2X-5)>(2X-5)2 |
4X-5
> 4X2-20X+25 |
| 4. |
When
"2S-T" is defined as variable X and "T+5" is defined as variable S; |
| replace(
3X ) |
3(2S-T) |
| replace(
3(2S-T) ) |
3(2(T+5)-T) |
| simplify(
3(2(T+5)-T) ) |
3T+30 |