Sponsored Links

Kamis, 05 Juli 2018

Sponsored Links

Casio fx-3650P - Wikipedia
src: upload.wikimedia.org

Casio fx-3650P is a programmable scientific calculator manufactured by Casio Computer Co., Ltd. It can store 12 digits for the mantissa and 2 digits for the exponent together with the expression each time when the "EXE" button is pressed. Also, the calculator can use the previous result to do calculations by pressing "Ans".


Video Casio fx-3650P



Modes

The calculator is available in 6 modes:

  • Basic arithmetic calculations
  • Complex number calculations
  • Standard deviation calculations
  • Regression calculations
  • Base-n calculations
  • Programs

Basic arithmetic calculations

  • Arithmetic calculations
  • Fraction operations
    • Fraction calculations
    • Decimal<->fraction conversions
    • Mixed fraction<->improper fraction conversions
  • Percentage calculations
  • Degrees, minutes, seconds calculations
  • Rounding (must be used with Fix decimal display mode)
  • Trigonometric functions
  • Hyperbolic function
  • Logarithm
  • Natural logarithm
  • Antilogarithm
  • Differential calculus
  • Integral calculus

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.

  • Absolute value and argument calculations
  • Rectangular<->polar form display
  • Conjugate calculations

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.

Regression calculations

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

  • Linear regression: y=A+Bx
  • Logarithmic regression: y=A+B*ln x
  • Exponential regression: ln y=ln A+Bx
  • Power regression: y=A+xB
  • Inverse regression: y=A+B/x
  • Quadratic regression: y=A+Bx+Cx2

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

?x2, ?x, n, ?y2, ?y, ?xy, x ¯ {\displaystyle {\bar {x}}} , x?n, x?n-1, y ¯ {\displaystyle {\bar {y}}} , y?n, y?n-1, Regression coefficient A, Regression coefficient B, Correlation coefficient r, x ^ {\displaystyle {\hat {x}}} , y ^ {\displaystyle {\hat {y}}} , ?x3, ?x2y, ?x4, Regression coefficient C, x ^ {\displaystyle {\hat {x}}} 1and x ^ {\displaystyle {\hat {x}}} 2

Program

The calculator can hold up to 4 programs with a total capacity of 360 bt.

Program commands:

  •  ? - Operator input command, used when user's input is required. Usually used with ->(variable)
  • -> - Assign to variable command, to assign the value before it to the variable after it. Always used as (value)->(variable).
  • : - Multi-statement separator, separate program statements
  • ? - Output command, output the value
  • => {\displaystyle \Rightarrow } - Conditional jump, jump when conditions are met
  • = - Relational operator
  • ? - Relational operator
  • > - Relational operator
  • ? {\displaystyle \geqq } - Relational operator
  • Goto - Unconditional jump, jump to label, otherwise Lbl
  • Lbl - Label, jump destination

Conditional jumps

Conditional jumps should be used in the syntax:
condition => {\displaystyle \Rightarrow } 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=0 => {\displaystyle \Rightarrow } A+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 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.


Maps Casio fx-3650P



System check

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

Part 1: light check - All lights will be on when the system check is initiated, press shift then all lights will be off. Press shift to proceed. The next 2 screens have similar functions.

Part 2: display check - The dot matrix screen will display "24      PRG13" and the LCD screen will display "0000000000 00". Press shift to proceed. Then the display becomes "BBBBBBBBBB" and "1111111111 11". Then "CCCCCCCCCC" and "222222222 22" and so on up till "JJJJJJJJJJ""9999999999 99". Press shift to proceed to part 3.

Part 3: key check - Press shift, the LCD will display 1. Press alpha, up, down, left, right in order. The display will increase by 1 each time you press a button. Next, press MODE, prog, ? {\displaystyle \textstyle \int } dx, x-1, x3, and so on up till Ans. When EXE is pressed, the display becomes "24      OK""13" (The display differs from version, the above is for version 4 of the calculator which is the latest version). Press ON to end the system check.


Casio fx-3650P + fx-50FH [HD] - YouTube
src: i.ytimg.com


References

Source of the article : Wikipedia

Comments
0 Comments