diff options
Diffstat (limited to '671/CH1/EX1.15/1_15.sce')
-rwxr-xr-x | 671/CH1/EX1.15/1_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH1/EX1.15/1_15.sce b/671/CH1/EX1.15/1_15.sce new file mode 100755 index 000000000..22a65b563 --- /dev/null +++ b/671/CH1/EX1.15/1_15.sce @@ -0,0 +1,11 @@ +t=0.1
+R=800
+i=50*exp(-10*t)/1000
+v=50*cos(25*t)
+v_i=10*t^(2.5)
+
+P1=i*i*R
+P2=v*v/R
+P3=v_i
+
+disp(P3,P2,P1)
\ No newline at end of file |