HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 484

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 483
ibasis returns [-1, -1, 0]
icontent
Returns the greatest common divisor of the integer coeicients of a polynomial.
icontent(Poly,[Var])
Example:
icontent(24x^3+6x^2-12x+18) gives 6
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)
Example:
igcd(24, 36) returns 12
igcd(2/3,3/4) returns 1/12
image
Image of a linear application of a matrix.
436 Chapter 22 Functions and commands
Przeglądanie stron 483
1 2 ... 479 480 481 482 483 484 485 486 487 488 489 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag