Skip to content

Commit 38fe9d8

Browse files
committed
Update orth_proj_thm2.tex
1 parent e91ad0e commit 38fe9d8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lectures/_static/lecture_specific/orth_proj/orth_proj_thm2.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
\usetikzlibrary{arrows.meta, arrows}
44
\begin{document}
55

6-
%.. tikz::
76
\begin{tikzpicture}
8-
[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick}, dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin}, every node/.style={color=black}] \coordinate(O) at (0,0);
7+
[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick},
8+
dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin},
9+
every node/.style={color=black}]
10+
\coordinate(O) at (0,0);
911
\coordinate (y') at (-0.4,0.1);
1012
\coordinate (Py) at (0.6,0.3);
1113
\coordinate (y) at (0.4,0.7);
@@ -14,11 +16,12 @@
1416
\coordinate (Py') at (-0.28,-0.14);
1517
\draw[axis] (-0.5,0) -- (0.9,0) node(xline)[right] {};
1618
\draw[axis] (0,-0.3) -- (0,0.7) node(yline)[above] {};
19+
\draw[important line, thick] (Z1) -- (O);
20+
\draw[important line, thick] (Py) -- (Z2) node[right] {$S$};
1721
\draw[important line,blue,thick, ->] (O) -- (Py) node[anchor = north west, text width=2em] {$P y$};
1822
\draw[important line,blue, ->] (O) -- (y') node[left] {$y'$};
19-
\draw[important line, thick] (Z1) -- (O) node[right] {};
20-
\draw[important line, thick] (Py) -- (Z2) node[right] {$S$};
2123
\draw[important line, blue,->] (O) -- (y) node[right] {$y$};
24+
\draw[important line,blue,thick, ->] (O) -- (Py');
2225
\draw[dotted line] (0.54,0.27) -- (0.51,0.33);
2326
\draw[dotted line] (0.57,0.36) -- (0.51,0.33);
2427
\draw[dotted line] (-0.22,-0.11) -- (-0.25,-0.05);

0 commit comments

Comments
 (0)