Slawomir Kolodynski
2018-09-09 14:30:29 UTC
limit(erf(2*x+b),x=%plusInfinity) works fine, returning 1 as it should.
Similarly, limit(erf(-2*x+b),x=%plusInfinity) works.
However limit(erf(a*x+b),x=%plusInfinity) returns "failed", perhaps because
FriCAS does not know if a is positive or negative.
I tried to declare a:PositiveInteger, but that leads to an error " a is
declared as being in PositiveInteger but has not been given a value".
Is there a way to tell FriCAS that for example a>0 so that the limit can be
computed?
Slawomir
Similarly, limit(erf(-2*x+b),x=%plusInfinity) works.
However limit(erf(a*x+b),x=%plusInfinity) returns "failed", perhaps because
FriCAS does not know if a is positive or negative.
I tried to declare a:PositiveInteger, but that leads to an error " a is
declared as being in PositiveInteger but has not been given a value".
Is there a way to tell FriCAS that for example a>0 so that the limit can be
computed?
Slawomir
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.