HP Prime Graphing Wireless Calculator Uživatelský manuál Strana 588

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 701
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 587
QR returns
SCHUR
Schur Decomposition. Factorizes a square matrix into two matrices. If matrix is real, then the result is ,
{[[orthogonal]],[[upper-quasi triangular]]}. If matrix is complex, then the result is {[[unitary]],[[upper-
triangular]]}.
SCHUR(matrix)
Example:
SCHUR returns
SVD
Singular Value Decomposition. Factorizes an m × n matrix into two matrices and a vector: {[[m × m square
orthogonal]], [real], [[n × n square orthogonal]]}.
SVD(matrix)
Example:
SVD returns
SVL
Singular Values. Returns a vector containing the singular values of matrix.
SVL(matrix)
Example:
SVL returns [5.4649... 0.3659...]
Vector
Cross Product
Cross Product of vector1 with vector2.
CROSS(vector1, vector2)
Example:
CROSS ([1 2],[3 4]) returns [0 0 -2]
Dot Product
Dot Product of two vectors, vector1 and vector2.
dot(vector1, vector2)
Example:
540 Chapter 26 Matrices
Zobrazit stránku 587
1 2 ... 583 584 585 586 587 588 589 590 591 592 593 ... 700 701

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

Žádné komentáře