Substitution
After some calculation I arrive to the following equation $\frac{Dp - D+ I}{D(P-1)}$.
Whichever be the command I use I cannot put it as $\frac{D(p - 1)+ I}{D(P-1)}oras1-\frac{I}{D*(P-1)}or1-\frac{I}{D}\frac{1}{(P-1)}$.
This last equation is the one of interest since I would like to solve 1−ID1(P−1)==0 according to DI.
Is there a way to use solve()
acording to DI ? I have tried to substitue x
with a form of substitute()
for it, but it was an echec. I understand that substitue a ratio of 2 variables for one is a little bit complex.