Bugs item #3398046, was opened at 2011-08-25 17:52
Message generated for change (Comment added) made by crategus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104933&aid=3398046&group_id=4933
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Lisp Core - Simplification
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Anton Voropaev (antonvoropaev)
Assigned to: Nobody/Anonymous (nobody)
Summary: radcan() causes an error
Initial Comment:
INPUT
build_info();
radcan((8^(1/4)+2)/(2^(1/3)+2^(1/4))-4^(1/3)), algebraic;
INPUT AND OUTPUT
(%i1) build_info();
Maxima version: 5.25.0
Maxima build date: 12:0 8/2/2011
Host type: i686-pc-mingw32
Lisp implementation type: Clozure Common Lisp
Lisp implementation version: Version 1.7-r14925M (WindowsX8632)
(%o1)
(%i2) radcan((8^(1/4)+2)/(2^(1/3)+2^(1/4))-4^(1/3)), algebraic;
Maxima encountered a Lisp error:
value ((RAT SIMP) 3 4) is not of the expected type INTEGER.
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
----------------------------------------------------------------------
>Comment By: Dieter Kaiser (crategus)
Date: 2011-10-28 00:23
Message:
The reported error is not present in Maxima 5.25post.
(%i1) expr:((8^(1/4)+2)/(2^(1/3)+2^(1/4))-4^(1/3))$
(%i2) radcan(expr), algebraic;
(%o2) -(2^(31/12)-2^(5/2)+2^(29/12)-2^(7/3)+2^(9/4)-2^(13/6)+2^(25/12)
+2^(23/12)-2^(11/6)+2^(7/4)-2^(5/3)
+2^(3/4)*(-2^(5/3)+2^(19/12)-2^(3/2)+2^(17/12)-2^(4/3)
+2^(5/4)-2^(7/6)+2^(13/12)+2^(11/12)
-2^(5/6)+2^(3/4)-2)-4)
/2
Closing this bug report as "Works for me".
Dieter Kaiser
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104933&aid=3398046&group_id=4933
|