summaryrefslogtreecommitdiff
path: root/2582/CH5/EX5.1
diff options
context:
space:
mode:
Diffstat (limited to '2582/CH5/EX5.1')
-rwxr-xr-x2582/CH5/EX5.1/Ex5_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2582/CH5/EX5.1/Ex5_1.sce b/2582/CH5/EX5.1/Ex5_1.sce
new file mode 100755
index 000000000..450f03f39
--- /dev/null
+++ b/2582/CH5/EX5.1/Ex5_1.sce
@@ -0,0 +1,10 @@
+//Ex 5.1
+clc;clear;close;
+format('v',5);
+R1=100;//kohm
+R2=86;//kohm
+Vsat=15;//V
+VUT=R2/(R1+R2)*Vsat;//V
+VLT=R2/(R1+R2)*-Vsat;//V
+disp(VUT,"VUT(V) : ");
+disp(VLT,"VLT(V) : ");