COL+

Type:

Command

 

 

 

 

Description:

Insert Column Command: Inserts an array (vector or matrix) into a matrix (or one or more

 

elements into a vector) at the position indicated by nindex, and returns the modified array.

 

The inserted array must have the same number of rows as the target array. nindex is rounded to the

 

nearest integer. The original array is redimensioned to include the new columns or elements, and

 

the elements at and to the right of the insertion point are shifted to the right.

 

Access:

MATRIX COL COL+

( ´is the left-shift of the Pkey).

 

 

CREATE COLUMN COL+

( Ø is the left-shift of the 5key).

 

Input/Output:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Level 3/Argument 1 Level 2/Argument 2

Level 1/Argument 3

 

Level 1/Item 1

 

 

 

 

 

 

 

 

 

[[ matrix ]]1

[[ matrix ]]2

nindex

[[ matrix ]]3

 

 

[[ matrix ]]1

[ vector ]column

nindex

[[ matrix ]]2

 

 

[ vector ]1

nelement

nindex

[ vector ]2

 

 

 

 

 

 

 

See also:

COL–, CSWP, ROW+, ROW–

 

 

 

 

 

 

 

 

 

 

 

COLCT

Command

 

 

 

 

Type:

 

 

 

 

Description:

Factorizes a polynomial or an integer. Almost identical to COLLECT.

 

 

Access:

…µCOLCT

 

 

 

 

Input/Output:

 

 

 

 

 

 

 

 

Level 1/Argument 1

 

Level 1/Item 1

 

 

 

 

 

 

 

 

 

'symb1'

 

'symb2'

 

 

 

x

 

x

 

 

 

(x, y)

 

(x, y)

 

 

 

 

 

 

 

Example 1:

COLCT('5+X+9') returns 'X+14'

 

 

 

Example 2:

COLCT('X*1_m+X*9_cm') returns 'X*1.09_m'

 

 

Example 3:

COLCT('X^Z*Y*X^T*Y') returns 'Y^2*X^Z*X^T'

 

 

Example 4:

COLCT('X+3*X+Y+Y') returns '4*X+2*Y'

 

 

See also:

EXPAN, FACTOR, ISOL, QUAD, SHOW

 

 

 

 

 

 

 

 

 

 

COLLECT

 

 

 

 

 

 

Type:

Command

 

 

 

 

Description:

Factorizes a polynomial or an integer. This command is almost identical to the COLCT command

 

and similar to the FACTOR command. Unlike FACTOR it does not factorize symbolically into

 

square roots. It is included to ensure backward-compatibility with earlier calculators.

Access: Algebra, …×

Input: An expression or an integer

Output: The factorized expression, or the integer expressed as the product of prime numbers.

Flags: Exact mode must be set (flag –105 clear). Numeric mode must not be set (flag –3 clear). Radians mode must be set (flag –17 set).

If complex inputs are given, complex mode must be set (flag –103 set).

3-40 Full Command and Function Reference