Hi I am trying to solve the following equations using Matlab for C1, C2, C3 and C4. In real fact I only require C1.
C1-C2-C3-1=0
n*C2+C3/n+(d-1)*C4=0
C1+b*C2-b*C3-1=0
b*n*C2-b*C3/n-C4(1+d)=0
This is what I have input in Matlab but it seems its getting stuck because of the symbolic...