Casio fx-3650P

Last updated
Casio fx-3650P
Casio fx-3650P bothside.JPG
Type Scientific calculator
Manufacturer Casio
Introduced2002
Calculator
Entry mode D.A.L.
Precision±1 at the 10th d.p.
Display type2 line display

1st line-dot matrix

2nd line-LCD
Programming
Programming language(s) Keystroke
Other
Power consumption Solar cell and G13 Type (LR44) button battery two way power [1]
Casio fx-3650P II Casio fx-3650P II.JPG
Casio fx-3650P II

Casio fx-3650P is a programmable scientific calculator manufactured by Casio Computer Co., Ltd. It can store twelve digits for the mantissa and two digits for the exponent together with the expression each time the "EXE" button is pressed. Pressing "Ans" also allows the calculator to use the previous result for further calculation as long as the calculator is not turned off after the previous calculation. [2] [3]

Contents

Modes

The calculator is available in six modes: [4]

Basic arithmetic calculations

Complex number calculations

In this mode, if the result has both real and imaginary parts, an "R↔I" symbol will appear at the top right corner. [12]

Standard deviation calculations

This mode is for statistical calculation. For some input data, the sum of squares of values (Σx2), sum of values (Σx), number of data (n), sample standard deviation (xσn-1) and population standard deviation (xσn) can be calculated. [15]

Regression calculations

This mode is for statistical calculation and can be divided further into: [16]

For some input ordered pairs, one of the below can be calculated. [19] (The availability differs from modes. [19] )

Σx2, Σx, n, Σy2, Σy, Σxy, , xσn, xσn-1, , yσn, yσn-1, Regression coefficient A, Regression coefficient B, Correlation coefficient r, , , Σx3, Σx2y, Σx4, Regression coefficient C, 1and 2

Program

The calculator can hold up to four programs with a total capacity of 360 bytes.

Program commands: [20]

Conditional jumps

Conditional jumps [21] should be used in the syntax:
condition statement 1 : statement 2
When condition is true, statement 1 is executed, then statement 2 is executed. If condition is false, statement 1 is skipped and statement 2 is executed.

E.g.: ...A=0A+1→B:C+5→D:... If A=0, both A+1→B and C+5→D is executed. If A≠0, only C+5→D is executed.

Unconditional jumps

Unconditional jumps [20] use Goto and Lbl to operate.

When Goto n (where n is an integer in 0-9) is executed, the program will jump to Lbl n. Loops can be created with unconditional jumps.

System check

The calculator will perform a system check when shift, 7 and ON are pressed together. The system check has three parts.

References

  1. fx-3650P Users' Guide, Page E-52
  2. fx-3650P/fx-3950P User's Guide Archived September 22, 2010, at the Wayback Machine , Casio Computer Co., Lda. Japan.
  3. fx-3650P Users' Guide, Page E-16
  4. fx-3650P Users' Guide, Page E-8
  5. fx-3650P Users' Guide, Page E-11
  6. 1 2 3 fx-3650P Users' Guide, Page E-12
  7. 1 2 fx-3650P Users' Guide, Page E-13
  8. 1 2 fx-3650P Users' Guide, Page E-14
  9. fx-3650P Users' Guide, Page E-21
  10. 1 2 3 4 fx-3650P Users' Guide, Page E-22
  11. 1 2 fx-3650P Users' Guide, Page E-34
  12. fx-3650P Users' Guide, Page E-17
  13. 1 2 fx-3650P Users' Guide, Page E-18
  14. fx-3650P Users' Guide, Page E-19
  15. fx-3650P Users' Guide, Page E-25
  16. fx-3650P Users' Guide, Page E-28
  17. 1 2 3 4 fx-3650P Users' Guide, Page E-32
  18. 1 2 fx-3650P Users' Guide, Page E-33
  19. 1 2 fx-3650P Users' Guide, Page E-28 & E-29
  20. 1 2 fx-3650P Users' Guide, Page E-41
  21. fx-3650P Users' Guide, Page E-42