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

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

1 2
Editor: test1
Time: 2014/04/15 18:10:36 GMT+0
Note:

added:

From test1 Tue Apr 15 18:10:36 +0000 2014
From: test1
Date: Tue, 15 Apr 2014 18:10:36 +0000
Subject: 
Message-ID: <20140415181036+0000@axiom-wiki.newsynthesis.org>

Status: open => closed 


Submitted by : (unknown) at: 2007-11-17T23:04:51-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
factor(-x^2-1)
2 (1) - (x + 1)

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

...
Thu, 10 Feb 2005 08:17:21 -0600 reply
the missing square is a MathAction bug, it seems...

The result of the commands:
  )set output algebra on
  factor(-x^2-1)

is:

              2
  (1)     - (x  + 1)

$$ -{{x \sp 2}+1} \leqno(1) $$

Type: Factored Polynomial Integer

So, yes you are correct that MathAction is not presenting the algebra output correctly. The TeX output however is missing parenthesis. It should be


\label{eq2}
-(x^2+1)
(2)

property change
Tue, 08 Mar 2005 05:49:26 -0600 reply

Status: open => closed