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
aa(k,l)==1+reduce(+,concat [[a(i,j)*k^i*l^j for i in 0..10] for j in 1..11])
Type: Void
fricas
aa(1,1)::Float
fricas
Compiling function a with type (NonNegativeInteger,PositiveInteger)
-> Expression(Integer)
fricas
Compiling function aa with type (PositiveInteger,PositiveInteger)
-> Expression(Integer)
Type: Float
fricas
aa(0,0)::Float
fricas
Compiling function aa with type (NonNegativeInteger,
NonNegativeInteger) -> Expression(Integer)
Type: Float
fricas
aa(-1,-1)::Float
fricas
Compiling function aa with type (Integer,Integer) -> Expression(
Integer)
Type: Float
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)*(-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(i0,[beta=1,x=1])
Type: Expression(Complex(Integer))
fricas
%::Expression Complex Float
Type: Expression(Complex(Float))
fricas
%::Complex Float
Cannot convert from type Expression(Complex(Float)) to Complex(Float
) for value
0.0037279237_7925005573_54 + 0.0018639618_8962502786_77 %i
----------------------------------------------------------
Gamma(2.0 + 2.0 %i)
Gamma(2+%i*2)
Type: Expression(Complex(Integer))
fricas
Gamma(2.0+%i*2.0)
Type: Complex(Float)
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).
fricas
integrate(x^(t-1)*exp(-x),x=0..%plusInfinity,"noPole")
Type: Union(fail: failed,...)
fricas
integrate(x^((2+%i*2)-1)*exp(-x),x=0..%plusInfinity,"noPole")
Type: Union(fail: failed,...)
fricas
)lib GDRAW
GnuDraw is now explicitly exposed in frame initial
GnuDraw will be automatically loaded when needed from
/var/aw/var/LatexWiki/GDRAW.NRLIB/GDRAW
gnuDraw(aa(x,y),x=-30..60,y=-30..30,"SandBoxDoublePowerSeries1.dat",title=="Generating Function")
fricas
Compiling function aa with type (Variable(x),Variable(y)) ->
Expression(Integer)
fricas
Compiling function %C with type (DoubleFloat,DoubleFloat) ->
DoubleFloat
Transmitting data...
Type: Void