diff options
Diffstat (limited to '2294/CH12/EX12.14')
-rwxr-xr-x | 2294/CH12/EX12.14/EX12_14.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2294/CH12/EX12.14/EX12_14.sce b/2294/CH12/EX12.14/EX12_14.sce new file mode 100755 index 000000000..83ec3857c --- /dev/null +++ b/2294/CH12/EX12.14/EX12_14.sce @@ -0,0 +1,7 @@ +//Example 12.14
+//Find the mean value of the current under following conditions.
+disp('I=Io[e^(nV)-1]')
+disp('E[I]=E[Io[e^(nV)-1]]:')
+Xo=0; X1=2;
+X=integrate('%e^(10*X)-1','X',Xo,X1);
+disp(10^(-9)*X/2,'Hence E[I]=')
|