Casio CFX-9850GC PLUS Manuel de calcul - Page 6

Parcourez en ligne ou téléchargez le pdf Manuel de calcul pour {nom_de_la_catégorie} Casio CFX-9850GC PLUS. Casio CFX-9850GC PLUS 6 pages. 6. matrix calculations
Également pour Casio CFX-9850GC PLUS : Catalogue des produits (16 pages), Spécifications (1 pages), Manuel de communication (13 pages), Manuel du programme (18 pages), Lisez d'abord ce manuel (13 pages), Manuel des fonctions (14 pages), Manuel graphique (8 pages), Manuel graphique (6 pages), Manuel graphique (12 pages), Manuel graphique (12 pages), Manuel graphique (12 pages), Manuel graphique (12 pages), Manuel graphique (10 pages), Manuel de calcul (13 pages), Manuel de calcul (18 pages), Manuel de calcul (15 pages), Manuel sur les nombres complexes (6 pages), Manuel de calcul (20 pages)

Casio CFX-9850GC PLUS Manuel de calcul

5-4 Negative Values and Bitwise Operations

While binary, octal, decimal, or hexadecimal is set as the default number system,
press 2 (LOG) to display a menu of negation and bitwise operators.
k k k k k Negative Values
k k k k k Bitwise Operations
P.74
P.74
78
• {Neg} ... {negation}*
• {Not}/{and}/{or}/{xor}/{xnor} ... {NOT}*
Example
To determine the negative of 110010
!Z4(Bin)J
A2(LOG)1(Neg)
bbaabaw
Example 1
To input and execute "120
!Z3(Hex)J
Abca2(LOG)
3(and)ADw
Example 2
To display the result of "36
!Z5(Oct)JJ
Adg2(LOG)
4(or)J1(d~o)3(b)
bbbaw
Example 3
To negate 2FFFED
!Z3(Hex)JJ
A2(LOG)2(Not)
cFFFEDw
*
1
two's complement
2
*
one's complement (bitwise complement)
3
*
bitwise AND, bitwise OR, bitwise XOR, bitwise XNOR
1
2
/{AND}/{OR}/{XOR}/{XNOR}*
16
8
16
2
and AD
"
16
or 1110
" as an octal value
2
3