إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.matrixLUDecomposition
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحسب هذه الدالة تحليل مصفوفة LU بحيث يكون P×input=L×U، حيث L هي مصفوفة مثلّثة سفلية (مع حدود قطرية للوحدة)، وU هي مصفوفة مثلّثة علوية، وP هي مصفوفة تبديل محورية جزئية. يجب أن تكون مصفوفة الإدخال مربّعة. تعرض هذه الدالة صورة تتضمّن نطاقات باسم "L" و"U" و"P".
الاستخدام | المرتجعات |
---|
Image.matrixLUDecomposition() | صورة |
الوسيطة | النوع | التفاصيل |
---|
هذا: image | صورة | صورة لمصفوفات ثنائية الأبعاد سيتم تحليلها |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis operation calculates the LU matrix decomposition of a square input matrix, represented as P×input=L×U.\u003c/p\u003e\n"],["\u003cp\u003eIt returns an image containing three bands: 'L' representing the lower triangular matrix, 'U' representing the upper triangular matrix, and 'P' representing the permutation matrix.\u003c/p\u003e\n"],["\u003cp\u003eThe input for this operation must be a 2-D matrix image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixLUDecomposition\n\nCalculates the LU matrix decomposition such that P×input=L×U, where L is lower triangular (with unit diagonal terms), U is upper triangular and P is a partial pivot permutation matrix. The input matrix must be square. Returns an image with bands named 'L', 'U' and 'P'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| Image.matrixLUDecomposition`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | Image of 2-D matrices to be decomposed. |"]]