Ref.
fricas
)lib FSPECX
FunctionalSpecialFunction is now explicitly exposed in frame initial
FunctionalSpecialFunction will be automatically loaded when needed
from /var/aw/var/LatexWiki/FSPECX.NRLIB/FSPECX
abs2sqrt := rule abs(a+%i*b)==sqrt(a^2+b^2)
Type: RewriteRule
?(Integer,
Complex(Integer),
Expression(Complex(Integer)))
fricas
diff(ex,z) == eval(D(eval(ex,z=%conjugate),%conjugate),%conjugate=z)
Type: Void
fricas
diff(sin(x),x)
fricas
Compiling function diff with type (Expression(Integer),Variable(x))
-> Expression(Integer)
Type: Expression(Integer)
fricas
diff(sin(x),conjugate(x))
fricas
Compiling function diff with type (Expression(Integer),Expression(
Integer)) -> Expression(Integer)
Type: Expression(Integer)
fricas
diff(sqrt(x^2),x)
Type: Expression(Integer)
fricas
diff(sqrt(x^2),conjugate(x))
Type: Expression(Integer)
fricas
diff(z*conjugate(z),z)
fricas
Compiling function diff with type (Expression(Integer),Variable(z))
-> Expression(Integer)
Type: Expression(Integer)
fricas
diff(z*conjugate(z),conjugate(z))
Type: Expression(Integer)
fricas
diff(sqrt(x*conjugate(x)),x)
Type: Expression(Integer)
fricas
diff(sqrt(x*conjugate(x)),conjugate(x))
Type: Expression(Integer)