File:Aufbau Principle 3D (232 States).svg

Original file(SVG file, nominally 500 × 450 pixels, file size: 2.17 MB)

Captions

Captions

Add a one-line explanation of what this file represents
Description The state space of a 3D potential wel with the first 232 states shown. You can see the increasing approximation to a sphere.
Date 5 August 2007 (upload date)
Source

self-made

 
This W3C-unspecified vector image was created with Inkscape .
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Mathematica Code edit

Require the following module:

<< Graphics`Polyhedra`
a = Table[{x, y, z}, {x, 1, 10}, {y, 1, 10}, {z, 1, 10}];
a = Flatten[a, 2];
a = Select[
      a,
      #[[1]]^2 + #[[2]]^2 + #[[3]]^2 < 70 &];

Show[
  Table[
    Polyhedron[Cube, a[[n]], 0.3],
    {n, 0, Length[a]}],
  ViewPoint -> {3.5, 3, 1},
  Shading -> False,
  PlotRange -> {{0, 10}, {0, 10}, {0, 10}},
  Axes -> True
  ]

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:44, 5 August 2007Thumbnail for version as of 18:44, 5 August 2007500 × 450 (2.17 MB)Inductiveload (talk | contribs){{Information |Description=The state space of a 3D potential wel with the first 232 states shown. You can see the increasing approximation to a sphere. |Source=self-made {{Inkscape}} |Date=05/08/2007 |Author= Inductiveload |Permissi

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: