diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-10-26 00:46:34 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-10-26 00:46:34 +0100 |
commit | eeeea33cd9d1e286ec2e45152e683a4ef69dc17a (patch) | |
tree | 0d7b61dcfdcbc15ca5f48923a6630eac1666b470 /mat/domace_naloge/14/166c.tex | |
parent | oiv, še in še popravkov. (diff) | |
download | sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar.gz sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar.bz2 sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar.lz sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar.xz sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.tar.zst sola-gimb-2-eeeea33cd9d1e286ec2e45152e683a4ef69dc17a.zip |
Diffstat (limited to 'mat/domace_naloge/14/166c.tex')
-rw-r--r-- | mat/domace_naloge/14/166c.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mat/domace_naloge/14/166c.tex b/mat/domace_naloge/14/166c.tex new file mode 100644 index 0000000..e1b45d2 --- /dev/null +++ b/mat/domace_naloge/14/166c.tex @@ -0,0 +1,21 @@ +\begin{center} + \begin{tikzpicture} + \tkzDefPoint(0,0){C} \tkzDefPoint(300:1){aH} + \tkzCompass(C,aH) \tkzInterCC(C,aH)(aH,C) \tkzGetPoints{K60X}{K60} + \tkzCompass(C,K60) \tkzCompass(aH,K60) + \tkzInterLC(C,aH)(aH,C) \tkzGetPoints{CAGAIN}{2CM} + \tkzInterLC(C,aH)(2CM,aH) \tkzGetPoints{aHAGAIN}{B} + \tkzCompass(aH,2CM) \tkzCompass(2CM,B) + \tkzDrawLine(C,B) \tkzLabelLine[above left](C,B){$a$} + \tkzInterCC(K60,B)(B,K60) \tkzGetPoints{SEC}{SECX} + \tkzCompass(K60,SEC) \tkzCompass(K60,SECX) + \tkzCompass(B,SEC) \tkzCompass(B,SECX) + \tkzInterLL(SEC,SECX)(C,K60) \tkzGetPoint{A} + \tkzDrawLine(C,A) \tkzLabelLine[above left](C,A){$b$} + \tkzDrawLine(A,B) \tkzLabelLine[above left](A,B){$c$} + \tkzDrawLine(SEC,A) + \tkzDrawPolygon[fill=blue!30, opacity=.30](A,B,C) + \tkzDrawPoints(C) \tkzLabelPoints(C,B,A) + \end{tikzpicture} +\end{center} + |