Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
P×input=L×U olacak şekilde LU matris ayrıştırmasını hesaplar. Burada L, alt üçgensel (birim köşegen terimleriyle), U, üst üçgensel ve P, kısmi pivot permütasyon matrisidir. Giriş matrisi kare olmalıdır. "L", "U" ve "P" adlı girişleri içeren bir sözlük döndürür.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["The `matrixLUDecomposition()` function calculates the LU decomposition of a square input array."],["It returns a dictionary containing the lower triangular matrix (L), upper triangular matrix (U), and permutation matrix (P)."],["The decomposition satisfies the equation P×input=L×U, where L has unit diagonal terms."],["This function is applicable to any square array and is accessed using `Array.matrixLUDecomposition()`."]]],[]]