إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Array.matrixSolve
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحلّ هذه الدالة المعادلة المصفوفية A * x = B، وتجد حلاً بأقل مربعات إذا كانت A محددة بشكل زائد.
الاستخدام | المرتجعات |
---|
Array.matrixSolve(right) | مصفوفة |
الوسيطة | النوع | التفاصيل |
---|
هذا: left | مصفوفة | القيمة اليسرى |
right | مصفوفة | القيمة على الجانب الأيسر |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003ematrixSolve\u003c/code\u003e finds the solution for 'x' in the equation A * x = B, where 'A' is represented by the Array calling the method, and 'B' is provided as an argument.\u003c/p\u003e\n"],["\u003cp\u003eWhen the system of equations is overdetermined (more equations than unknowns), the method calculates a least-squares solution that minimizes the error.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns an Array representing the 'x' vector that solves the equation.\u003c/p\u003e\n"]]],[],null,["# ee.Array.matrixSolve\n\nSolves for x in the matrix equation A \\* x = B, finding a least-squares solution if A is overdetermined.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| Array.matrixSolve`(right)` | Array |\n\n| Argument | Type | Details |\n|--------------|-------|-----------------------|\n| this: `left` | Array | The left-hand value. |\n| `right` | Array | The right-hand value. |"]]