User Portlet
Discussions |
---|
hey all i am trying to plot a 3D pdf evolution. The plot is depend on equation 8.92. I have upload two new image leading up 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... |
Hey there, I am very new to Mathematica. This is my code to get a graph for dynamic CMOS. This is just the first stage and I get a few errors. Can an expert guide me? I have already checked the documentation, yet can't solve it. ... |