Difference between revisions of "Users:Orange Quail 9"

m (Proposed for deletion)
(deletion message)
Line 13: Line 13:
 
draw(A--B^^B--D^^C--B);
 
draw(A--B^^B--D^^C--B);
 
</asy>
 
</asy>
 +
/* As the user this page describes, I agree it should be deleted. */
 +
/* The only content was some scratch work I needed to compile here because my Asymptote environment wasn't working. */
 
{{delete|should be moved to user namespace}}
 
{{delete|should be moved to user namespace}}

Revision as of 15:28, 18 December 2024

[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] /* As the user this page describes, I agree it should be deleted. */ /* The only content was some scratch work I needed to compile here because my Asymptote environment wasn't working. */

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.