

Answer format in scilab
sir my code is given below clc; //ex2.4 Vs=6; //volt Vd=0.7;//volt R1=10000;//ohm It=(Vs-Vd)/R1; //Total circuit current using kirchoff's volatage law disp('A',It,"It=") And answer for this code is coming 0.00053 A but in the book it is given 530 uA. what should i do please suggest me.
Scilab


Dear Nihal,
Please note that 0.00053 A is same as 530uA.
Please note that 0.00053 A is same as 530uA.
Login to add comment