Curious Mathematica Result, Evaluating Bell Ineqality

daverace
Messages
3
Reaction score
0
Hi guys, first post, sorry if it's in the wrong place. Frequent visitor, you seem to help pretty comprehensively.

I'm using mathematica to calculate a bell inequality, with a general noisy quantum state. However, when I evaluate it, I get a sequence with an a in the result.. which isn't a declared variable. I'm not really sure what it means, and given the generality of 'a', googling it is pretty much impossible. The question I'm asking is, what on Earth is this 'a'? If it was 'i', I'd know how to start looking for a solution, but this is just strange.

I should be getting a value of 3.414 or so (maximum violation for a quantum state)

Here's an example of what I'm getting
Code:
Evaluate[B1,q=1]
Sequence[2.28222 + 0.0266136 a, 1]



Homework Equations



Here's the equations I'm using, if they're at all relevant.
Code:
x = ArcTan[q]
A = (Cos[x/2]^2)/2
B = (Sin[x/2]^2)/2
ab00 = A (2 - q)
ab01 = B (2 - q)
c = (Cos[x/2] + Sin[x/2])/4
d = (Cos[x/2] - Sin[x/2])/4
B1 = ab00 + ab00 + 2 c (q) + 2 q (A) + 2 a (B) + 2 q (d)


The Attempt at a Solution



No attempted solution, just too confused!
 
Physics news on Phys.org
I can't claim to understand exactly what you are doing here, but in the last line should you have two ab00 terms instead of one ab00 and one ab01? If yes, why bother defining ab01?
 
The actual terms for the X0Y0 measurements and X0Y1's are the same (hence me using ab00 twice). (edit:) The ab01 is used elsewhere in the calculations, didn't realized I'd copied it twice, by accident.

It's not the exact terms that's the problem, repetition, whether I've got the Bell Inequality right etc.

It's why has this 2.0.. + 1.00a, that a, turned up in the answer?
 
Haha, nevermind. I typoed the a. Man I'm stupid for not checking that. Sorry for wasting your time there :]
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top