2-4-13

Function Calculations

kLogical Operators (AND, OR, NOT)

[OPTN]-[LOGIC]

The logical operator menu provides a selection of logical operators.

{And}/{Or}/{Not} ... {logical AND}/{logical OR}/{logical NOT}

Be sure to specify Comp for Mode in the Setup screen.

Example

What is the logical AND of A and B when A = 3 and B = 2?

 

A AND B = 1

 

 

 

 

 

Operation

Display

 

3aav(A)w

 

 

2aal(B)w

 

 

av(A)K6(g)6(g)

 

 

4(LOGIC)1(And)al(B)w

1

 

 

 

Example

What is the logical OR of A and B when A = 5 and B = 1?

 

A OR B = 1

 

 

 

 

 

Operation

Display

 

5aav(A)w

 

 

1aal(B)w

 

 

av(A)K6(g)6(g)

 

 

4(LOGIC)2(Or)al(B)w

1

 

 

 

Example

Negate A when A = 10.

 

 

NOT A = 0

 

 

 

 

 

Operation

Display

 

10aav(A)w

 

 

K6(g)6(g)

 

 

4(LOGIC)3(Not)av(A)w

0

 

 

 

2007100201