ax , ay

--------------------------------x2 + y2 x2 + y2

Acomplex number (x, y) divided by a real number a returns the complex number (x/a, y/a).

Acomplex number (x1, y1) divided by another complex number (x2, y2) returns this complex quotient:

x

1x2 + y1y2

y

1x2

x

1y2

---------------------------

 

 

 

, ---------------------------

x

2

+ y

2

 

x

2

+ y

2

 

2

2

 

2

2

 

 

 

 

 

 

 

 

An array B divided by a matrix A solves the system of equations AX=B for X; that is, X = A–1B. This operation uses 15-digit internal precision, providing a more precise result than the calculation INV(A)*B. The matrix must be square, and must have the same number of columns as the array has rows (or elements, if the array is a vector).

A binary integer divided by a real or binary number returns a binary integer that is the integral part of the quotient. (The real number is converted to a binary integer before the division.) A divisor of zero returns # 0.

When dividing two unit objects, the scalar parts and the unit parts are divided separately.

Access: /

Flags: Numerical Results (–3)

Input/Output:

 

 

Level 2/Argument 1

Level 1/Argument 2

 

Level 1/Item 1

 

 

 

 

 

 

 

 

z1

z2

z1 / z2

 

 

[ array ]

[[ matrix ]]

[[ matrix–1×array ]]

 

 

z

'symb'

'z /symb'

 

 

'symb'

z

'symb /z'

 

 

'symb1'

'symb2'

'symb1 / symb2'

 

 

#n1

n2

#n3

 

 

n1

#n2

#n3

 

 

#n1

#n2

#n3

 

 

x_unit1

y_unit2

(x/ y)_unit1/unit2

 

 

x

y_unit

(x/ y)_1/unit

 

 

x_unit

y

(x/ y)_unit

 

 

'symb'

x_unit

'symb / x_unit'

 

 

x_unit

'symb'

'x_unit / symb'

See also:

+, –, *, =

 

 

 

 

 

 

 

 

 

 

 

 

 

 

=(Equal)

Type: Function

Description: Equals Analytic Function: Returns an equation formed from the two arguments.

The equals sign equates two expressions such that the difference between them is zero.

In Symbolic Results mode, the result is an algebraic equation. In Numerical Results mode, the result is the difference of the two arguments because = acts equivalent to –. This allows expressions and equations to be used interchangeably as arguments for symbolic and numerical rootfinders.

Full Command and Function Reference 3-301