Contents - Table Of Contents
- Table Of Contents
- Table Of Contents
- command list
- k key markings
- Display
- status bar
- Inputting and Editing Calculations
- Using the Math Input/Output Mode
- Option (OPTN) Menu
- Variable Data (VARS) Menu
- Program (PRGM) Menu
- Using the Setup Screen
- Using Screen Capture
- When you keep having problems
- low battery message
- Basic Calculations
- calculation priority sequence
- multiplication operations without a multiplication sign
- Special Functions
- answer function
- Specifying the Angle Unit and Display Format
- Function Calculations
- angle units
- trigonometric and inverse trigonometric functions
- hyperbolic and inverse hyperbolic functions
- coordinate conversion
- k engineering notation calculations
- Numerical Calculations
- integration calculations
- Complex Number Calculations
- Binary, Octal, Decimal, and Hexadecimal Calculations with Integers
- selecting a number system
- bitwise operations
- Matrix Calculations
- matrix cell operations
- modifying matrices using matrix commands
- Vector Calculations
- Metric Conversion Calculations
- Inputting and Editing a List
- editing list values
- sorting list values
- Manipulating List Data
- accessing the list data manipulation function menu
- Arithmetic Calculations Using Lists
- inputting a list into a calculation
- recalling list contents
- graphing a function using a list
- Switching between List Files
- Using CSV Files
- Simultaneous Linear Equations
- High-order Equations from 2nd to 6th Degree
- Solve Calculations
- Sample Graphs
- Controlling What Appears on a Graph Screen
- Drawing a Graph
- editing and deleting functions
- graph memory
- Saving and Recalling Graph Screen Contents
- Drawing Two Graphs on the Same Screen
- Manual Graphing
- Using Tables
- generating a table
- specifying the function type
- copying a table column to a list
- Modifying a Graph
- Dynamic Graphing
- using dynamic graph memory
- Graphing a Recursion Formula
- Graphing a Conic Section
- Drawing Dots, Lines, and Text on the Graph Screen (Sketch)
- Function Analysis
- conic section graph analysis
- Before Performing Statistical Calculations
- Calculating and Graphing Single-Variable Statistical Data
- bar graph
- Calculating and Graphing Paired-Variable Statistical Data (Curve Fitting)
- drawing a regression graph
- graphing statistical calculation results
- logarithmic regression graph
- power regression graph
- residual calculation
- copying a regression graph formula to the graph mode
- Performing Statistical Calculations
- regression calculation
- Tests
- input example
- Confidence Interval
- Distribution
- Common Distribution Functions
- normal distribution
- binomial distribution
- poisson distribution
- Input and Output Terms of Tests, Confidence Interval, and Distribution
- Statistic Formula
- Before Performing Financial Calculations
- Simple Interest
- Compound Interest
- Cash Flow (Investment Appraisal)
- Amortization
- Interest Rate Conversion
- Cost, Selling Price, Margin
- Day/Date Calculations
- Depreciation
- Bond Calculations
- Financial Calculations Using Functions
- Basic Programming Steps
- Program Mode Function Keys
- Editing Program Contents
- searching for data inside a program
- File Management
- searching for a file
- Command Reference
- basic operation commands
- Using Calculator Functions in Programs
- text display
- using graph functions in a program
- using list sort functions in a program
- Program Mode Command List
- CASIO Scientific Function Calculator Special Commands Text Conversion Table
- Program Library
- Spreadsheet Basics and the Function Menu
- Basic Spreadsheet Operations
- Using Special Spreadsheet Mode Commands
- Conditional Formatting
- Drawing Statistical Graphs, and Performing Statistical and Regression Calculations
- Spreadsheet Mode Memory
- eActivity Overview
- eActivity Function Menus
- eActivity File Operations
- Inputting and Editing Data
- Using the Memory Manager
- using the system manager
- version list
- battery settings
- transferring data between the calculator and a personal computer
- performing a data transfer operation
- precautions when connecting
- geometry mode overview
- key functions
- drawing and editing objects
- specifying the color and line type of a displayed object
- changing the display priority of objects
- controlling the appearance of the geometry
- configuring view window settings
- using text and labels in a screen image
- using the measurement box
- specifying the number format of a measurement
- working with animations
- Error Message Table
- Input Ranges
- Using the Setup Wizard
- Using Advanced Setup
- Using a Custom Probe
- Using the MULTIMETER Mode
- Using Setup Memory
- using program converter
- Starting a Sampling Operation
- Using Sample Data Memory
- Using the Graph Analysis Tools to Graph Data
- using trace
- Calling E-CON3 Functions from an eActivity
|
8-12The following are conventions that are used in this section when describing the variouscommands.{Curly Brackets} ........... Curly brackets are used to enclose a number of items, one of whichmust be selected when using a command. Do not input the curlybrackets when inputting a command.[Square Brackets] ........ Square brackets are used to enclose items that are optional. Do notinput the square brackets when inputting a command.Numeric Expressions ... Numeric expressions (such as 10, 10 + 20, A) indicate constants,calculations, numeric constants, etc.Alpha Characters ......... Alpha characters indicate literal strings (such as AB).k Basic Operation Commands? (Input Command)Function: Prompts for input of values for assignment to variables during program execution.Syntax: ? → , "" ? → Example: ? → ADescription:• This command momentarily interrupts program execution and prompts for input of a valueor expression for assignment to a variable. If you do not specify a prompt, execution of thiscommand causes “?” to appear indicating the calculator is standing by for input. If a promptis specified, “?” appears to prompt input. Up to 255 bytes of text can be used for aprompt.• Input in response to the input command must be a value or an expression, and theexpression cannot be a multi-statement.• You can specify a list name, matrix name, vector name, string memory, function memory (fn),graph (Yn), etc. as a variable name.^ ( Output Command)Function: Displays an intermediate result during program execution.Description:• This command momentarily interrupts program execution and displays alpha character textor the result of the calculation immediately before the command.• The output command should be used at locations where you would normally press the wkey during a manual calculation. PreviousNext |