Many Interacting Worlds - Hall, et al. fricas P:=operator('P); Type: BasicOperator?
fricas Q:=operator('Q); Type: BasicOperator?
fricas g:=operator('g); Type: BasicOperator?
fricas U:=operator('U); Type: BasicOperator?
fricas r:=operator('r); Type: BasicOperator?
fricas ℏ:=h; Type: Variable(h)
Hall equations 15,19,20 fricas eq15:= r(q) = -D(U(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),
Type: Equation(Expression(Integer))
fricas eval(eq19,
Type: Equation(Expression(Integer))
fricas RHall:=eval(eq15,
Type: Equation(Expression(Integer))
Hall equations 6, 7, A3 fricas eq6:= r(q) = -D(Q(q),
Type: Equation(Expression(Integer))
fricas eq7:= Q(q) = 1/sqrt(P(q))*-ℏ^2/2/m*D(sqrt(P(q)),
Type: Equation(Expression(Integer))
fricas Rforce:=eval(eq6,
Type: Equation(Expression(Integer))
Gaussian fricas PdfNorm(x)==1/2*sqrt(2)*exp(-1/2*x^2)/sqrt(%pi) Type: Void
fricas eval(RHall, fricas Compiling function PdfNorm with type Variable(q) -> Expression( Integer)
Type: Equation(Expression(Integer))
fricas eval(Rforce,
Type: Equation(Expression(Integer))
Cauchy fricas PdfCauchy(x)==1/%pi/(1+x^2) Type: Void
fricas eval(RHall, fricas Compiling function PdfCauchy with type Variable(q) -> Expression( Integer)
Type: Equation(Expression(Integer))
fricas eval(Rforce,
Type: Equation(Expression(Integer))
... --Bill Page, Tue, 21 Jul 2015 20:17:15 +0000 reply fricas J(i, Type: Void
fricas J(i, fricas Compiling function J with type (Variable(i),
Type: Matrix(Polynomial(Integer))
fricas determinant(J(i,
Type: Polynomial(Integer)
fricas K(i, Type: Void
fricas K(i, fricas Compiling function K with type (Variable(i),
Type: Union(Matrix(Fraction(Polynomial(Integer))),
SandBoxPoirier
|