ee.Array.matrixDeterminant
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Oblicza wyznacznik macierzy.
Wykorzystanie | Zwroty |
---|
Array.matrixDeterminant() | Liczba |
Argument | Typ | Szczegóły |
---|
to: input | Tablica | Tablica, na której mają być wykonywane obliczenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eComputes and returns the numerical determinant of a given matrix (represented as an array).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ematrixDeterminant()\u003c/code\u003e function is applied to an array, which represents the input matrix.\u003c/p\u003e\n"]]],["The `matrixDeterminant()` method calculates the determinant of a matrix. It operates on an array (`input`) representing the matrix. The method returns a single numerical value representing the determinant. The input is the array on which the determinant computation is performed. No additional arguments are required.\n"],null,["# ee.Array.matrixDeterminant\n\nComputes the determinant of the matrix.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------|---------|\n| Array.matrixDeterminant`()` | Number |\n\n| Argument | Type | Details |\n|---------------|-------|--------------------------|\n| this: `input` | Array | The array to compute on. |"]]