User Portlet User Portlet

Discussions
Hi I have been assigned by my professor an assignment but I cannot figure out how to use Dsolve and matripexp correctly to solve the problem. I understand the problems and know that its a third ODE but I just don't have much experience with...
[mcode]Clear["Global'*"] Vtn = 1; Vtp = 1; kn = 1; kp = 1; \[Lambda] = 0.02; Vdd = 5; Ids[Vgs_, Vds_] := \[Piecewise] { {0, Vgs = Vtn && Vds = Vtn && Vds >= Vgs - Vtn} } Isd[Vgs_, Vds_] := \[Piecewise] { {0, Vgs = Vtp && Vds >= Vgs -...
Hi Iam trying to use Nintegrate but I keep getting an error. Can somone explain how I can use it correctly. THanks.[mcode]Clear ["global'*"] Nc = 2.8*10^19; nexact [\[Eta]c_] := NIntegrate[ Nc*(2/\[Sqrt]\[Pi])*(x^(1/2))/(1 + e^(x - \[Eta]c)), {x,...