|
|
last edited 10 years ago by test1 |
1 2 3 4 5 6 | ||
Editor: gdr
Time: 2008/05/18 13:26:47 GMT-7 |
||
Note: |
added:
From gdr Sun May 18 13:26:47 -0700 2008
From: gdr
Date: Sun, 18 May 2008 13:26:47 -0700
Subject:
Message-ID: <20080518132647-0700@axiom-wiki.newsynthesis.org>
Status: fix proposed => fixed somewhere
no patch available
I don't know enough if this is a repeat somewhere else:
solve([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
no patch available