[Q] Cancel command in 4.1
- To: mathgroup at smc.vnet.net
- Subject: [mg27667] [Q] Cancel command in 4.1
- From: Janusz Kawczak <jkawczak at math.uncc.edu>
- Date: Sat, 10 Mar 2001 00:49:59 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi I am having problems with the Cancel command to do the simple task. The problem can be replicated as follows: m={{.3,.7},{.4,.6}} i=IdentityMatrix[2] j={{1},{1}} inv=Inverse[lambda i - m] Cancel[Factor[inv.j]] The last command should cancel the common factors, but it does not! Any help on that. Thank you. John.