summaryrefslogtreecommitdiff
path: root/25/DEPENDENCIES/parallel_impedence.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /25/DEPENDENCIES/parallel_impedence.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '25/DEPENDENCIES/parallel_impedence.sce')
-rwxr-xr-x25/DEPENDENCIES/parallel_impedence.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/25/DEPENDENCIES/parallel_impedence.sce b/25/DEPENDENCIES/parallel_impedence.sce
new file mode 100755
index 000000000..63ea2d9fa
--- /dev/null
+++ b/25/DEPENDENCIES/parallel_impedence.sce
@@ -0,0 +1,4 @@
+//function example:-5.4,page no.-221.
+function[Z]=parallel_impedence(Z1,Z2)
+ Z=(Z1*Z2)/(Z1+Z2);
+endfunction \ No newline at end of file