% Short system descriptions at bottom of this note.
% Script?
REDUCE 1: ] load zeilberg;
REDUCE 42: ] hypersum({-a,-b+m},{-a+n+1,-b},-1,a)
hypersum({-a,-b+m},{-a+n+1,-b},-1,b)
hypersum({-a,-b+m},{-a+n+1,-b},-1,b)
% The response to the next line is probably correct.
%hypersum({-a,-b+m},{-a+n+1,-b},-1,m)
%Copied from Texmacs commands and responses
% *
REDUCE 1: ] load zeilberg;
REDUCE 42: ] hypersum({-a,-b+m},{-a+n+1,-b},-1,a)
+++ Error: bad arg for lessp nil 36
REDUCE 46: ] hypersum({-a,-b+m},{-a+n+1,-b},-1,b)
+++ Error: bad arg for lessp nil 36
However this works (however inpenetrable it is to me now)
hypersum({-a,-b+m},{-a+n+1,-b},-1,m)
Be aware that sometimes the last hypersum ( (xx,m)) can throw texmacs latex out; probably due to a timing issue.
Reduce-info
Codemist Standard Lisp 6.04 for linux-gnu:x86_64: Jul 3 2015
Created: Fri Jul 3 09:37:27 2015
Reduce (Free CSL version), 03-Jul-15 ...
+++ Built-in "greaterpcdr" clashes with image file: => "~greaterpcdr"
Memory allocation: 117 Mbytes
There are 2 processors available
clip from sysinfo->file->save
SYSTEM INFORMATION
Running Ubuntu Linux, the Ubuntu 14.04 (trusty) release.
GNOME: 3.8.4 (Ubuntu 2015-12-02)
Kernel version: 3.13.0-77-generic (#121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 2016)
GCC: 4.8 (x86_64-linux-gnu)
Xorg: 1.15.1 (12 February 2015 02:49:29PM) (12 February 2015 02:49:29PM)
Hostname: raymond-desktop-Ubuntu
Uptime: 3 days 0 h 34 min
CPU INFORMATION
AuthenticAMD, AMD A4-3400 APU with Radeon(tm) HD Graphics
Number of CPUs: 2
Below you find what I am obtaining with the current CSL Reduce. Is this the computation that you want and a result that you would expect?
Best,
Thomas
It continues to fail for build on 3489 lease see attachment.
I understand that there is a problem in terminal-based REDUCE now, and that this is CSL-Reduce. Of course, at some point things should work reliably also in Texmacs, but to start with, I would like to fix possible issues within core Reduce.
Could you please provide the following:
lisp lispsystem!*
.echo 'lisp list!-modules();' | redcsl > modules.txt
, and attach the filemodules.txt
.2 Remarks, which are not related to the bug:
1.
load
is not not an official interface. Useload_package
instead.2. Reduce files should have
.red
as an extension.Best,
Thomas
Last edit: Thomas Sturm 2016-03-06
No answer from submitter inb 6 months
Yeah it now works! (Texmacs 1.99.5). reduce 3826.