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>",...")
 
(remove comments from page so they won't display)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
\begin{asy}
+
{{delete|should be moved to user namespace}}
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>",B,1.5*dir(B),linewidth(4));
 
dot("<math>\hat{f}(i + 1, j)</math>",C,1.5*dir(C),linewidth(4));
 
dot("<math>\hat{f}(i, j + 1)</math>",D,1.5*dir(D),linewidth(4));
 
draw(A--D^^B--D^^C--D);
 
\end{asy}
 

Latest revision as of 15:29, 18 December 2024

This article has been proposed for deletion. The reason given is: should be moved to user namespace.

Sysops: Before deleting this article, please check the article discussion pages and history.