Manuel d’utilisation Casio fx-7400G

32 pages 0.37 mb
Télécharger

Aller à la page of 32

Summary
  • Casio fx-7400G - page 1

    Programming Your Calculator Casio fx-7400G PLUS Barry Kissane ...

  • Casio fx-7400G - page 2

    Programming Your Calculator: Casio fx-7400G PLUS Published by Shriro Australia Pty Limited 72-74 Gibbes Street, Chatswood NSW 2067, Australia A.C.N. 002 386 129 Telephone: 02 9370 9277 Facsimile: 02 9417 8957 Email: casio.edusupport@shriro.com.au Internet: http://www.school.casio.com.au Copyright © 2000 Barry Kissane All rights reserved. Except un ...

  • Casio fx-7400G - page 3

    Barry Kissane INTRODUCTION The Casio fx-7400G PLUS does not have all the capabilities of larger, more sophisticated (and considerably more expensive) graphics calculators. This booklet contains examples of programs that you can use to extend its capabilities in various ways. Some of the programs allow the calculator to undertake tasks usually avail ...

  • Casio fx-7400G - page 4

    Programming your calculator commands that are used almost exclusively for programming. These are accessed by first accessing ( ). The inside back cover of the User's Guide shows where all programming commands are, while Chapter 8 describes in detail how each command works. When you have finished entering the program into the calculator, press ...

  • Casio fx-7400G - page 5

    Barry Kissane Deleting programs Programs remain in your calculator until you delete them. They are not affected by turning the calculator off. To permanently delete a program, go to the program list with , and press the continuation key. Use and to select the program name from the list, and then press ( ). To delete all the programs in a calculator ...

  • Casio fx-7400G - page 6

    Programming your calculator I express my gratitude to Debbie Taylor, who has been encouraging during this project and especially helpful in checking the text and the programs in this book, although I remain responsible for any lingering errors that you may find. I hope that you enjoy using these programs and wish you well in starting the adventure ...

  • Casio fx-7400G - page 7

    Barry Kissane INDEX OF PROGRAMS Page Calendar ..............................................................................................1 Heron.....................................................................................................2 Zero................................................................................................ ...

  • Casio fx-7400G - page 8

    Programming your calculator ...

  • Casio fx-7400G - page 9

    Barry Kissane 1 CALENDAR Purpose Gives the week day for any date, according to the Gregorian calendar, which is in everyday use today in western countries. The program evaluates a formula that takes leap years appropriately into account. Operation Enter the day, month number and year (all four digits), pressing after each. For example, 31 August 19 ...

  • Casio fx-7400G - page 10

    Programming your calculator 2 HERON Purpose Uses the lengths of the three sides of a triangle to calculate the area of any triangle, using Heron's formula, known since ancient times. Operation Enter the length of each side, followed by . Both numbers and expressions (such as √ 2) are permitted. The program displays the area of the triangle. ...

  • Casio fx-7400G - page 11

    Barry Kissane 3 ZERO Purpose The program finds approximately a zero of a function, i.e. a value of the variable for which the function has zero value. Operation The function must be entered as in the function list and then graphed. Trace to a point near a zero you want to find and then activate the program. The coordinates of a point close to the z ...

  • Casio fx-7400G - page 12

    Programming your calculator 4 2 X 2 EQ Purpose Solving a set of two simultaneous linear equations, by entering only the coefficients of each. Operation The program reminds you of the form for the equations: a 11 x + a 12 y = b 1 a 21 x + a 22 y = b 2 You may have to rewrite your equations into this form before entering them. Input the six coefficie ...

  • Casio fx-7400G - page 13

    Barry Kissane 5 3 X 3 EQ Purpose Solving a set of three simultaneous linear equations, by entering only the coefficients of each. Operation The program reminds you of the form for the equations: a 11 x + a 12 y + a 13 z = b 1 a 21 x + a 22 y + a 23 z = b 2 a 31 x + a 32 y + a 33 z = b 3 You may have to rewrite your equations into this form before e ...

  • Casio fx-7400G - page 14

    Programming your calculator 6 QUADEQTN Purpose Finding the roots of a quadratic equation, using the quadratic formula. Operation The program reminds you of the form of the equation: a x 2 + b x + c = 0. You may have to rewrite your equations into this form before entering them. Input the three coefficients in the correct order, pressing after each. ...

  • Casio fx-7400G - page 15

    Barry Kissane 7 INTRSECT Purpose To find the coordinates of a point of intersection of the graphs of two functions. This can be used to solve a pair of simultaneous equations. Operation Start by graphing the two functions, using Y1 and Y2. Trace to a point close to the point of intersection. Then activate the program. The result will be given corre ...

  • Casio fx-7400G - page 16

    Programming your calculator 8 MINIMUM Purpose Find the coordinates of a relative minimum of a function. Operation The function must be in Y1 in the list. Draw a graph of the function and trace to a point near a minimum point. Activate the program, which will give the coordinates of the minimum point, correct to three decimal places. Test the progra ...

  • Casio fx-7400G - page 17

    Barry Kissane 9 MAXIMUM Purpose Find the coordinates of a relative maximum of a function. Operation The function must be in Y1 in the list. Draw a graph of the function and trace to a point near a maximum point. Activate the program, which will give the coordinates of the maximum point, correct to three decimal places. Test the program by finding t ...

  • Casio fx-7400G - page 18

    Programming your calculator 10 SEARCH Purpose To search systematically through a range of values in order to solve a problem. Operation In its present form, the program checks each of the numbers from 10 to 100 in turn to see whether any of them satisfy the following condition: The product of the tens and units digit, added to the sum of the tens a ...

  • Casio fx-7400G - page 19

    Barry Kissane 11 INTEGRAL Purpose To find the area under a curve and above the x -axis between two points, using the integral of a function. Operation The program reminds you that the function must be in Y1. Enter the function in Graph mode and then start the program in Program mode. Enter the x -value for the lower limit and the upper limit, press ...

  • Casio fx-7400G - page 20

    Programming your calculator 12 DECIMAL Purpose To give the decimal expansion of a fraction to as many decimal places as desired. Operation Enter the numerator and the denominator, both whole numbers, pressing after each. Each time you press , the next digit in the decimal expansion will be given. Record these on paper if you wish. Note that the dec ...

  • Casio fx-7400G - page 21

    Barry Kissane 13 FACTORS Purpose To find all the prime factors of a positive integer. Operation Enter an integer at the prompt and press to start. Each time you press , another prime factor will be displayed. To test the program, enter 234 and check that the prime factors are 2 x 3 x 3 x 13. ...

  • Casio fx-7400G - page 22

    Programming your calculator 14 DICE Purpose To simulate rolling a standard six-sided die, for which each of the six possible scores are equally likely. Operation Enter the number of rolls required. (The maximum is 255.) Press to start. The program will display the mean score of the simulated dice rolls. The actual rolls are stored in List 1. Any da ...

  • Casio fx-7400G - page 23

    Barry Kissane 15 TWODICE Purpose To simulate rolling two standard six-sided die, for which each of the six possible scores are equally likely on each die. The two die rolls are added each time to produce a score. Operation Enter the number of rolls required. (The maximum is 255.) The program will display the mean score of the simulated dice rolls. ...

  • Casio fx-7400G - page 24

    Programming your calculator 16 COIN Purpose Simulate tossing a coin and counting how often a head is obtained. Operation Enter the (whole) number of tosses. There is no limit on the number, except your time and batteries. With fresh batteries, the calculator will need about 30 seconds for each thousand tosses. The program will display how many of t ...

  • Casio fx-7400G - page 25

    Barry Kissane 17 FREQDIST Purpose To generate a frequency distribution from raw data. Operation The first two lines of the program remind you that the data must be in List 1 and must all be integers. Press to continue the program after the messages. The frequency distribution will be placed into Lists 2 and 3. Any data already in List 2 and List 3 ...

  • Casio fx-7400G - page 26

    Programming your calculator 18 DIFFLIST Purpose Find the first and second differences for a sequence. Operation Delete the contents of List 1 and then enter your sequence into List 1. The program will store the first differences between elements of the sequence into List 2 and the second differences into List 3. Any data already in List 2 and List ...

  • Casio fx-7400G - page 27

    Barry Kissane 19 LONGRUN Purpose To illustrate what happens in the long run when events with a certain probability are generated. For example, to see what happens when a fair coin is tossed repeatedly, by plotting the proportion of the heads after various numbers of tosses. Operation Enter the probability concerned and press to continue. The progra ...

  • Casio fx-7400G - page 28

    Programming your calculator 20 SRANSAMP Purpose Take a simple random sample of a certain size from a population. A simple random sample is one for which each element of the population has the same chance of being chosen. Notice that it is possible for the same elements to be chosen more than once. (That is, sampling with replacement is involved.) O ...

  • Casio fx-7400G - page 29

    Barry Kissane 21 NORMAL Purpose To generate values for areas between two values of a normal probability distribution with mean M and standard deviation S. Operation Enter the mean and standard deviation, each followed by . (For the standard normal ( z ) distribution, enter M = 0 and S = 1.) Then enter the lower value and the upper value, each follo ...

  • Casio fx-7400G - page 30

    Programming your calculator 22 BINOMIAL Purpose To simulate a binomial random variable, consisting of a number of trials each of which has the same probability of success. For example, tossing a set of 12 coins, each of which has a probability of 0.5 of landing 'heads', and counting how many of the twelve land heads each time. Operation E ...

  • Casio fx-7400G - page 31

    Barry Kissane 23 BINPROB Purpose To generate values for the binomial and cumulative binomial probability distributions. Operation Enter the number of trials ( N ) and the probability of success for each ( P ), followed by in each case. The probability of zero successes is displayed on the screen. Write this result down on paper. Then press to see t ...

  • Casio fx-7400G - page 32

    Programming your calculator 24 CMPNDINT Purpose To explore various compound interest situations involving a Principal, an Amount, an interest rate, a number of years of investment and a number of compounding periods per year. If all except one of these variables is known, the other one is calculated. Operation Enter the variable values when request ...

Fabricant Casio Catégorie Calculator

Les documents que nous recevons du fabricant de l'appareilCasio fx-7400G peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques Casio
- manuels d’utilisations fx-7400G
- fiches produit Casio
- dépliants
- ou étiquettes-énergie Casio fx-7400G
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation Casio fx-7400G.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation Casio fx-7400G, manuels d’entretien, brefs manuels ou manuels de l’utilisateur Casio fx-7400G. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit Casio fx-7400G.

Manuels d’utilsiation similaires

Manuel d’utilisation complet de l’appareil Casio fx-7400G, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser Casio fx-7400G par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs Casio fx-7400G.

Le manuel d’utilisation complet Casio, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel Casio fx-7400G - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières Casio fx-7400G, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lCasio fx-7400G qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil Casio fx-7400G - qui devraient nous aider dans les premières étapes lors de l'utilisation Casio fx-7400G
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de Casio fx-7400G
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service Casio fx-7400G dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de Casio fx-7400G?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec Casio fx-7400G, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec Casio fx-7400G il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (1)

Саша

как ввести вручную обратную геодезическую задачу?