Skip to content

Commit 6c7f2f8

Browse files
authored
Merge pull request #17 from pabloocal/projection
Fixed small typo and added clarifications
2 parents 168233c + 8320c1c commit 6c7f2f8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Chapters/chapter2.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,8 @@ \subsection{Projections and Unit Vectors}
583583
compute $s$, we use the fact that the vector ${\rm proj}_\bb\aa - \aa$
584584
(along the dotted line in the diagram) is orthogonal to $\bb$. Thus
585585
$({\rm proj}_\bb\aa - \aa)\cdot\bb = 0$, or $(s\bb-\aa)\cdot\bb=0$, or
586-
$s = \aa\cdot\bb / \bb\cdot\bb = \aa\cdot\bb / \|\bb\|^2$. Thus
586+
$(s\bb)\cdot\bb-\aa\cdot\bb=0$, or $s(\bb\cdot\bb)=\aa\cdot\bb=$, or
587+
$s = (\aa\cdot\bb) / (\bb\cdot\bb) = (\aa\cdot\bb) / \|\bb\|^2$. Thus
587588
\begin{equation}
588589
\label{eq:projection}
589590
{\rm proj}_\bb\aa = {{\aa\cdot\bb}\over{\|\bb\|^2}}\bb.

notes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% %
3-
% ROOT FILE 5 %
3+
% ROOT FILE 5 %
44
% %
55
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
66

0 commit comments

Comments
 (0)