إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Array.matrixDeterminant
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحسب هذه الدالة محدّد المصفوفة.
الاستخدام | المرتجعات |
---|
Array.matrixDeterminant() | العدد |
الوسيطة | النوع | التفاصيل |
---|
هذا: input | مصفوفة | الصفيف المطلوب إجراء العمليات الحسابية عليه. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]