diff options
Diffstat (limited to '2021/CH10/EX10.11')
-rwxr-xr-x | 2021/CH10/EX10.11/EX10_11.pdf | bin | 0 -> 16626 bytes | |||
-rwxr-xr-x | 2021/CH10/EX10.11/EX10_11.sce | 13 |
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 Binary files differnew file mode 100755 index 000000000..03dd19c63 --- /dev/null +++ b/2021/CH10/EX10.11/EX10_11.pdf 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");
|