Difference between revisions of "Users:Orange Quail 9"

(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>",...")
 
Line 1: Line 1:
\begin{asy}
+
<math></math>\begin{asy}
 
size(5cm);
 
size(5cm);
 
A = (-100,25);
 
A = (-100,25);
Line 10: Line 10:
 
dot("<math>\hat{f}(i, j + 1)</math>",D,1.5*dir(D),linewidth(4));
 
dot("<math>\hat{f}(i, j + 1)</math>",D,1.5*dir(D),linewidth(4));
 
draw(A--D^^B--D^^C--D);
 
draw(A--D^^B--D^^C--D);
\end{asy}
+
\end{asy}<math></math>

Revision as of 23:46, 6 October 2024

$$ (Error compiling LaTeX. Unknown error_msg)\begin{asy} size(5cm); A = (-100,25); B = (0,25); C = (100,25); D = (0,-75); dot("$\hat{f}(i - 1, j)$",A,1.5*dir(A),linewidth(4)); dot("$\hat{f}(i, j)$",B,1.5*dir(B),linewidth(4)); dot("$\hat{f}(i + 1, j)$",C,1.5*dir(C),linewidth(4)); dot("$\hat{f}(i, j + 1)$",D,1.5*dir(D),linewidth(4)); draw(A--D^^B--D^^C--D); \end{asy}$$ (Error compiling LaTeX. Unknown error_msg)