Gianluca Gorni,
How can I apply (ReplaceAll) for replacing more than one function like replacing both [Epsilon]x and Epsilon y altogether in one simple command? should i repeat [/.] for each function or use brackets?
Thank you
Solve[[Sigma]x ==
2 G [Epsilon]x + [Lambda] ([Epsilon]x + [Epsilon]y), \
[Sigma]x] /. Solve[[Epsilon]x == D[u, {x, 1}], [Epsilon]x]
Solve[[Epsilon]y == D[v, {y, 1}], [Epsilon]y]
Solve[[Gamma]xy == D[u, {y, 1}] + D[v, {x, 1}], [Gamma]xy]
Solve[[Sigma]y ==
2 G [Epsilon]y + [Lambda] ([Epsilon]x + [Epsilon]y), [Sigma]y]
Solve[[Tau]xy == G [Gamma]xy, [Tau]xy]
Attachments: