Hello,
I have cloned the fricas repository and built fricas (ubuntu 22.04.2).
Seems to be working but when I tried multi line rules, I am getting a
syntax error:
1) -> logrule1 := rule log a + log b == log(a*b)
(1) log(b) + log(a) + %B == log(a b) + %B
Type:
RewriteRule(Integer,Integer,Expression(Integer))
(2) -> logrule1(log 2 + log 3)
(2) log(6)
Type:
Expression(Integer)
(3) -> log 2 + log 3
(3) log(3) + log(2)
Type:
Expression(Integer)
(4) -> logrule2 := rule
Line 1: logrule2 := rule
............A
Error A: syntax error at top level
Error A: Improper syntax.
2 error(s) parsing
(4) -> )version
Value = "FriCAS 2022-07-16 compiled at Thu Mar 2 03:01:13 PM EST 2023"
is this a known issue or am I doing something wrong??
Thanks
Osman
--
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/19228c05-9404-4a8c-a1b0-e8a07a3f7da4n%40googlegroups.com.