summaryrefslogtreecommitdiff
path: root/1760
diff options
context:
space:
mode:
Diffstat (limited to '1760')
-rwxr-xr-x1760/CH1/EX1.27/EX1_27.sce20
-rwxr-xr-x1760/CH1/EX1.36/EX1_36.sce40
2 files changed, 30 insertions, 30 deletions
diff --git a/1760/CH1/EX1.27/EX1_27.sce b/1760/CH1/EX1.27/EX1_27.sce
index 75eb95e65..90e6d07b6 100755
--- a/1760/CH1/EX1.27/EX1_27.sce
+++ b/1760/CH1/EX1.27/EX1_27.sce
@@ -1,10 +1,10 @@
- //EXAMPLE 1-27 PG NO27
-L1=50*10^-3; // Inductar
-L2=100*10^-3; //Inductar
-X=(L1/L2);
-disp('i) (L1/L2) = '+string (X)+' ')
-Q1+Q2=600;
-Q11=200; //flux
-Q22=400 //flux
-disp('ii) Flux Q11 = '+string (Q11)+' mWb');
-disp('iii) Flux Q22 = '+string (Q22)+' mWb');
+//EXAMPLE 1-27 PG NO27
+L1=50*10^-3; // Inductar
+L2=100*10^-3; //Inductar
+X=(L1/L2);
+disp('i) (L1/L2) = '+string (X)+' ')
+//Q1+Q2=600;
+Q11=200; //flux
+Q22=400 //flux
+disp('ii) Flux Q11 = '+string (Q11)+' mWb');
+disp('iii) Flux Q22 = '+string (Q22)+' mWb'); \ No newline at end of file
diff --git a/1760/CH1/EX1.36/EX1_36.sce b/1760/CH1/EX1.36/EX1_36.sce
index 37aeb0b7f..643e3e776 100755
--- a/1760/CH1/EX1.36/EX1_36.sce
+++ b/1760/CH1/EX1.36/EX1_36.sce
@@ -1,20 +1,20 @@
- //EXAMPLE 1-36 PG NO-31
-T=0.99425; //TIME
-disp('i)Time = '+string (T)+' seconds')
-X=0.37; //DERAVATIVES OF 'I' W.R.T
-disp('ii)(di\dt) = '+string (X)+' A\sec')
-LI=0.63; //CURRENT
-dli=0.37; // deravatives of 'SI' w.r.t
-disp('iii)(dsi\dt) = '+string (dli)+' Wb-turns\sec')
-VL=dli;
-disp('iv)(VL) = '+string (VL)+' V')
-Ri=0.63;
-VR=Ri;
-disp('v)VR = '+string (VR)+' V')
-E=0.5*LI*LI; //ENERGY
-disp('vi)ENERGY stored in magnetic field = '+string (E)+' J')
-E1=LI*v; //ENERGY STORED IN MAGNETIC FIELD
-H=Ri*Ri; //HEAT
-disp('vii) Rate of Energy stored in magnetic field = '+string (E1)+' W')
-disp('viii)Rate of dissipation of heat in resistor = '+string (H)+' W')
-disp('ix)Rate of supply of battery energy = '+string (Ri)+' W')
+//EXAMPLE 1-36 PG NO-31
+T=0.99425; //TIME
+disp('i)Time = '+string (T)+' seconds')
+X=0.37; //DERAVATIVES OF 'I' W.R.T
+disp('ii)(di\dt) = '+string (X)+' A\sec')
+LI=0.63; //CURRENT
+dli=0.37; // deravatives of 'SI' w.r.t
+disp('iii)(dsi\dt) = '+string (dli)+' Wb-turns\sec')
+VL=dli;
+disp('iv)(VL) = '+string (VL)+' V')
+Ri=0.63;
+VR=Ri;
+disp('v)VR = '+string (VR)+' V')
+E=0.5*LI*LI; //ENERGY
+disp('vi)ENERGY stored in magnetic field = '+string (E)+' J')
+E1=LI*X; //ENERGY STORED IN MAGNETIC FIELD
+H=Ri*Ri; //HEAT
+disp('vii) Rate of Energy stored in magnetic field = '+string (E1)+' W')
+disp('viii)Rate of dissipation of heat in resistor = '+string (H)+' W')
+disp('ix)Rate of supply of battery energy = '+string (Ri)+' W') \ No newline at end of file