From: Barton W. <wi...@un...> - 2014-08-31 19:06:11
|
Maxima compiled with CCL gives--due to subtractive cancellation, the floating point values might be totaly bogus, but no errors: (%i7) rectform(solve(eq,r6))$ (%i8) bfloat(%); (%o8) [r6 = 3.78775493814778b3 - 3.156703346873123b2 %i, r6 = 3.156703346873123b2 %i + 3.78775493814778b3, r6 = 3.673147182356886b3, r6 = 4.62662337510712b3] (%i9) build_info(); (%o9) Maxima version: "branch_5_33_base_182_gc59006e_dirty" Maxima build date: "2014-08-08 06:41:23" Host type: "i686-pc-cygwin" Lisp implementation type: "Clozure Common Lisp" Lisp implementation version: "Version 1.9-r15764 (WindowsX8632)" --Barton |