diff options
Diffstat (limited to 'Working_Examples/215/CH14/EX14.8/ex14_8.sce')
-rwxr-xr-x | Working_Examples/215/CH14/EX14.8/ex14_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Working_Examples/215/CH14/EX14.8/ex14_8.sce b/Working_Examples/215/CH14/EX14.8/ex14_8.sce new file mode 100755 index 0000000..d163f8c --- /dev/null +++ b/Working_Examples/215/CH14/EX14.8/ex14_8.sce @@ -0,0 +1,11 @@ +clc
+//Example 14.8
+//Install Symbolic toolbox
+//Find the current for t>0
+syms s
+s=%s
+//From figure 14.5
+//Writing the KVL equation and taking the Laplace transform
+I=-2/(s+4)
+i=ilaplace(I)
+disp(i,'i(t)=')
\ No newline at end of file |