File:Spherical harmonics.png: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
m (Robot: Changing template: GFDL)
imported>Caesar Schinas
m (Replace Template:Information with Template:Image_Details)
Line 1: Line 1:
== Summary ==
== Summary ==
     {{
      
 
{{Image_Details
    Information
| description  = Some illustrative real spherical harmonics
 
| author      = Paul Wormer
    |Description= Some illustrative real spherical harmonics
| copyright    = Paul Wormer
 
| source      = Prepared by the aid of Matlab:
    |Source= Prepared by the aid of Matlab:


     theta = [0:5:180]*pi/180;
     theta = [0:5:180]*pi/180;
Line 66: Line 65:
     title('^cY_3^1=(5cos^2\theta-1)sin\theta cos\phi')
     title('^cY_3^1=(5cos^2\theta-1)sin\theta cos\phi')
     axis equal off
     axis equal off
| date-created = 04/09/2007
| pub-country  =
| notes        =
| versions    =
}}


 
== Licensing/Copyright status ==
    |Date= 04/09/2007
See licensing data below
 
    |Author= Paul Wormer
 
    |Permission= See licensing data below
 
    }}





Revision as of 03:27, 22 June 2009

Summary

Title / Description


Some illustrative real spherical harmonics
Author(s)


Paul Wormer
Copyright holder


Paul Wormer
See below for license/re-use information.
Source


Prepared by the aid of Matlab:
   theta = [0:5:180]*pi/180;
   phi   = [0:5:360]*pi/180;
   [Theta, Phi] = meshgrid(theta, phi);
   H     = abs(1);
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,1)
   surf(X,Y,Z)
   title('Y_0^0 = 1')
   axis equal off
   H     = abs(cos(Theta));
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,2)
   surf(X,Y,Z)
   title('Y_1^0 =  cos\theta')
   axis equal off
   H     = abs(3*cos(Theta).^2-1);
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,3)
   surf(X,Y,Z)
   title('Y_2^0 =  3cos^2\theta-1')
   axis equal off
   H     = abs(cos(Theta).*sin(Theta).*sin(Phi));
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,4)
   surf(X,Y,Z)
   title('^sY_2^1 =  cos\theta sin\theta sin\phi')
   axis equal off
   [Theta, Phi] = meshgrid(theta, phi);
   H     = abs(5*cos(Theta).^3-3*cos(Theta));
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,5)
   surf(X,Y,Z)
   title('Y_3^0=5cos^3\theta-3cos\theta')
   axis equal off
   H     = abs( (5*cos(Theta).^2-1).*cos(Phi).*sin(Theta) );
   X     =  H.*sin(Theta).*cos(Phi);
   Y     =  H.*sin(Theta).*sin(Phi);
   Z     =  H.*cos(Theta);
   subplot(2,3,6)
   surf(X,Y,Z)
   title('^cY_3^1=(5cos^2\theta-1)sin\theta cos\phi')
   axis equal off
Date created


04/09/2007
Country of first publication


Please edit this page and add the country of first publication, or note that it is unknown.
Notes


You can edit this page and add notes here which may be useful to people who wish to re-use this media.
Other versions


If there are other versions of this media on CZ, please list them here.
Using this image on CZ


Please click here to add the credit line, then copy the code below to add this image to a Citizendium article, changing the size, alignment, and caption as necessary.

{{Image|Spherical harmonics.png|right|350px|Add image caption here.}}

Image issue? Contact us via the email below.

Please send email to manager A T citizendium.org .


Licensing/Copyright status

See licensing data below


Licensing/Copyright status

Heckert GNU white.png

Spherical harmonics.png is licenced under the GNU Free Documentation License v1.2 or later

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Read the licence for full details

Attention niels epting.png

Notice of CC-by-sa incompatibility

Text on the Citizendium is licensed under the Creative Commons Attribution ShareAlike licence.
This media may not be used under those or closely similar terms without separate permission of the copyright holder, or the user's own fair use determination.

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:54, 11 March 2022Thumbnail for version as of 18:54, 11 March 20221,201 × 900 (59 KB)Maintenance script (talk | contribs)== Summary == Importing file

The following page uses this file:

Metadata