Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. documentclass[border=3pt]{standalone}
  2. usepackage{tikz}
  3. begin{document}
  4. begin{tikzpicture}
  5. draw[-,fill=white!95!red](0,0)--(3,0)--(4,1)--(1,1)--cycle;
  6. node at (2,0.5) {$|textcolor{blue}{a}times textcolor{red}{b}|$};
  7. draw[ultra thick,-latex,blue](0,0)--(3,0)node[midway,below]{$a$};
  8. draw[ultra thick,-latex,red](0,0)--(1,1)node[midway,above]{$b$};
  9. draw[ultra thick,-latex,blue!50!red](0,0)--(0,3)node[pos=0.7,right]{$atimes b$};
  10. draw (0.6,0) arc [start angle=0,end angle=45,radius=0.6]
  11. node[pos=0.7,right]{$theta$};
  12. end{tikzpicture}
  13. end{document}
Add Comment
Please, Sign In to add comment