login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #94 TeX output misses parenthesis in FACTORED revision 2 of 2

1 2
Editor: kratt6
Time: 2007/12/28 13:34:48 GMT-8
Note:

added:

From kratt6 Fri Dec 28 13:34:45 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 13:34:45 -0800
Subject: 
Message-ID: <20071228133445-0800@axiom-wiki.newsynthesis.org>

Category: Axiom Compiler => Axiom Library 


Submitted by : (unknown) at: 2007-11-17T23:04:42-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Note the missing parenthesis in TeX output:

axiom
)set output algebra on

Compare:

axiom
-(x^2+1)
2 (1) - x - 1

\label{eq1}-{x^2}- 1(1)
Type: Polynomial(Integer)

axiom
-((x^2+1)::Factored POLY INT)
2 (2) - (x + 1)

\label{eq2}-{{x^2}+ 1}(2)
Type: Factored(Polynomial(Integer))

same as #95
Thu, 10 Feb 2005 08:13:19 -0600 reply
Status: open => closed
property change
Tue, 08 Mar 2005 05:47:09 -0600 reply

property change --kratt6, Thu, 23 Jun 2005 03:11:00 -0500 reply
Status: closed => duplicate

Category: Axiom Compiler => Axiom Library