Difference between revisions of "Users:Orange Quail 9"
Line 1: | Line 1: | ||
<math></math>\begin{asy} | <math></math>\begin{asy} | ||
size(5cm); | size(5cm); | ||
− | A = (-100, | + | A = (-100,50); |
− | B = (0, | + | B = (0,50); |
− | C = (100, | + | C = (100,50); |
− | D = (0,- | + | D = (0,-150); |
dot("<math>\hat{f}(i - 1, j)</math>",A,1.5*dir(A),linewidth(4)); | dot("<math>\hat{f}(i - 1, j)</math>",A,1.5*dir(A),linewidth(4)); | ||
dot("<math>\hat{f}(i, j)</math>",B,1.5*dir(B),linewidth(4)); | dot("<math>\hat{f}(i, j)</math>",B,1.5*dir(B),linewidth(4)); |
Revision as of 23:47, 6 October 2024
$$ (Error compiling LaTeX. Unknown error_msg)\begin{asy} size(5cm); A = (-100,50); B = (0,50); C = (100,50); D = (0,-150); dot("",A,1.5*dir(A),linewidth(4)); dot("",B,1.5*dir(B),linewidth(4)); dot("",C,1.5*dir(C),linewidth(4)); dot("",D,1.5*dir(D),linewidth(4)); draw(A--D^^B--D^^C--D); \end{asy}$$ (Error compiling LaTeX. Unknown error_msg)