|
[Date Index]
[Thread Index]
[Author Index]
Bug in Series with NonCommutativeProduct?
- To: mathgroup at smc.vnet.net
- Subject: [mg122096] Bug in Series with NonCommutativeProduct?
- From: D J G C <dundjoh at googlemail.com>
- Date: Thu, 13 Oct 2011 03:48:58 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
> Series[(A h) ** (B h), {h, 0, 2}]
... + A B h^2+O[h]^3
The problem is the appearance of a commutative product A B. It should
instead be A ** B
However applying the D gives the correct answer:
> D[(A h ) ** (B h), {h, 2}]
0**(B h)+2 A**B+(A h)**0
Prev by Date:
Re: Plot function with two arguments
Next by Date:
Re: Taking the Arg of a complex number
Previous by thread:
collect result in a text file with mathematical format
Next by thread:
Re: Bug in Series with NonCommutativeProduct?
|