Hey everyone,
I have been having trouble to plug in a variable and assign its value automatically. Normally I would have to plug it manually but I want my program to run automatically even when I change initial conditions. Here it is an example: - Simplify[Solve[E^5 + E^-5 == Subscript[C, 1] + Subscript[C, 2], Subscript[C, 1]]] - Simplify[Solve[e^5 + e^(-5) == C1 +C2, C1] I want to solve for C1 and then plug that value in another equation but I do not know how to do it automatically.