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

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

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

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
  ]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

9d2ee3d36497dad68ac37aef01fb951dac77507d

2,277,288 byte

450 pixel

500 pixel

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{{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

The following page uses this file:

Global file usage

The following other wikis use this file: