Casio ClassPad 300 Uživatelský manuál Strana 582

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 670
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 581
20021201
12-7 Including ClassPad Functions in Programs
Including Graphing Functions in a Program
Graphing functions let your program graph multiple equations, or overlay multiple graphs on
the same screen.
Example: DefaultSetup
ClrGraph
ViewWindow 0, 7.7, 1, –14, 110, 10
GraphType "y="
Define y1(x) = x^4 – x^3 – 24x^2 + 4x + 80
GTSelOn 1
PTDot 1
SheetActive 1
DrawGraph
12-7-1
Including ClassPad Functions in Programs
Using Conics Functions in a Program
Conics functions make it possible for your program to draw conics graphs.
Example: ClrGraph
ViewWindow –15.4, 15.4, 2, –7.6, 7.6, 2
"(x – 1)^2/3^2 + (y – 2)^2/4^2 = 1" S ConicsEq
DrawConics
Zobrazit stránku 581
1 2 ... 577 578 579 580 581 582 583 584 585 586 587 ... 669 670

Komentáře k této Příručce

Žádné komentáře