Reproduced in 1.3.4
ric
PS btw thanks Waldek and you all for 1.3.5
FriCAS Computer Algebra System
Version: FriCAS 1.3.4
Timestamp: Wed Jun 27 13:40:07 CEST 2018
-----------------------------------------------------------------------------
Issue )copyright to view copyright notices.
Issue )summary for a summary of useful system commands.
Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
Type: Void
(1) -> sum(sum(a^k, a=1..k), k=1..n)
- log(%C)
>> Error detected within library code:
Hidden constant detected
(1) -> sum(sum(a^k, a=1..k), k=1..10)
- log(%C)
>> Error detected within library code:
Hidden constant detected
(1) -> sum(a^k, a=1..k)
k
──┐ k
(1) > a
──┘
a = 1
Type: Expression(Integer)
(2) -> f(k)==sum(a^k, a=1..k)
Type: Void
(3) -> sum(f(k), k=1..n)
Compiling function f with type Variable(k) -> Expression(Integer)
- log(%C)
>> Error detected within library code:
Hidden constant detected
(3) -> f(3)
Compiling function f with type PositiveInteger -> Fraction(
Polynomial(Integer))
(3) 36
Type: Fraction(Polynomial(Integer))
(4) ->
--
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 post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/22fd4bb3-6551-54d0-f451-9e23e595a7ee%40gmail.com.
For more options, visit https://groups.google.com/d/optout.