summaryrefslogtreecommitdiff
path: root/569/CH6/EX6.3/6_3.sci
diff options
context:
space:
mode:
Diffstat (limited to '569/CH6/EX6.3/6_3.sci')
-rwxr-xr-x569/CH6/EX6.3/6_3.sci6
1 files changed, 6 insertions, 0 deletions
diff --git a/569/CH6/EX6.3/6_3.sci b/569/CH6/EX6.3/6_3.sci
new file mode 100755
index 000000000..f231b0bb0
--- /dev/null
+++ b/569/CH6/EX6.3/6_3.sci
@@ -0,0 +1,6 @@
+// calculating the maximum output voltage
+clc;
+Sa=10;
+disp(Sa, 'saturation voltage=')
+Vom=Sa;
+disp(Vom,'maximum output voltage') \ No newline at end of file