|
|
|
last edited 10 years ago by Bill Page |
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ||
|
Editor: Bill Page
Time: 2015/07/17 17:54:30 GMT+0 |
||
| Note: | ||
changed: - Hall equations 15,19,20 \begin{axiom} P:=operator('P) g:=operator('g) U:=operator('U) r:=operator('r) ℏ:=h eq20:= g(q) = ℏ/2 * 1/P(q)*D(P(q),q) eq19:= U(q) = 1/(2*m)*g(q)^2 eq15:= r(q) = -D(U(q),q) eval(eq19,eq20) eval(eq15,D(lhs %,q)=D(rhs %,q)) \end{axiom}
Hall equations 15,19,20
P:=operator('P)
| (1) |
g:=operator('g)
| (2) |
U:=operator('U)
| (3) |
r:=operator('r)
| (4) |
ℏ:=h
| (5) |
eq20:= g(q) = ℏ/2 * 1/P(q)*D(P(q),q)
| (6) |
eq19:= U(q) = 1/(2*m)*g(q)^2
| (7) |
eq15:= r(q) = -D(U(q),q)
| (8) |
eval(eq19,eq20)
| (9) |
eval(eq15,D(lhs %, q)=D(rhs %, q))
| (10) |