Users:Orange Quail 9
Revision as of 23:46, 6 October 2024 by Orange quail 9 (talk | contribs) (Created page with "\begin{asy} size(5cm); A = (-100,25); B = (0,25); C = (100,25); D = (0,-75); dot("<math>\hat{f}(i - 1, j)</math>",A,1.5*dir(A),linewidth(4)); dot("<math>\hat{f}(i, j)</math>",...")
\begin{asy} size(5cm); A = (-100,25); B = (0,25); C = (100,25); D = (0,-75); 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}