SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

2021
Existe pessoas presos na rua.
E pessoas livres na cadeia.
É uma questão de conceito.
Mahatma Gandhi.

Planar Curves with TikZ

Vector: a=(axay)
  1. Hat Vector: a^=(ayax)
  2. LATEX/TikZ:
    TiKZ Listing: Hat.tikz.tex. PDF   PNG   SVG   ZIP*  
    %%%%\documentclass{standalone}
    
    \input{../../../PreAmble.tikz}
    
    %%%%\begin{document}
    %%%%\begin{tikzpicture}
    
    \tikzmath{\ax=4;}
    \tikzmath{\ay=2;}
    
    \coordinate (O) at (0,0);
    \coordinate (a) at (\ax,\ay);
    \coordinate (at) at (-\ay,\ax);
    
    \draw[-latex] (O) -- (a);
    \draw[-latex] (O) -- (at);
    
    \node at ($1.1*(a)$)  {$\underline{a}$};
    \node at ($1.1*(at)$) {$\underline{\widehat{a}}$};
    
    \tkzMarkRightAngle(a,O,at);
    \tkzMarkAngle[size=2,arrows=-latex](a,O,at);
    \tkzLabelAngle[pos=2.3](a,O,at) {$+$};
    
    %%%%\end{tikzpicture}
    %%%%\end{document}
    
Messages:
0 secs.