Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2013-09-10 17:36:30
Size: 2229
Editor: dch252
Comment:
Revision 11 as of 2013-09-19 21:11:16
Size: 2654
Editor: dch252
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
{{attachment:5-cell.gif}}
Line 7: Line 8:
== Quantum tetrahedron volume and angle eigenvalues ==
by David Horgan.
Line 8: Line 11:
== Quantum tetrahedron volume eigenvalues ==
by David Horgan.
Given the values of J1, J2, J3 and J4 this interact calculates the volume eigenvalues of a quantum tetrahedron.
Given the values of J1, J2, J3 and J4 this interact calculates the volume and angle eigenvalues of a quantum tetrahedron.
Line 14: Line 15:
html('<h3>Quantum tetrahedron Volume Eigenvalue</h3>') html('<h3>Quantum tetrahedron Volume and Angle Eigenvalues</h3>')
Line 23: Line 24:
html('Reference: Shape in an atom of space: exploring quantum geometry phenomenology by Seth A. Major ')
Line 43: Line 45:
        html('<h3>Value of Angle eigenvalue in radians</h3>'
Line 73: Line 76:
             lp3=6*10^-104
Line 76: Line 79:
            vol = lp3*e
            volume = numerical_approx(vol, digits=2)
Line 77: Line 82:
                print (e)                 print "volume eigenvalue =",(e)
                print "volume of tetrahedron in m3 =", volume
                

Sage Interactions - Loop Quantum Gravity

goto interact main page

5-cell.gif

Quantum tetrahedron volume and angle eigenvalues

by David Horgan.

Given the values of J1, J2, J3 and J4 this interact calculates the volume and angle eigenvalues of a quantum tetrahedron.

interact/Loop Quantum Gravity (last edited 2019-04-06 16:42:59 by chapoton)