summaryrefslogtreecommitdiff
path: root/2021/CH10/EX10.11
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH10/EX10.11')
-rwxr-xr-x2021/CH10/EX10.11/EX10_11.pdfbin0 -> 16626 bytes
-rwxr-xr-x2021/CH10/EX10.11/EX10_11.sce13
2 files changed, 13 insertions, 0 deletions
diff --git a/2021/CH10/EX10.11/EX10_11.pdf b/2021/CH10/EX10.11/EX10_11.pdf
new file mode 100755
index 000000000..03dd19c63
--- /dev/null
+++ b/2021/CH10/EX10.11/EX10_11.pdf
Binary files differ
diff --git a/2021/CH10/EX10.11/EX10_11.sce b/2021/CH10/EX10.11/EX10_11.sce
new file mode 100755
index 000000000..c6d46e3a5
--- /dev/null
+++ b/2021/CH10/EX10.11/EX10_11.sce
@@ -0,0 +1,13 @@
+//Finding of Slope
+//Given
+z=1;
+y=0.225;
+c=50;
+q=0.04;
+//To Find
+A=z*y^2;
+P=2*sqrt(2)*y;
+x=sqrt(0.225/(2*sqrt(2)));
+sb=q/(A*c*x);
+sb1=sb^(2);
+disp("Slope ="+string(sb1)+" no units");