CAS-delen

Fra GeoGebra Manual
Hopp til: navigasjon, søk




Grunnleggende inntasting

  • Enter: Beregn inntastet uttrykk
  • Alt + Enter: Sjekk inntastet uttykk uten å beregne uttrykket. For eksempel vil b + b forbli b + b. Merk at tilordninger alltid blir beregnet. For eksempel a := 5
  • På en tom rad kan du skrive
    • Mellomrom for forrige resultat
    • ) for forrige resultat i parentes
    • = for forrige inntasting
  • Undertrykk resultatet ved å avslutte uttrykket med et semikolon. For eksempel a := 5;

Verktøylinjen

  • Clicking a button in the toolbar applies a command to the currently edited row
  • You can select part of the input text to only apply the operation to this selected part

Variabler

Tilordninger og sammenheng med GeoGebra

  • Assignments use the := notation, e.g. b := 5, a(n) := 2n + 3
  • To free up a variable name again, use Delete[b] or b :=
  • Variables and functions are always shared between the CAS view and GeoGebra if possible. If you define b:=5 in the CAS view, then you can use b in all of GeoGebra. If you have a function f(x)=x^2 in GeoGebra, you can also use this function in the CAS view.
Merk:
The output will always be just the expression after the :=, e.g. if you type b:=5 the output will be 5.

Referanser

Du kan referere til andre rader i CAS-vinduet på to måter:

  • Statiske referanser setter inn tekst fra en annen rad slik at inntastingen din endres.
    • # setter inn tidligere resultat
    • #5 setter inn resultatet fra rad 5
  • Dynamiske referanser bruker tekst fra en annen rad uten å ende inntastingen din.
    • $ setter inn tidligere resultat
    • $5 setter inn resultatet fra rad 5

Ligninger

  • Equations are written using the simple Equals sign, e.g. 3x + 5 = 7
  • You can perform arithmetic operations on equations, e.g. (3x + 5 = 7) - 5 subtracts 5 from both sides of the equation. This is useful for manual equation solving.
  • LeftSide[3x + 5 = 7] returns 3 x + 5 and RightSide[3x + 5 = 7] returns 7

Kommandoer og verktøy

Se CAS-kommandoer og CAS-verktøy for en komplett liste over kommandoer og verktøy.

Comments

© 2024 International GeoGebra Institute