Casio fx-570ES PLUS User guide

EN
fx-570ES PLUS fx-991ES PLUS
(2nd edition / NATURAL-V.P.A.M.)
User’s Guide
CASIO Worldwide Education Website
https://edu.casio.com
Manuals are available in multi languages at
https://world.casio.com/manual/calc/
Function Calculations............................................................27
Pi (π), Natural Logarithm Base e............................................................ 27
Trigonometric Functions........................................................................ 27
Hyperbolic Functions............................................................................. 27
Angle Unit Conversion........................................................................... 28
Exponential Functions............................................................................28
Logarithmic Functions............................................................................28
Power Functions and Power Root Functions.........................................29
Integration Calculations......................................................................... 30
Integration Calculation Precautions.............................................................. 31
Tips for Successful Integration Calculations................................................. 31
Differential Calculations......................................................................... 32
Differential Calculation Precautions.............................................................. 33
Σ Calculations........................................................................................ 33
Rectangular-Polar Coordinate Conversion............................................ 34
Factorial Function (!)..............................................................................35
Absolute Value Function (Abs)...............................................................35
Random Number (Ran#)........................................................................35
Random Integer (RanInt#)..................................................................... 35
Permutation (nPr) and Combination (nCr)............................................. 36
Rounding Function (Rnd).......................................................................36
Using CALC........................................................................................... 37
Using SOLVE.........................................................................................38
Solution Screen Contents............................................................................. 39
Continue Screen........................................................................................... 40
Scientific Constants............................................................................... 41
Metric Conversion..................................................................................43
Using Calculation Modes.......................................................45
Complex Number Calculations (CMPLX)...............................................45
CMPLX Mode Calculation Examples............................................................ 46
Using a Command to Specify the Calculation Result Format....................... 46
Statistical Calculations (STAT)...............................................................46
Inputting Data................................................................................................47
Statistics Calculation Screen.........................................................................49
Using the Statistics Menu..............................................................................49
Calculating Estimated Values........................................................................54
Performing Normal Distribution Calculations................................................ 54
Base-n Calculations (BASE-N).............................................................. 55
Specifying the Number Mode of a Particular Input Value..............................57
Converting a Calculation Result to another Type of Value............................57
Logical and Negation Operations..................................................................57
Equation Calculations (EQN).................................................................59
Changing the Current Equation Type Setting................................................60
EQN Mode Calculation Examples.................................................................60
2
Matrix Answer Memory
Whenever the result of a calculation executed in the MATRIX Mode is a matrix, the MatAns screen will appear with the result. The result also will be assigned to a variable named "MatAns". The MatAns variable can be used in calculations as described below.
• To insert the MatAns variable into a calculation, perform the following key operation: (MATRIX) (MatAns).
• Pressing any one of the following keys while the MatAns screen is displayed will switch automatically to the calculation screen:
, ,
, , , , (x3). The calculation screen will show the MatAns variable followed by the operator or function for the key you pressed.
Assigning and Editing Matrix Variable Data
Important!
The following operations are not supported by the Matrix Editor: , (M-), (STO). Pol, Rec, and multi-statements also cannot be input with the Matrix
Editor.
To assign new data to a matrix variable:
1. Press
(MATRIX) (Dim), and then, on the menu that
appears, select the matrix variable to which you want to assign data.
2. On the next menu that appears, select dimension (m×n).
3. Use the Matrix Editor that appears to input the elements of the matrix.
Example 2: To assign to MatC
(MATRIX)
(Dim) (MatC) (2×3)
1
0 1 0 1 1
To edit the elements of a matrix variable:
1. Press (MATRIX) (Data), and then, on the menu that appears, select the matrix variable you want to edit.
2. Use the Matrix Editor that appears to edit the elements of the matrix.
• Move the cursor to the cell that contains the element you want to change, input the new value, and then press
.
To copy matrix variable (or MatAns) contents:
1. Use the Matrix Editor to display the matrix you want to copy.
63
Input the increment step (Default = 1). Note: The Step specifies by how much the Start value should be sequentially incremented as the
Step?
numerical table is generated. If you specify Start = 1 and Step = 1, X sequentially will be assigned the values 1, 2, 3, 4, and so on to generate the numerical table until the End value is reached.
Inputting the Step value and pressing
generates and displays the
numerical table in accordance with the parameters you specified.
Pressing while the numerical table screen is displayed will return to the function input screen in step 2.
Example: To generate a numerical table for the functions f(x) = x2 +
the range -1 x 1, incremented in steps of 0.5 (MthIO-MathO)
(TABLE)
1 2
for
(X) 1 2
1 1 0 5
Note
You can use the numerical table screen for viewing values only. Table contents cannot be edited.
The numerical table generation operation causes the contents of variable X to be changed.
The specified Start, End, and Step values should produce a maximum of 30 X- values for the numerical table being generated. Executing a numerical table generation using a Start, End, and Step value combination that produces more than 30 X-values causes an error.
66
(2) "Ans" stands for "VctAns".
Note: "VctAns" stands for "Vector Answer Memory". See "Vector Answer Memory" for more information.
Vector Answer Memory
Whenever the result of a calculation executed in the VECTOR Mode is a vector, the VctAns screen will appear with the result. The result also will be assigned to a variable named "VctAns". The VctAns variable can be used in calculations as described below.
To insert the VctAns variable into a calculation, perform the following key operation:
(VECTOR) (VctAns).
Pressing any one of the following keys while the VctAns screen is displayed will switch automatically to the calculation screen: , ,
, . The calculation screen will show the VctAns variable followed
by the operator or function for the key you pressed.
Assigning and Editing Vector Variable Data
Important!
The following operations are not supported by the Vector Editor: , (M-), (STO). Pol, Rec, and multi-statements also cannot be input with the Vector
Editor.
To assign new data to a vector variable:
1. Press
(VECTOR) (Dim), and then, on the menu that appears,
select the vector variable to which you want to assign data.
2. On the next menu that appears, select dimension (m).
3. Use the Vector Editor that appears to input the elements of the vector.
Example 2: To assign (2, -1, 2) to VctC
(VECTOR) (Dim) (VctC) (3)
2
1 2
To edit the elements of a vector variable:
1. Press (VECTOR) (Data), and then, on the menu that appears, select the vector variable you want to edit.
2. Use the Vector Editor that appears to edit the elements of the vector.
• Move the cursor to the cell that contains the element you want to change, input the new value, and then press
.
To copy vector variable (or VctAns) contents:
1. Use the Vector Editor to display the vector you want to copy.
68
• Your input exceeds the allowable input range (particularly when using functions).
• The calculation you are performing contains an illegal mathematical operation (such as division by zero).
Action:
• Check the input values, reduce the number of digits, and try again.
• When using independent memory or a variable as the argument of a function, make sure that the memory or variable value is within the allowable range for the function.
Stack ERROR
Cause:
The calculation you are performing has caused the capacity of the numeric stack or the command stack to be exceeded.
The calculation you are performing has caused the capacity of the matrix or vector stack to be exceeded.
Action:
Simplify the calculation expression so it does not exceed the capacity of the stack.
Try splitting the calculation into two or more parts.
Syntax ERROR
Cause:
There is a problem with the format of the calculation you are performing.
Action:
Make necessary corrections.
Argument ERROR
Cause:
There is a problem with the argument of the calculation you are performing.
Action:
Make necessary corrections.
Dimension ERROR (MATRIX and VECTOR Modes only)
Cause:
• The matrix or vector you are trying to use in a calculation was input without specifying its dimension.
72
• You are trying to perform a calculation with matrices or vectors whose dimensions do not allow that type of calculation.
Action:
• Specify the dimension of the matrix or vector and then perform the calculation again.
• Check the dimensions specified for the matrices or vectors to see if they are compatible with the calculation.
Variable ERROR (SOLVE feature only)
Cause:
You did not specify a solution variable, and there is no X variable in the equation you input.
The solution variable that you specified is not included in the equation you input.
Action:
The equation you input must include an X variable when you do not specify the solution variable.
Specify a variable that is included in the equation you input as the solution variable.
Can't Solve Error (SOLVE feature only)
Cause:
The calculator could not obtain a solution.
Action:
Check for errors in the equation that you input.
Input a value for the solution variable that is close to the expected solution and try again.
Insufficient MEM Error
Cause:
The configuration of TABLE Mode parameters caused more than 30 X-values to be generated for a table.
Action:
Narrow the table calculation range by changing the Start, End, and Step values, and try again.
Time Out Error
Cause:
• The current differential or integration calculation ends without the ending condition being fulfilled.
73
0.707106781230 15
Older (S-V.P.A.M.) Model: 30 15 15.5
Natural Textbook Display Model:
Failure to press here as shown below will result in calculation of sin
45.
(LineIO) 30 15 15.5
82
© 2019 CASIO COMPUTER CO., LTD.
Loading...