← Retour à Reconnaissance de Motifs · Guides
Progression des Formes
Comment les formes changent ou restent constantes dans les lignes et colonnes d'une matrice.
Apprendre
Comment les formes changent ou restent constantes dans les lignes et colonnes d'une matrice.
Shape rules determine which geometric form appears in each cell. The simplest rule is 'constant shape' where all cells contain the same form. Progression rules change the shape systematically—either the same order repeats in each row, each column has its own shape, or each row/column contains three different shapes. Understanding shape rules helps isolate this attribute from size and fill.
shape(cell) = f(row, col) or constant
- Constant: All cells contain circles
- Row pattern: Each row shows circle → square → triangle
- All different: Each row has 3 unique shapes (order may vary)
Comment le reconnaître
- Check if all shapes are identical (constant rule)
- Compare shapes across each row—do they follow a pattern?
- Compare shapes down each column—do they follow a pattern?
- Note: shape is independent of size and fill
Erreurs fréquentes
- Confusing shape order with size or fill patterns
- Assuming shapes must change when they might be constant
- Missing that different rows can have different shape sets
Résolution étape par étape
Dans une matrice 3x3, chaque ligne montre la même progression de formes. Ligne 1 : cercle, carré, triangle. Ligne 2 : cercle, carré, triangle. Ligne 3 : cercle, carré, ?. Que vient ensuite ?
- Examiner la ligne 1 pour trouver la séquence de formes
- Confirmer que le motif se répète à la ligne 2
- Appliquer le motif à la ligne 3
- La troisième position dans la séquence est toujours triangle
Réponse: Triangle