Difference between revisions of "Users:Orange Quail 9"

(remove comments from page so they won't display)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<asy>
+
{{delete|should be moved to user namespace}}
size(5cm);
 
A = (-100,50);
 
B = (0,50);
 
C = (100,50);
 
D = (0,-150);
 
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);
 
</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.