Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Array.matrixDeterminant
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula el determinante de la matriz.
Uso | Muestra |
---|
Array.matrixDeterminant() | Número |
Argumento | Tipo | Detalles |
---|
esta: input | Array | Es el array en el que se realizará el cálculo. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 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. |"]]