HP NW280AAABA Bedienungsanleitung Seite 402

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 616
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 401
396 Functions and commands
id Returns a vector containing the solution to the identity function
for the argument(s).
id(Object1, [Object2,…])
Example:
id([1 2], 3, 4) returns [[1 2] 3 4]
identity Given an integer n, returns the identity matrix of dimension n.
identity(Integer)
Example:
identity(3) returns
iegcd Returns the extended greatest common divisor of two integers.
iegcd(Integer1, Integer2)
Example:
iegcd(14, 21) returns [-1, 1, 7]
igcd Returns the greatest common divisor of two integers or two
rational numbers or two polynomials of several variables.
igcd((Integer1, Integer2) or
igcd(Ratnl1, Ratnl2) or
igcd(Poly1, Poly2)
Examples:
igcd(24, 36) returns 12
igcd(2/3,3/4) returns 1/12
interval2center Returns the center of an interval.
interval2center(Interval)
Example:
interval2center(2..5) returns 7/2
inv Returns the inverse of an expression or matrix.
inv(Expr) or inv(Matrix)
Example:
inv(9/5) returns 5/9
100
010
001
Seitenansicht 401
1 2 ... 397 398 399 400 401 402 403 404 405 406 407 ... 615 616

Kommentare zu diesen Handbüchern

Keine Kommentare