Questions tagged [ryacas]
2 questions
1
vote
0 answers
Indicator function in Ryacas
I'm trying to symbolically integrate functions that are defined piecewise in Ryacas but I don't know how to define them properly. In this example evaluation of the function gives the correct values at several points but the integrator is not able to…

snaut
- 2,261
- 18
- 37
0
votes
1 answer
Ryacas indefinite integral
I am trying to use Ryacas to calculate indefinite integral
library(Ryacas)
x <- Sym("x")
Integrate(sin(x), x)
but was told the following message.
Error in Sym("x") : could not find function "Sym"
Can anyone tell me what happened? The version of…

Nicolas Fabre
- 1
- 1