Message Boards Message Boards

0
|
6213 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Sort equation: unknown values left, known values right

Posted 10 years ago

Hello,

after some steps in Mathematica, my script currently generates an output equation with different variables u, v, w, and so on that each depend on the parameters (n, k, j), e.g. u[n,k,j]. When calculating at point (n,k,j), all values from before are known, meaning I can access u[n-1,k,j] and u[n,k-1,j] etc...

I would like Mathematica to sort my equation by putting known values to one side and unknown ones to the other side of the equal sign. I didn't find any appropriate command to do that. Can somebody help me with an approach?

Thanks!

POSTED BY: Lennart M
2 Replies
Posted 10 years ago
POSTED BY: Lennart M

You can Clear[n,k,j] before doing operation on u, v, w.

POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract