On Thu, Aug 05, 2021 at 03:17:45PM +0000, Neven Sajko wrote:
> (That last sigma in my code should be 'sigma, instead. But that seems
> unrelated to the issue I'm currently facing.)
> 
> Well, I can't seem to solve this. I tried replacing sin('sigma) with both
> sin(('sigma)@EXPR)
> and
> sin(('sigma)::EXPR)
> but nothing seems to help, I still get about the same diagnostic error.
> 
> Any pointers, please?

FriCAS library uses:

    kernel(s)::F

where s is symbol (in library it is variable) and F is appropriate
expression domain (usually Expression(Integer)).

-- 
                              Waldek Hebisch

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20210805181008.GA30911%40math.uni.wroc.pl.

Reply via email to