Riconoscimento di Schemi: Guida
Risolvere puzzle a matrice visiva identificando schemi di forma, dimensione, riempimento e trasformazione
Indice
Impara
Fondamenti
Comprendere la struttura dei puzzle a matrice
Attributi Visivi
Regole su forma, dimensione, riempimento, colore, conteggio, posizione e bordo
Pattern Spaziali
Relazioni diagonali, d'angolo e di simmetria
Strategie Risolutive
Tecniche per puzzle complessi con regole multiple
Trasformazioni
Rotazione e altre trasformazioni di forme
Impara 1
Regole dei Pattern a Matrice
Comprendere i puzzle a matrice 3x3 e come identificare le regole che li governano.
Matrix reasoning puzzles (like Raven's Progressive Matrices) present a 3×3 grid (or 4×4 at expert difficulty) where each cell contains shapes with various attributes. One cell is missing, and you must identify the pattern rules to determine what belongs there. Rules can apply to rows, columns, diagonals, or the entire grid. Each puzzle may have multiple simultaneous rules affecting different attributes.
Grid[row][col] = f(position, rules)
- Row rule: Same shape repeats across each row
- Column rule: Size increases going down each column
- Diagonal rule: Corner cells all share the same attribute
Come riconoscerlo
- Scan each row for consistent patterns
- Scan each column for consistent patterns
- Check diagonals and corners for matching elements
- Consider shape, size, and fill as independent attributes
Errori comuni
- Focusing on only one attribute when multiple rules exist
- Missing column patterns while focusing on rows
- Not considering diagonal relationships
Soluzione passo per passo
In una matrice 3x3, ogni riga contiene un cerchio, un quadrato e un triangolo. Ogni colonna mostra dimensioni piccola, media e grande. Manca la cella 9. Quale forma e dimensione corrisponde?
- Identificare la regola di riga: ogni riga contiene tutte e tre le forme
- Controllare la riga 3: le celle 7 e 8 mostrano cerchio e quadrato
- Identificare la regola di colonna: le dimensioni aumentano verso il basso
- Controllare la colonna 3: le celle 3 e 6 mostrano piccola e media
- Combinare entrambe le regole per trovare la risposta
Risposta: Triangolo grande
Impara 2
Progressione delle Forme
Come le forme cambiano o restano costanti nelle righe e colonne di una 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)
Come riconoscerlo
- 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
Errori comuni
- 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
Soluzione passo per passo
In una matrice 3x3, ogni riga mostra la stessa progressione di forme. Riga 1: cerchio, quadrato, triangolo. Riga 2: cerchio, quadrato, triangolo. Riga 3: cerchio, quadrato, ?. Cosa segue?
- Esaminare la riga 1 per trovare la sequenza di forme
- Confermare che il pattern si ripete nella riga 2
- Applicare il pattern alla riga 3
- La terza posizione nella sequenza è sempre triangolo
Risposta: Triangolo
Impara 3
Progressione delle Dimensioni
Come le dimensioni cambiano sistematicamente nelle righe o colonne di una matrice.
Size rules govern whether shapes are small, medium, or large. Common patterns include constant size (all same), increasing size (small→medium→large across rows or down columns), and decreasing size (large→medium→small). Size progression is often the most visually obvious pattern but can be subtle when combined with other rules.
size(cell) = small | medium | large, following position rule
- Constant: All cells have medium-sized shapes
- Row increase: Each row goes small → medium → large
- Column decrease: Each column goes large → medium → small
Come riconoscerlo
- Compare sizes within each row—are they equal or changing?
- Compare sizes within each column—are they equal or changing?
- Note direction: increasing (growth) or decreasing (shrinking)
- Size is independent of shape and fill
Errori comuni
- Confusing size direction (increasing vs decreasing)
- Missing size patterns when distracted by shape changes
- Assuming size must vary when it might be constant
Soluzione passo per passo
In una matrice 3x3, le forme aumentano di dimensione da sinistra a destra in ogni riga. La riga 3 mostra: cerchio piccolo, cerchio medio, ?. Quale dimensione corrisponde alla cella mancante?
- Identificare il pattern di dimensione nelle righe
- Verificare il pattern nelle righe 1 e 2
- Applicare il pattern alla riga 3
- La terza posizione segue la sequenza crescente
Risposta: Cerchio grande
Impara 4
Pattern di Riempimento
Come i riempimenti delle forme (vuoto, semipieno, pieno) cambiano nella matrice.
Fill rules determine whether shapes are empty (outline only), half-filled (partial shading), or fully filled (solid). Like other attributes, fill can be constant across the grid or progress systematically across rows or columns. Fill patterns often create visual rhythm that helps identify the correct answer.
fill(cell) = empty | half | filled, following position rule
- Row pattern: Each row shows empty → half → filled
- Column pattern: Each column shows empty → half → filled
- All different per column: Each column has one of each fill
Come riconoscerlo
- Examine fill states across each row
- Examine fill states down each column
- Look for the empty→half→filled progression
- Fill is independent of shape and size
Errori comuni
- Confusing 'half' with 'empty' or 'filled'
- Missing fill patterns while focused on shape
- Not checking both row and column directions
Soluzione passo per passo
In una matrice 3x3, il riempimento progredisce in ogni riga come vuoto, semipieno, pieno. La riga 3 mostra: quadrato vuoto, quadrato semipieno, ?. Quale riempimento corrisponde alla cella mancante?
- Identificare il pattern di riempimento nelle righe
- Verificare il pattern nelle righe 1 e 2
- Applicare il pattern alla riga 3
- La terza posizione completa la sequenza di riempimento
Risposta: Quadrato pieno
Impara 5
Pattern Diagonali e d'Angolo
Regole che si applicano alle diagonali o alle celle d'angolo della matrice.
Beyond rows and columns, matrices can have diagonal rules. The main diagonal runs from top-left to bottom-right; the anti-diagonal runs from top-right to bottom-left. Corner rules specifically match the four corner cells. These patterns are typically found in harder puzzles and require looking beyond the obvious row/column structure.
Diagonal: cells[0,0], cells[1,1], cells[2,2] share attribute. Corners: cells at (0,0), (0,2), (2,0), (2,2) share attribute.
- Diagonal shape: Top-left, center, bottom-right all have same shape
- Anti-diagonal fill: Top-right, center, bottom-left all have same fill
- Corners same: All four corner cells have matching shapes
Come riconoscerlo
- After checking rows and columns, examine the diagonals
- Compare the four corner cells for matching attributes
- Diagonal rules often combine with row/column rules
- These patterns appear in harder difficulty levels
Errori comuni
- Only checking rows and columns, missing diagonal patterns
- Confusing main diagonal with anti-diagonal
- Forgetting that diagonal rules can apply to any attribute
Soluzione passo per passo
In una matrice 3x3, tutte le celle sulla diagonale principale condividono la stessa forma. Le celle 1 e 5 contengono cerchi. Manca la cella 9. Quale forma corrisponde?
- Identificare le celle della diagonale principale
- Verificare il pattern diagonale: la cella 1 ha un cerchio
- Confermare il pattern: anche la cella 5 ha un cerchio
- Applicare la regola diagonale alla cella 9
Risposta: Cerchio
Impara 6
Risoluzione Multi-regola
Strategie per puzzle con più regole di pattern simultanee.
Harder matrix puzzles combine multiple rules—for example, shapes might follow a row pattern while sizes follow a column pattern and fill follows a diagonal. Solving these requires systematically checking each attribute independently, then combining the constraints to find the unique answer that satisfies all rules simultaneously.
Answer = intersection of all rule constraints
- 2 rules: Row shapes (circle, square, triangle) + Column sizes (small, medium, large)
- 3 rules: Constant shape + Row fill + Column size
- 4 rules: Diagonal shape + Anti-diagonal fill + Row size + All-different shapes per row
Come riconoscerlo
- Analyze each attribute (shape, size, fill) separately
- Write down what each attribute should be based on its rule
- Combine constraints: the answer must satisfy ALL rules
- Eliminate options that violate any single rule
Errori comuni
- Finding one rule and stopping the search
- Not checking all three attributes independently
- Choosing an answer that matches some but not all rules
Soluzione passo per passo
In una matrice 3x3: le forme seguono cerchio, quadrato, triangolo per riga; le dimensioni aumentano per colonna (piccolo, medio, grande); il riempimento è costante (tutto pieno). Cosa va nella cella 9?
- Analizzare la regola di forma: ogni riga ha cerchio, quadrato, triangolo
- Analizzare la regola di dimensione: la colonna 3 va da piccolo, medio, grande
- Analizzare la regola di riempimento: tutte le forme sono piene
- Combinare tutti e tre i vincoli
Risposta: Grande triangolo pieno
Impara 7
Pattern di Rotazione
Le forme ruotano di angoli fissi nelle righe o colonne.
Rotation patterns involve shapes turning by consistent angles (90°, 180°, 270°) as you move across rows or down columns. The shape type remains the same, but its orientation changes predictably.
Each cell's rotation = base_rotation + (position × rotation_step)
- Triangle pointing up → right → down → left across a row
- Square rotated 45° in column 1, 90° in column 2, 135° in column 3
- All shapes rotated by the same constant angle
Come riconoscerlo
- Same shape appears in different orientations
- Rotation follows a regular pattern (90° increments)
- Check both rows and columns for rotation progressions
Errori comuni
- Confusing rotation with different shapes
- Missing subtle rotation differences
- Not considering all four rotation states
Soluzione passo per passo
In una matrice 3x3, i triangoli ruotano di 90 gradi in senso orario in ogni riga. La riga 3 mostra: triangolo verso l'alto, triangolo verso destra, ?. Quale orientamento segue?
- Identificare il pattern di rotazione
- Seguire la sequenza: su (0 gradi), destra (90 gradi)
- Applicare la rotazione successiva di 90 gradi
- Il triangolo ruota per puntare verso il basso
Risposta: Triangolo che punta verso il basso
Impara 8
Pattern di Conteggio
Il numero di forme in ogni cella aumenta o diminuisce sistematicamente.
Count patterns involve the quantity of shapes changing across rows or down columns. A cell might contain 1, 2, or 3 identical shapes, with the count following a predictable progression.
Cell count = base_count + (position × count_step)
- 1 circle → 2 circles → 3 circles across a row
- Single shape in row 1, pairs in row 2, triplets in row 3
- Count increases from left to right in each row
Come riconoscerlo
- Count the shapes in each cell
- Look for consistent increases (1→2→3)
- Check if the pattern applies to rows or columns
Errori comuni
- Focusing only on shape type, ignoring quantity
- Assuming all cells have one shape
- Missing the count pattern when shapes overlap
Soluzione passo per passo
In una matrice 3x3, il numero di forme aumenta in ogni riga. La riga 3 mostra: 1 cerchio, 2 cerchi, ?. Quanti cerchi nella cella mancante?
- Contare le forme nella riga 3, cella 1
- Contare le forme nella riga 3, cella 2
- Identificare il pattern di conteggio
- Applicare il pattern per trovare il prossimo numero
Risposta: 3 cerchi
Impara 9
Pattern di Simmetria
La griglia presenta simmetria orizzontale, verticale o puntuale.
Symmetry patterns require the grid to mirror itself along an axis or around a central point. Horizontal symmetry means left and right columns are reflections. Vertical symmetry means top and bottom rows mirror each other. Point symmetry (180° rotational) means opposite corners match.
Horizontal: cell[r][0] = cell[r][2], Vertical: cell[0][c] = cell[2][c], Point: cell[r][c] = cell[2-r][2-c]
- Left column shapes identical to right column shapes
- Top row mirrored in bottom row
- Corners with matching shapes (top-left = bottom-right)
Come riconoscerlo
- Compare opposite sides of the grid
- Check if folding the grid would align shapes
- Look for matching pairs across the center
Errori comuni
- Confusing horizontal and vertical symmetry
- Not checking all symmetric pairs
- Missing point symmetry around the center
Soluzione passo per passo
In una matrice 3x3 con simmetria orizzontale, la colonna 1 rispecchia la colonna 3. La colonna 1 mostra: triangolo, quadrato, cerchio (dall'alto al basso). Manca la colonna 3, riga 3. Quale forma corrisponde?
- Identificare il tipo di simmetria
- Trovare la cella corrispondente nella colonna 1
- Applicare la regola dello specchio
- La cella mancante deve corrispondere al suo riflesso
Risposta: Cerchio
Impara 10
Pattern di Colore
I colori delle forme cambiano sistematicamente nelle righe o colonne.
Color patterns involve the hue of shapes changing as you move through the grid. Unlike fill (empty/half/filled), color refers to the actual hue (primary, secondary, tertiary). Colors may progress across rows, down columns, or share the same color along diagonals.
Color follows sequence: primary → secondary → tertiary
- Purple → Blue → Green across each row
- Same color in all diagonal cells
- Colors change down columns but stay consistent in rows
Come riconoscerlo
- Look for hue changes (not just brightness/fill)
- Check if colors follow a sequence
- Compare diagonal cells for matching colors
Errori comuni
- Confusing color with fill pattern
- Not noticing subtle color differences
- Assuming color is constant when it varies
Soluzione passo per passo
In una matrice 3x3, i colori progrediscono in ogni riga come rosso, blu, verde. La riga 3 mostra: cerchio rosso, cerchio blu, ?. Quale colore per la cella mancante?
- Identificare la sequenza di colori nelle righe 1 e 2
- Verificare che il pattern si applichi alla riga 3
- Determinare il colore successivo nella sequenza
- Applicare il colore alla cella mancante
Risposta: Cerchio verde
Impara 11
Pattern di Posizione
Le forme cambiano posizione all'interno delle celle nelle righe o colonne.
Position patterns involve shapes moving within their cell boundaries. A shape might be positioned left, center, or right within its cell, with the position changing systematically across rows or down columns.
Position sequence: left → center → right (or top → center → bottom)
- Shape in left of cell → center → right across row
- Shapes shift from top to bottom down each column
- All cells in a row have shapes at the same position
Come riconoscerlo
- Notice where shapes sit within their cells
- Look for consistent position shifts
- Check if position changes row-wise or column-wise
Errori comuni
- Ignoring position and focusing only on shape type
- Confusing size changes with position shifts
- Not noticing subtle position differences
Soluzione passo per passo
In una matrice 3x3, le forme cambiano posizione all'interno delle celle in ogni riga. La riga 3 mostra: forma a sinistra, forma al centro, ?. Quale posizione per la cella mancante?
- Identificare la sequenza di posizione
- Controllare la riga 3: la prima cella ha la forma a sinistra
- Controllare la riga 3: la seconda cella ha la forma al centro
- Applicare il pattern per trovare la terza posizione
Risposta: Forma posizionata a destra
Impara 12
Pattern di Bordo
Gli stili di contorno delle forme cambiano nelle righe o colonne.
Border patterns involve the outline style of shapes changing systematically. Borders can be none (invisible outline), dashed, or solid. This attribute changes across rows or down columns following a predictable pattern.
Border sequence: none → dashed → solid
- No border → dashed border → solid border across row
- Column 1 has no borders, column 2 has dashed, column 3 has solid
- All shapes in a row share the same border style
Come riconoscerlo
- Examine the outline of each shape
- Look for dashed vs solid vs invisible borders
- Check if border style follows row or column pattern
Errori comuni
- Confusing border style with fill pattern
- Not noticing subtle border differences
- Assuming all shapes have the same border
Soluzione passo per passo
In una matrice 3x3, gli stili di bordo progrediscono in ogni riga come nessuno, tratteggiato, pieno. La riga 3 mostra: cerchio senza bordo, cerchio con bordo tratteggiato, ?. Quale stile di bordo per la cella mancante?
- Identificare la sequenza di bordo nelle righe 1 e 2
- Verificare il pattern nella riga 3
- Determinare il prossimo stile di bordo
- Applicare lo stile di bordo alla cella mancante
Risposta: Cerchio con bordo pieno
Impara 13
Pattern di Sequenza di Forme
Le forme seguono una sequenza ordinata definita nelle righe o colonne.
Shape sequence patterns involve shapes appearing in a specific order. Unlike random shape distribution, these follow predictable progressions like circle→square→triangle. The sequence may also appear in reverse order.
Shapes follow ordered progression: shape[n] → shape[n+1] → shape[n+2]
- Circle → Square → Triangle in each row
- Same three-shape sequence repeating down columns
- Reverse sequence: Triangle → Square → Circle across row
Come riconoscerlo
- Identify the specific shape sequence
- Check if sequence repeats in every row/column
- Look for reversed sequences in harder puzzles
Errori comuni
- Missing the ordered nature of the sequence
- Confusing sequence with random shape variation
- Not recognizing reverse sequences
Soluzione passo per passo
In una matrice 3x3, ogni riga segue la sequenza cerchio, quadrato, triangolo. La riga 3 mostra: cerchio, quadrato, ?. Quale forma segue?
- Identificare la sequenza di forme nella riga 1
- Verificare la stessa sequenza nella riga 2
- Applicare la sequenza alla riga 3
- La terza forma nella sequenza è triangolo
Risposta: Triangolo
Impara 14
Analogia Geometrica
A sta a B come C sta a ? — applica la stessa trasformazione per prevedere D.
I rompicapo di analogia geometrica mostrano una griglia 2×2: riga superiore A → B (trasformazione su un singolo attributo), riga inferiore C → ?. La trasformazione che mappa A su B deve essere la stessa che mappa C su ?. Concetto di Spearman ~1923.
- dimensione: cerchio piccolo → cerchio grande :: triangolo piccolo → triangolo grande
Soluzione passo per passo
A: empty pentagon. B: half pentagon. C: empty triangle. D: ?
- Compare A and B: only the fill changed (empty → half)
- Apply the same change to C
- Pick the answer that matches: half triangle (everything else identical to C)
Risposta: Half-filled triangle
Impara 15
Elemento Intruso
Una griglia 3×3 dove otto celle seguono una regola e una la viola — clicca sull'intrusa.
I rompicapo di elemento intruso mostrano una griglia 3×3 completa in cui una singola regola di riga o colonna governa otto delle nove celle. Esattamente una cella — l'intrusa — ha un valore diverso. Test Cattell Culture Fair (1949).
- Regola borderRow: ogni riga ha bordi nessuno/tratteggiato/continuo. L'intrusa ha 'continuo' dove ci si aspetta 'tratteggiato'.
Soluzione passo per passo
A 3×3 grid where every row should have borders [none, dashed, solid] in column order. One cell breaks this. Find it.
- Read row 0: borders are none, dashed, solid — conforms
- Read row 1: borders are none, none, solid — middle cell should be dashed
- Click the violator
Risposta: Row 1, column 1 (border 'none' where 'dashed' is required)
Impara 16
Continuazione di Sequenza Visiva
Una striscia orizzontale mostra i primi tre fotogrammi di una progressione — prevedi il quarto.
I rompicapo di continuazione di sequenza visiva mostrano una striscia orizzontale 1×4 con tre celle visibili e una quarta segnata '?'. Un singolo attributo (dimensione, riempimento, bordo, numero, rotazione) avanza attraverso un insieme fisso di valori; prevedi il quarto.
- dimensione: piccolo → medio → grande → ? (molto grande)
- riempimento: vuoto → quarto → metà → ? (pieno)
Soluzione passo per passo
A 1×4 strip shows three small circles, then medium circles, then large circles. The fourth cell is '?'. What goes there?
- Identify the changing attribute: size
- Confirm the progression direction: ascending
- Apply the next step in the progression: xlarge
Risposta: Extra-large circle
Esempi svolti
Gli esempi svolti conservano la serie originale per ogni difficoltà. Aprine uno per confrontare consegna, opzioni, risposta corretta e spiegazione.