summaryrefslogtreecommitdiff
path: root/620/CH13/EX13.6/example13_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH13/EX13.6/example13_6.sce')
-rw-r--r--620/CH13/EX13.6/example13_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/620/CH13/EX13.6/example13_6.sce b/620/CH13/EX13.6/example13_6.sce
new file mode 100644
index 000000000..ff676f7d5
--- /dev/null
+++ b/620/CH13/EX13.6/example13_6.sce
@@ -0,0 +1,7 @@
+v=1.4;
+i=50*10^(-6);
+i1=30*10^(-6);
+r=3000;
+rz=v/i-r;
+rx=v/i1-r-rz;
+disp("The value of Rx (in kΩ) coresponding to 30 μA is"); disp(rx/1000); \ No newline at end of file