Trokut proba
Sličnost trokuta
p>(a) ( §§V0(2,6,1)§§³ * ( §§V1(2,6,1)§§³ * §§V2(2,6,1)§§³ ) ) =</p>
p>(a) ( §§V0(2,6,1)§§³ * ( §§V1(2,6,1)§§³ * §§V2(2,6,1)§§³ ) ) =</p>
<svg width="400" height="400">
<line x1="0" y1="200" x2="400" y2="200" style="stroke:black;stroke-width:2" />
<line x1="200" y1="0" x2="200" y2="400" style="stroke:black;stroke-width:2" />
<g transform="translate(200, 200)">
<forEach items="{-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}" var="i">
<line x1="${i*20}" y1="-10" x2="${i*20}" y2="10" style="stroke:lightgray;stroke-width:1" />
<text x="${i*20}" y="15" font-size="10">${i}</text>
</forEach>
</g>
<g transform="translate(200, 200)">
<forEach items="{-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}" var="i">
<line x1="-10" y1="${-i*20}" x2="10" y2="${-i*20}" style="stroke:lightgray;stroke-width:1" />
<text x="-15" y="${-i*20 + 5}" font-size="10">${i}</text>
</forEach>
</g>
</svg>