ee.Array.matrixDeterminant
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تعیین کننده ماتریس را محاسبه می کند.
استفاده | برمی گرداند | Array. matrixDeterminant () | شماره |
استدلال | تایپ کنید | جزئیات | این: input | آرایه | آرایه ای برای محاسبه |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]