← Πίσω στο Αναγνώριση Μοτίβων · Οδηγοί
Εξέλιξη Σχημάτων
Πώς τα σχήματα αλλάζουν ή παραμένουν σταθερά στις γραμμές και στήλες ενός πίνακα.
Μάθηση
Πώς τα σχήματα αλλάζουν ή παραμένουν σταθερά στις γραμμές και στήλες ενός πίνακα.
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)
Πώς να το αναγνωρίζετε
- 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
Συνηθισμένα λάθη
- 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
Λύση βήμα προς βήμα
Σε πίνακα 3x3, κάθε γραμμή δείχνει την ίδια εξέλιξη σχημάτων. Γραμμή 1: κύκλος, τετράγωνο, τρίγωνο. Γραμμή 2: κύκλος, τετράγωνο, τρίγωνο. Γραμμή 3: κύκλος, τετράγωνο, ?. Τι ακολουθεί;
- Εξέταση γραμμής 1 για εύρεση της ακολουθίας σχημάτων
- Επιβεβαίωση ότι το μοτίβο επαναλαμβάνεται στη γραμμή 2
- Εφαρμογή του μοτίβου στη γραμμή 3
- Η τρίτη θέση στην ακολουθία είναι πάντα τρίγωνο
Απάντηση: Τρίγωνο