From Wikipedia, the free encyclopedia

Original file(555 × 768 pixels, file size: 88 KB, MIME type: image/png)

Summary

A depiction of the function around the origin.

In x, y coordinates, this function is equal to

The graph was created with matlab, using the following script:

D = [-1:0.1:1];
[X Y] = meshgrid(D,D);
L=sqrt(X.^2+Y.^2);
A=atan(Y./X);
A(isnan(A))=0;
Z=L.*sin(2*A);
surfc(X,Y,Z);
view(15,40)
xlabel('x')
ylabel('y')
zlabel('f(x,y)')
axis equal
camlight headlight
lighting gouraud
print -dpng f.png
%print -depsc2 f.eps
%!pstoedit -f plot-svg f.eps f.svg
%!firefox f.svg
%!gv f.eps

If anyone now how to get an SVG file with lighting enabled out of matlab, please feel free to supersede this image with a vectorized version.

Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current 09:50, 11 December 2007 Thumbnail for version as of 09:50, 11 December 2007555 × 768 (88 KB) Rubybrian ( talk | contribs)I used the wrong shading model.
09:35, 11 December 2007 Thumbnail for version as of 09:35, 11 December 2007594 × 826 (45 KB) Rubybrian ( talk | contribs)A corrected version of the graph, by the original contributor
16:06, 10 December 2007 Thumbnail for version as of 16:06, 10 December 2007563 × 721 (34 KB) Rubybrian ( talk | contribs)A depiction of the function f(r,theta)=r sin(2 theta) around the origin.
No pages on the English Wikipedia use this file (pages on other projects are not listed).
From Wikipedia, the free encyclopedia

Original file(555 × 768 pixels, file size: 88 KB, MIME type: image/png)

Summary

A depiction of the function around the origin.

In x, y coordinates, this function is equal to

The graph was created with matlab, using the following script:

D = [-1:0.1:1];
[X Y] = meshgrid(D,D);
L=sqrt(X.^2+Y.^2);
A=atan(Y./X);
A(isnan(A))=0;
Z=L.*sin(2*A);
surfc(X,Y,Z);
view(15,40)
xlabel('x')
ylabel('y')
zlabel('f(x,y)')
axis equal
camlight headlight
lighting gouraud
print -dpng f.png
%print -depsc2 f.eps
%!pstoedit -f plot-svg f.eps f.svg
%!firefox f.svg
%!gv f.eps

If anyone now how to get an SVG file with lighting enabled out of matlab, please feel free to supersede this image with a vectorized version.

Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current 09:50, 11 December 2007 Thumbnail for version as of 09:50, 11 December 2007555 × 768 (88 KB) Rubybrian ( talk | contribs)I used the wrong shading model.
09:35, 11 December 2007 Thumbnail for version as of 09:35, 11 December 2007594 × 826 (45 KB) Rubybrian ( talk | contribs)A corrected version of the graph, by the original contributor
16:06, 10 December 2007 Thumbnail for version as of 16:06, 10 December 2007563 × 721 (34 KB) Rubybrian ( talk | contribs)A depiction of the function f(r,theta)=r sin(2 theta) around the origin.
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook