User manual CASIO FX-CG10 SOFTWARE

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual CASIO FX-CG10. We hope that this CASIO FX-CG10 user guide will be useful to you.


CASIO FX-CG10 SOFTWARE: Download the complete user guide (7353 Ko)

You may also download the following manuals related to this product:

   CASIO FX-CG10 (1121 ko)

Manual abstract: user guide CASIO FX-CG10SOFTWARE

Detailed instructions for use are in the User's Guide.

[. . . ] E fx-CG10 fx-CG20 Software User's Guide CASIO Worldwide Education Website http://edu. casio. com CASIO EDUCATIONAL FORUM http://edu. casio. com/forum/ · The contents of this user's guide are subject to change without notice. · No part of this user's guide may be reproduced in any form without the express written consent of the manufacturer. · Be sure to keep all user documentation handy for future reference. Keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [. . . ] area: 1 to 20 StoPict "folder name\file name" RclPict <area of picture> . . . . . . . . . . . . . . . area: 1 to 20 RclPict "folder name\file name" · Sketch Plot/Line-Color <color command> Plot <X-coordinate>, <Y-coordinate> PlotOn <X-coordinate>, <Y-coordinate> PlotOff <X-coordinate>, <Y-coordinate> PlotChg <X-coordinate>, <Y-coordinate> PxlOn <line number>, <column number> PxlOff <line number>, <column number> PxlChg <line number>, <column number> PxlTest(<line number>, <column number>[)] Text <line number>, <column number>, "<text>" Text <line number>, <column number>, <expression> . . . . . . . . . . . . . . . . line number: 1 to 187, column number: 1 to 379 8-32 SketchThick <Sketch or Graph statement> SketchBroken <Sketch or Graph statement> SketchDot <Sketch or Graph statement> SketchNormal <Sketch or Graph statement> SketchThin <Sketch or Graph statement> Tangent <function>, <X-coordinate> Normal <function>, <X-coordinate> Inverse <function> Line . . . . . . . . . . . . . . . . . . Non-parameter F-Line <X-coordinate 1>, <Y-coordinate 1>, <X-coordinate 2>, <Y-coordinate 2> Circle <center point X-coordinate>, <center point Y-coordinate>, <radius R value> Vertical <X-coordinate> Horizontal <Y-coordinate> k Using Background Picture in a Program You can change the "Background" setting on the Setup screen from a program. · Syntax when a background image is displayed BG-Pict <area of picture> [, a] . . . area: 1 to 20 BG-Pict "folder name\file name" [, a] Appending "a" at the end loads V-Window values (that are saved with the image data) when the background image is displayed. · Syntax when a background image is not displayed (or hidden) BG-None k Using Dynamic Graph Functions in a Program Using Dynamic Graph functions in a program makes it possible to perform repeated Dynamic Graph operations. The following shows how to specify the Dynamic Graph range inside a program. · Dynamic Graph range 1 D Start_ 5 D End_ 1 D pitch_ 8-33 k Using Table & Graph Functions in a Program Table & Graph functions in a program can generate numeric tables and perform graphing operations. The following shows various types of syntax you need to use when programming with Table & Graph functions. · Table range setting 1 F Start_ 5 F End_ 1 F pitch_ · Numeric table generation DispF-Tbl · Graph draw operation Connect type: DrawFTG-Con Plot type: DrawFTG-Plt k Using Recursion Table & Graph Functions in a Program Incorporating Recursion Table & Graph functions in a program lets you generate numeric tables and perform graphing operations. The following shows various types of syntax you need to use when programming with Recursion Table & Graph functions. "3an + 2" an+1_ "4bn + 6" bn+1_ · Table range setting 1 R Start_ 5 R End_ 1 a0_ 2 b0_ 1 an Start_ 3 bn Start_ · Numeric table generation DispR-Tbl · Graph draw operation Connect type: DrawR-Con, DrawR-Con Plot type: DrawR-Plt, DrawR-Plt · Statistical convergence/divergence graph (WEB graph) DrawWeb an+1, 10 8-34 k Using List Sort Functions in a Program These functions let you sort data in lists into ascending or descending order. · Ascending order SortA (List 1, List 2, List 3) Lists to be sorted (up to six can be specified) · Descending order SortD (List 1, List 2, List 3) Lists to be sorted (up to six can be specified) k Using Statistical Calculations and Graphs in a Program Including statistical calculations and graphing operations in a program lets you calculate and graph statistical data. u To set conditions and draw a statistical graph Following a StatGraph command ("S-Gph1", "S-Gph2", or "S-Gph3"), you must specify the following graph conditions: · Graph draw/non-draw status (DrawOn/DrawOff) · Graph Type · x-axis data location (list name) · y-axis data location (list name) · Frequency data location (list name) · Mark Type · ColorLink setting (X&Y, OnlyX, OnlyY, On, Off, X&Freq) · Graph Color setting (one of the seven colors* or ColorAuto) When "Pie" is specified for the Graph Type: · Display setting (% or Data) · Percent data storage list specification (None or list name) When "Pie" or "Hist" is specified for the Graph Type: · Area color setting (one of the seven colors* or ColorAuto) · Paint style setting (ColorNormal, ColorLighter) · Border color setting (one of the seven colors* or ColorClr) 8-35 When "MedBox" is specified for the Graph Type: · Outliers On/Off setting · Box color setting (one of the seven colors*) · Whisker color setting (one of the seven colors*) · Outliers color setting (one of the seven colors*) · Box inside color setting (one of the seven colors* or ColorAuto) · Box inside paint setting (ColorNormal, ColorLighter) When "Bar" is specified for the Graph Type: · First bar graph data (list name) · Second and third bar graph data (list name) · Bar graph orientation (Length or Horizontal) · Area color settings for each data (one of the seven colors* or ColorAuto) · Paint style settings for each data (ColorNormal, ColorLighter) · Border color settings for each data (one of the seven colors* or ColorClr) * Black, Blue, Red, Magenta, Green, Cyan, Yellow The graph conditions that are required depends on the graph type. · The following is a typical graph condition specification for a scatter diagram or xyLine graph. S-Gph1 DrawOn, Scatter, List 1, List 2, 1, Square, ColorLinkOff, ColorAuto In the case of an xy line graph, replace "Scatter" in the above specification with "xyLine". · The following is a typical graph condition specification for a normal probability plot. S-Gph1 DrawOn, NPPlot, List 1, Square, ColorLinkOff, Blue · The following is a typical graph condition specification for a histogram. S-Gph1 DrawOn, Hist, List 1, List 2, ColorLinkOff, Blue ColorLighter · The following is a typical graph condition specification for a broken graph. S-Gph1 DrawOn, Broken, List 1, List 2, ColorLinkOff, Blue · The following is a typical graph condition specification for a normal distribution graph. S-Gph1 DrawOn, N-Dist, List 1, List 2, Blue · The following is a typical graph condition specification for a med-box graph. S-Gph1 DrawOn, MedBox, List 1, List 2, 1, Yellow, Green, Blue, Red Outliers On/Off (1: On, 0: Off) Outliers color Box color Whisker color Box inside color 8-36 · The following is a typical graph condition specification for a regression graph. S-Gph1 DrawOn, Linear, List 1, List 2, List 3, Blue The same format can be used for the following types of graphs, by simply replacing "Linear" in the above specification with the applicable graph type. [. . . ] · If this is an Econ Sampling strip that you have used for sampling in the paste and want to re-execute with the same setup, jump to step 8. Use the f and c cursor keys to move the highlighting to "Econ AdvancSetup", and then press w. Perform steps 4 and 5 under "To configure an EA-200 setup using Advanced Setup (page -8) to configure the setup for sampling. Use the f and c cursor keys to move the highlighting to "Econ Sampling", and then press w. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE CASIO FX-CG10




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual CASIO FX-CG10 will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.