E11 Lab #3
Grading
2008
The following points will be assessed for each part from the report.

>> %Use superposition and consider one source at a time. >> 10*vdiv(rp(30.9,39.2),127)+2.5*vdiv(rp(127,39.2),(30.9)) ans = 2.4282
>> %Use superposition and consider one source at a time. >> -10*vdiv(rp(30.9,39.2),127)+2.5*vdiv(rp(127,39.2),(30.9)) ans = 0.0329
>> rp(rp(30.9,39.2),127) ans = 15.2099

>> Vt=2.5*vdiv(39.2,30.9) Vt = 1.3980 >> Rt=rp(30.9,39.2)+127 Rt = 144.2793

>> 5*vdiv(Rt,10)+Vt*vdiv(10,Rt) ans = 4.7665

>> 5*vdiv(0.2,0.2) ans = 2.5000

>> %Use superposition and consider one source at a time. >> 2.5*vdiv(rp(Rt,10),0.1)+5*vdiv(rp(Rt,0.1),10)+Vt*vdiv(rp(10,0.1),Rt) ans = 2.5240 >> %Only about 1% error (2.542 vs 2.5).
Total = /85= %
email me with any comments on how to improve the information on this page (either presentation or content), or to let me know if you had any particular difficulties with this lab.