|
|
last edited 10 years ago by test1 |
1 2 | ||
Editor:
Time: 2007/11/17 23:04:51 GMT-8 |
||
Note: property change |
changed: - Note the missing parenthesis in TeX output: \begin{axiom} )set output algebra on factor(-x^2-1) \end{axiom} From unknown Thu Feb 10 08:17:21 -0600 2005 From: Date: Thu, 10 Feb 2005 08:17:21 -0600 Subject: Message-ID: <20050210081721-0600@page.axiom-developer.org> the missing square is a MathAction bug, it seems... From BillPage Thu Feb 10 08:35:55 -0600 2005 From: Bill Page Date: Thu, 10 Feb 2005 08:35:55 -0600 Subject: Message-ID: <20050210083555-0600@page.axiom-developer.org> The result of the commands:: )set output algebra on factor(-x^2-1) is:<pre> 2 (1) - (x + 1) \$\$ -{{x \sp 2}+1} \leqno(1) \$\$ Type: Factored Polynomial Integer </pre> So, yes you are correct that MathAction is not presenting the 'algebra' output correctly. The TeX output however is missing parenthesis. It should be \begin{equation} -(x^2+1) \end{equation} From unknown Tue Mar 8 05:49:26 -0600 2005 From: Date: Tue, 08 Mar 2005 05:49:26 -0600 Subject: property change Message-ID: <20050308054926-0600@page.axiom-developer.org>
Note the missing parenthesis in TeX? output:
)set output algebra on
factor(-x^2-1)
2 (1) - (x + 1)
(1) |
)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
(2) |