summaryrefslogtreecommitdiff
path: root/2075/CH4/EX4.6/pe4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2075/CH4/EX4.6/pe4_6.sce')
-rwxr-xr-x2075/CH4/EX4.6/pe4_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2075/CH4/EX4.6/pe4_6.sce b/2075/CH4/EX4.6/pe4_6.sce
new file mode 100755
index 000000000..ca398b5c9
--- /dev/null
+++ b/2075/CH4/EX4.6/pe4_6.sce
@@ -0,0 +1,12 @@
+//example 4.6
+clc; funcprot(0);
+// Initialization of Variable
+Ts=40;
+P=2.92;
+Qj=2.5;
+Qc=2;
+Tj=125;
+//calculation
+Qs=(Tj-Ts)/P-Qj-Qc;
+disp(Qs,"thermal resistance in C/W:")
+clear()