fricas
a!
Type: Variable(a!)
fricas
!:=operator '!
fricas
a(i,j)==(1+(j-1)*i)/!(2*i+4*j)
Type: Void
fricas
a0:=matrix [[a(i,j)*k^i*l^j for i in 0..5] for j in 1..4]
fricas
Compiling function a with type (NonNegativeInteger,PositiveInteger)
-> Expression(Integer)
Type: Matrix(Expression(Integer))
fricas
a(i,j)==(1+(j-1)*i)/Gamma(1+2*i+4*j)
Compiled code for a has been cleared.
1 old definition(s) deleted for function or rule a
Type: Void
fricas
a0:=matrix [[a(i,j)*k^i*l^j for i in 0..5] for j in 1..4]
fricas
Compiling function a with type (NonNegativeInteger,PositiveInteger)
-> Expression(Integer)
Type: Matrix(Expression(Integer))
fricas
i0:=a(1/2+%i*beta,0)*(-x)^(1/2+%i*beta)/cosh(%pi*beta)
fricas
Compiling function a with type (Polynomial(Fraction(Complex(Integer)
)),NonNegativeInteger) -> Expression(Complex(Integer))
Type: Expression(Complex(Integer))
fricas
i1:=a(0,1/2+%i*delta)*(-x)^(1/2+%i*beta)*(-y)^(1/2+%i*delta)/cosh(%pi*delta)
fricas
Compiling function a with type (NonNegativeInteger,Polynomial(
Fraction(Complex(Integer)))) -> Expression(Complex(Integer))
Type: Expression(Complex(Integer))
fricas
i2:=a(1/2+%i*beta,1/2+%i*delta)*(-y)^(1/2+%i*delta)/(cosh(%pi*beta)*cosh(%pi*delta))
fricas
Compiling function a with type (Polynomial(Fraction(Complex(Integer)
)),Polynomial(Fraction(Complex(Integer)))) -> Expression(Complex(
Integer))
Type: Expression(Complex(Integer))
fricas
eval(i0,beta=-1)
Type: Expression(Complex(Integer))
fricas
eval(i0,beta=0)
Type: Expression(Complex(Integer))
fricas
eval(i0,beta=1)
Type: Expression(Complex(Integer))
fricas
eval(i1,delta=-1)
Type: Expression(Complex(Integer))
fricas
eval(i1,delta=0)
Type: Expression(Complex(Integer))
fricas
eval(i1,delta=1)
Type: Expression(Complex(Integer))
fricas
integrate(i0,beta=%minusInfinity..%plusInfinity,"noPole")
>> System error:
arithmetic error DIVISION-BY-ZERO signalled
Operation was SB-KERNEL::DIVISION, operands (0 0).
fricas
integrate(i1,delta=%minusInfinity..%plusInfinity,"noPole")
>> System error:
arithmetic error DIVISION-BY-ZERO signalled
Operation was SB-KERNEL::DIVISION, operands (0 0).