Read More

원과 접선(삼각함수 미분)

\begin{tikzpicture} [+preamble] \usepackage{pgfplots} \pgfplotsset{compat=newest} [/preamble] \begin{axis}[ ticks=none, xmin=0, xmax=1.5, ymin=0, ymax=1.5, axis equal, axis lines=middle, xlabel=$x$, ylabel=$y$, disabledatascaling]…
Read More

Square root

(1)   \begin{align} \label{eq:poly} d_n=$\sqrt{a_n^2+b_n^2} \end{align} {align}을 안써주면 줄바꿈이 일어난다. 줄바꿈 내용 참조(align, align*, &) http://cubequest.org/xe/index.php?document_srl=165972&mid=LaTex
Read More

Arc

draw (x,y) arc (start:stop:radius) with radius: radius starts from: (x,y) with center: (x-r*cos(start), y-r*sin(start)) ends: (x-r*cos(start)+r*cos(stop), y-r*sin(start)+r*sin(stop)) $\theta_1$…
Read More

수직 그래프(x=n)

\begin{tikzpicture} [+preamble] \usepackage{pgfplots} \pgfplotsset{compat=newest} [/preamble] \begin{axis}[ ticks=none, xmin=-1, xmax=5, ymin=-1, ymax=5, axis lines=middle, xlabel=$w$, ylabel=$r$, disabledatascaling] \draw[line width=0.5mm]…