Many Interacting Worlds - Hall, et al.
fricas
P:=operator('P);
fricas
Q:=operator('Q);
fricas
g:=operator('g);
fricas
U:=operator('U);
fricas
r:=operator('r);
fricas
ℏ:=h;
Type: Variable(h)
Hall equations 15,19,20
fricas
eq15:= r(q) = -D(U(q),q)
Type: Equation(Expression(Integer))
fricas
eq19:= U(q) = 1/(2*m)*g(q)^2
Type: Equation(Expression(Integer))
fricas
eq20:= g(q) = ℏ/2 * 1/P(q)*D(P(q),q)
Type: Equation(Expression(Integer))
fricas
eval(eq19,eq20)
Type: Equation(Expression(Integer))
fricas
RHall:=eval(eq15,D(lhs %,q)=D(rhs %,q))
Type: Equation(Expression(Integer))
Hall equations 6, 7, A3
fricas
eq6:= r(q) = -D(Q(q),q)
Type: Equation(Expression(Integer))
fricas
eq7:= Q(q) = 1/sqrt(P(q))*-ℏ^2/2/m*D(sqrt(P(q)),[q,q])
Type: Equation(Expression(Integer))
fricas
Rforce:=eval(eq6,D(lhs eq7,q)=D(rhs eq7,q))
Type: Equation(Expression(Integer))
Gaussian
fricas
PdfNorm(x)==1/2*sqrt(2)*exp(-1/2*x^2)/sqrt(%pi)
Type: Void
fricas
eval(RHall,[P(q)=PdfNorm(q), _
D(P(q),q)=D(PdfNorm(q),q), _
D(P(q),[q,q])=D(PdfNorm(q),[q,q])])
fricas
Compiling function PdfNorm with type Variable(q) -> Expression(
Integer)
Type: Equation(Expression(Integer))
fricas
eval(Rforce, [P(q)=PdfNorm(q), _
D(P(q),q)=D(PdfNorm(q),q), _
D(P(q),[q,q])=D(PdfNorm(q),[q,q]), _
D(P(q),[q,q,q])=D(PdfNorm(q),[q,q,q])])
Type: Equation(Expression(Integer))
Cauchy
fricas
PdfCauchy(x)==1/%pi/(1+x^2)
Type: Void
fricas
eval(RHall,[P(q)=PdfCauchy(q), _
D(P(q),q)=D(PdfCauchy(q),q), _
D(P(q),[q,q])=D(PdfCauchy(q),[q,q])])
fricas
Compiling function PdfCauchy with type Variable(q) -> Expression(
Integer)
Type: Equation(Expression(Integer))
fricas
eval(Rforce,[P(q)=PdfCauchy(q), _
D(P(q),q)=D(PdfCauchy(q),q), _
D(P(q),[q,q])=D(PdfCauchy(q),[q,q]), _
D(P(q),[q,q,q])=D(PdfCauchy(q),[q,q,q])])
Type: Equation(Expression(Integer))