axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] A little simplification problem


From: Alasdair McAndrew
Subject: Re: [Axiom-mail] A little simplification problem
Date: Sat, 2 Aug 2008 09:07:20 +1000

Thank you!  In fact the rule

expandPowers := rule x^(n+k) == x*x^(n+k-1)

also seems to work well.  But why does Axiom not automatically apply this rule for simplification of expressions involving powers, as other CAS's (Maple, Maxima, Mathematica) do?

Thanks again,
Alasdair

On Sat, Aug 2, 2008 at 12:41 AM, Themos Tsikas <address@hidden> wrote:
On Friday 01 August 2008, Alasdair McAndrew wrote:
> f(n)==7^n
> f(n+1)-7*f(n)
> simplify(%)

normalize %


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________


_______________________________________________
Axiom-mail mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-mail



--
Blog: http://amca01.wordpress.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]