Examples from Timofeev Chapter 3 and Chapter 7 fricas (1) -> INT ==> integrate Type: Void
fricas pi := %pi
Type: PiDomain?
fricas SIN ==> sin Type: Void
fricas COS ==> cos Type: Void
fricas TAN ==> tan Type: Void
fricas COT ==> cot Type: Void
fricas SEC ==> sec Type: Void
fricas CSC ==> csc Type: Void
fricas LN ==> log Type: Void
fricas SQRT ==> sqrt Type: Void
fricas ATAN ==> atan Type: Void
fricas ACOS ==> acos Type: Void
fricas ASIN ==> asin Type: Void
fricas ATANH ==> atanh Type: Void
fricas )boot $IOindex := 1
Type: Union(Expression(Integer),
fricas INT(1/((x+2)^3*(x+3)^4),
Type: Union(Expression(Integer),
fricas INT(x^5/(3+x)^2,
Type: Union(Expression(Integer),
fricas -- " Timofeev (1948) Ch. 3,
Type: List(None)
fricas []
Type: List(None)
fricas INT(x/(3+6*x+2*x^2),
Type: Union(Expression(Integer),
fricas INT((2*x-3)/(3+6*x+2*x^2)^3,
Type: Union(Expression(Integer),
fricas INT((x-1)/(x^2+5*x+4)^2,
Type: Union(Expression(Integer),
fricas INT(1/(x^2+3*x+2)^5,
Type: Union(Expression(Integer),
fricas INT(1/(x^3*(7-6*x+2*x^2)^2),
Type: Union(Expression(Integer),
fricas INT(x^9/(x^2+3*x+2)^5,
Type: Union(Expression(Integer),
fricas INT((1+2*x)^2/(3+5*x+2*x^2)^5,
Type: Union(Expression(Integer),
fricas -- " Timofeev (1948) Ch. 3,
Type: Union(Expression(Integer),
fricas INT(x^13/(a^4+x^4)^5,
Type: Union(Expression(Integer),
fricas -- " ... end of Timofeev Ch. 3 " fricas )boot $IOindex := 1
Type: Union(Expression(Integer),
fricas INT(x^3*SIN(x)^3,
Type: Union(Expression(Integer),
fricas INT(x^2*SIN(x)^6,
Type: Union(Expression(Integer),
fricas INT(x^2*SIN(x)^2*COS(x),
Type: Union(Expression(Integer),
fricas -- " Timofeev (1948) Ch. 7,
Type: Union(Expression(Integer),
fricas INT(x*SIN(x)^3/COS(x)^4,
Type: Union(Expression(Integer),
fricas INT(x*SIN(x)/COS(x)^3,
Type: Union(Expression(Integer),
fricas INT(x*SIN(x)^3/COS(x),
Type: Union(Expression(Integer),
fricas INT(x*SIN(x)^3/COS(x)^3,
Type: Union(Expression(Integer),
fricas -- " Timofeev (1948) Ch. 7,
Type: Union(Expression(Integer),
fricas INT((x/(x*COS(x)-SIN(x)))^2,
Type: Union(Expression(Integer),
|