Difference between revisions of "Users:Orange Quail 9"

m (Proposed for deletion)
(remove comments from page so they won't display)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<asy>
 
/* Made by MRENTHUSIASM */
 
size(300);
 
pair A, B, C, D;
 
A = (-400,100);
 
B = (0,100);
 
C = (400,100);
 
D = (0,-300);
 
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--B^^B--D^^C--B);
 
</asy>
 
 
{{delete|should be moved to user namespace}}
 
{{delete|should be moved to user namespace}}

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.