0

Hello

The output to my mathematica cell is just a long algebraic equation produced from $Solve[\%, u_{i,1+j}]$.

{{$u_{i,1+j}\to \frac{1}{2 h^2} (-2 h^2 k f_{i,j}+2 h^2 u_{i,j}+2 b h^2 k u_{i,j}-h k u_{-1+i,j} \mu _{i,j}+h k ) $}}

I want to collect the terms $u_{i,j}$ on the right side of this expression, but I dont know how to get a handle on the output of Solve[]. i.e I want to do something like

$\text{Collect}\left[\%,u_{i,j}\right]$

But here % doesn't quite do the trick. Any ideas on how I might achieve this?

flag
3 
Probably this isn't the right venue for this question. Have you tried asking at Mathematica forums? – Karl Schwede Sep 22 2010 at 20:12
1 
StackOverflow might also work. – Ben Webster Sep 22 2010 at 20:30
Can you recommend of any good mathematica forums? – aukm Sep 22 2010 at 20:50
@aukm: I asked similar questions on StackOverflow, and got good answers there. Try them! – Ilya Grigoriev Sep 22 2010 at 21:00

closed as off topic by Ben Webster Sep 22 2010 at 20:29

Browse other questions tagged or ask your own question.