HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 586

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 585
Example:
jordan returns
Diagonal
Given a list, returns a matrix with the list elements along its diagonal and zeroes elsewhere. Given a matrix,
returns a vector of the elements along its diagonal.
diag(list) or diag(matrix)
Example:
diag returns [1 4]
Cholesky
For a numerical symmetric matrix A, returns the matrix L such that A=L*tran(L).
cholesky(matrix)
Example:
In CAS view, cholesky returns after simplication
Hermite
Hermite normal form of a matrix with coeicients in Z: returns U,B such that U is invertible in Z, B is upper
triangular and B=U*A.
ihermite(Mtrx(A))
Example:
ihermite returns
Hessenberg
Matrix reduction to Hessenberg form. Returns [P,B] such that B=inv(P)*A*P.
hessenberg(Mtrx(A))
Example:
In CAS view, hessenberg returns
538 Chapter 26 Matrices
Przeglądanie stron 585
1 2 ... 581 582 583 584 585 586 587 588 589 590 591 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag