bugAxiom Computer Algebra System - Bugs: bug #9297, output misses some parenthesis

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9297: output misses some parenthesis

Submitter:  Martin Rubey <kratt6>
Submitted:  Fri 11 Jun 2004 10:37:10 AM UTC
   
 
Category:  interpreter Severity:  3 - Normal
Item Group:  code bug Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  kratt6 Open/Closed:  Open
Release:  tla June 9, 2004 Reproducibility:  None
Fixed Release: 
Error message: 


Example of code trigerring the bug: 

product(summation(i*j, i=a..b),j=c..d)
sum(operator(f)(i)+1,i=1..n)

Internal cause: 


Tue 25 Nov 2008 05:12:57 AM UTC, comment #2: 
[Added information or comment]

wrong fix. The answer should be:

      b       d - c + 1
     --+     2
     >      i
     --+
     i=a




The information on the bug you submitted has been modified.

Tim Daly <axiom>
Group administrator
Sat 12 Jun 2004 04:06:41 PM UTC, comment #1: 
Martin Rubey <kratt6>
Fri 11 Jun 2004 10:37:10 AM UTC, original submission:  

internally everything is correct, as can be seen by

)set output tex on
product(summation(i*j, i=a..b),j=c..d)
sum(operator(f)(i)+1,i=1..n)

Martin Rubey <kratt6>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by axiom (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-11-25 axiom Example of code trigerring the bugproduct(summation(i*j, i=a..b),j=c..d) sum(operator(f)(i)+1,i=1..n) product(summation(i*j, i=a..b),j=c..d) sum(operator(f)(i)+1,i=1..n)

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code