|
|
last edited 10 years ago by test1 |
1 2 3 4 5 6 | ||
Editor: kratt6
Time: 2007/12/20 01:38:39 GMT-8 |
||
Note: fixed in FriCAS |
added:
From kratt6 Thu Dec 20 01:38:39 -0800 2007
From: kratt6
Date: Thu, 20 Dec 2007 01:38:39 -0800
Subject: fixed in FriCAS
Message-ID: <20071220013839-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Interpreter => Axiom Library
Status: open => fix proposed
I don't know enough if this is a repeat somewhere else:
axiomsolve([x**3+y**3+cot(z)=12,x**2+z=1101,x*y=53],[x,y,z]) WARNING (genufact): No known algorithm to factor 6 3 ? + (cot(z) - 12)? + 148877, trying square-free.
![]() | (1) |
gave:: WARNING (genufact): No known algorithm to factor 6 3 ? + (cot(z) - 12)? + 148877, trying square-free.
>> Error detected within library code: No identity element for reduce of empty list using operation append
Similarly:
solve([x+cot(z)=12,x+z=0],[x,z]) 2) -> >> Error detected within library code: No identity element for reduce of empty list using operation append