HP NW280AAABA Bedienungsanleitung Seite 487

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 616
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 486
Matrices 481
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
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 simplification
Hermite Hermite normal form of a matrix with coefficients 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
12
34
14
31
14
30
3
3
----
33
3
------
123
456
789
3 10
41 0
1 21
11 3
03 6
00 0
,
Seitenansicht 486
1 2 ... 482 483 484 485 486 487 488 489 490 491 492 ... 615 616

Kommentare zu diesen Handbüchern

Keine Kommentare