summaryrefslogtreecommitdiff
path: root/275/CH4/EX4.4.80
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /275/CH4/EX4.4.80
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 '275/CH4/EX4.4.80')
-rwxr-xr-x275/CH4/EX4.4.80/Ch4_4_80.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/275/CH4/EX4.4.80/Ch4_4_80.sce b/275/CH4/EX4.4.80/Ch4_4_80.sce
new file mode 100755
index 000000000..1525c9ab2
--- /dev/null
+++ b/275/CH4/EX4.4.80/Ch4_4_80.sce
@@ -0,0 +1,12 @@
+clc
+disp("Example 4.80")
+printf("\n")
+disp("determine the suitable value of load resistor Rd of JFET")
+printf("Given\n")
+//voltage gain
+Av=10
+//transconductance
+gm=4500*10^-6
+//load resistance
+Rd=Av/gm
+printf("load resistance \n%f ohm \n",Rd)