summaryrefslogtreecommitdiff
path: root/215/CH14/EX14.8
diff options
context:
space:
mode:
Diffstat (limited to '215/CH14/EX14.8')
-rwxr-xr-x215/CH14/EX14.8/ex14_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/215/CH14/EX14.8/ex14_8.sce b/215/CH14/EX14.8/ex14_8.sce
new file mode 100755
index 000000000..d163f8ce0
--- /dev/null
+++ b/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