HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 509

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 508
Example:
sylvester(x
2
-1,x
3
-1,x) gives
table
Denes an array where the indexes are strings or real numbers.
table(SeqEqual(index_name=element_value))
tail
Given a list, string, or sequence of objects, returns a vector with the rst element deleted.
tail(List) or tail(Vector) or tail(String) or tail(Obj1, Obj2,…)
Example:
tail([3 2 4 1 0]) gives [2 4 1 0]
tan2cossin2
Returns an expression with tan(x) rewritten as (1–cos(2*x))/ sin(2*x).
tan2cossin2(Expr)
Example:
tan2cossin2(tan(x)) gives (1-cos(2*x))/sin(2*x)
tan2sincos2
Returns an expression with tan(x) rewritten as sin(2*x)/ (1+cos(2*x)).
tan2sincos2(Expr)
Example:
tan2sincos2(tan(x)) gives sin(2*x)/(1+cos(2*x)
transpose
Returns a matrix transposed (without conjugation).
transpose(Matrix)
Example:
transpose returns
trunc
Given a value or list of values, as well as an integer n, returns the value or list truncated to n decimal places. If
n is not provided, it is taken as 0. Accepts complex numbers.
Ctlg menu 461
Przeglądanie stron 508
1 2 ... 504 505 506 507 508 509 510 511 512 513 514 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag