User Portlet User Portlet

Discussions
hey there i have already upload the pages leading to the equation.
I cant get this code working no matter how much i change. Can anyone please check for me and help me? In[50]:= var1 = graph1[input1]; In[76]:= soln3 = Simplify[ Solve[{iout == (k*((vdd - vin - vt)*(vdd - ...
i keep getting this two errors for my codes. var1 = graph1[input1]; soln3 = Simplify[ Solve[{il3 == (k((vdd - vin - vt)(vdd - vo[t]) - ((vdd - vo[t])^2/2)) - (k/2(vin)^2)), vin == mt}, il3, {vin}]]; 1) Solve was unable to solve the...
Thanks to both of you. I got to solve that section. I have another question. var1 = graph1[input1]; soln3 = Simplify[ Solve[{il3 == (k*((vdd - vin - vt)*(vdd - vo[t]) - ((vdd - vo[t])^2/2)) - (k/2*(vin)^2)), vin ==...