-
Notifications
You must be signed in to change notification settings - Fork 0
/
Physics-2.html
377 lines (296 loc) · 16.6 KB
/
Physics-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Physics-2 MU CSE 50</title>
<link rel="shortcut icon" type="image" href="images/favicon.png">
<!-- Links of CSS files -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mobile.css" media="screen and (max-width: 968px)">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<!-- Google font link -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header Section Started -->
<section class="sub-header Sem3rd">
<!-- Navigation Section Started -->
<nav>
<div class="logo" id="top">
<a href="index.html"> <img src="images/CSE_50_logo_white.png" alt="Logo"> </a>
</div>
<label for="btn" class="icon">
<span class="fa fa-bars"></span>
</label>
<input type="checkbox" name="" id="btn">
<ul>
<li> <a href="index.html"><i class="fas fa-home"> </i> Home </a> </li>
<li>
<label for="btn-1" class="show"><i class="fas fa-book"> </i> Courses <i
class="fas fa-caret-down"></i></label>
<a href="#"><i class="fas fa-book"> </i> Courses </a>
<input type="checkbox" id="btn-1">
<ul>
<li>
<label for="btn-2" class="show">1st Semester <i class="fas fa-caret-down"></i></label>
<a href="#"> 1st Semester <i class="fas fa-caret-right"></i> </a>
<input type="checkbox" id="btn-2">
<ul>
<li><a href="Diff_Int_calc.html"> Differential & Integral Calculus </a></li>
<li><a href="English-1.html"> English Language I </a></li>
<li><a href="History.html"> History Emergence of Bangladesh </a></li>
</ul>
</li>
<li>
<label for="btn-3" class="show">2nd Semester <i class="fas fa-caret-down"></i></label>
<a href="#"> 2nd Semester <i class="fas fa-caret-right"></i> </a>
<input type="checkbox" id="btn-3">
<ul>
<li><a href="Structured_Programming.html"> Structured Programming + Lab </a></li>
<li><a href="Physics-1.html"> Physics I </a></li>
<li><a href="DE_and_LT.html"> Diff. Equation & Laplace Transform </a></li>
<li><a href="English-2.html"> English Language II </a></li>
</ul>
</li>
<li>
<label for="btn-4" class="show">3rd Semester <i class="fas fa-caret-down"></i></label>
<a href="#"> 3rd Semester <i class="fas fa-caret-right"></i> </a>
<input type="checkbox" id="btn-4">
<ul>
<li><a href="Data_Structure.html"> Data Structure + Lab </a></li>
<li><a href="Geometry_VA.html"> Geometry & Vector Analysis </a></li>
<li><a href="Physics-2.html"> Physics II </a></li>
<li><a href="F_Bangla.html"> Functional Bangla </a></li>
</ul>
</li>
<li>
<label for="btn-5" class="show">4th Semester <i class="fas fa-caret-down"></i></label>
<a href="#"> 4th Semester <i class="fas fa-caret-right"></i> </a>
<input type="checkbox" id="btn-5">
<ul>
<li><a href="Algorithm.html"> Algorithm + Lab </a></li>
<li><a href="Basic_Electrical.html"> Basic Electrical Engineering </a></li>
<li><a href="Basic_Statistics.html"> Basic Statistics and Probability </a></li>
</ul>
</li>
<li>
<label for="btn-6" class="show">5th Semester <i class="fas fa-caret-down"></i></label>
<a href="#"> 5th Semester <i class="fas fa-caret-right"></i> </a>
<input type="checkbox" id="btn-6">
<ul>
<li><a href="Basic_Electronics.html"> Basic Electronics Engineering </a></li>
<li><a href="Matrix_CV_FA.html"> Matrix, CV & Fourier Analysis </a></li>
<li><a href="Discreate_Math.html"> Discreate Mathematics </a></li>
<li><a href="Project_200.html"> Project 200 </a></li>
</ul>
</li>
</ul>
</li>
<li>
<label for="btn-7" class="show"><i class="fas fa-clock"> </i> Routine <i
class="fas fa-caret-down"></i></label>
<a href="#"><i class="fas fa-clock"> </i> Routine </a>
<input type="checkbox" id="btn-7">
<ul>
<li> <a href="sectionA-routine.html"> Section A </a> </li>
<li> <a href="sectionB-routine.html"> Section B </a> </li>
<li> <a href="sectionC-routine.html"> Section C </a> </li>
<li> <a href="sectionD-routine.html"> Section D </a> </li>
</ul>
</li>
<li>
<label for="btn-8" class="show"><i class="fas fa-chalkboard-teacher"> </i> Tutorials <i
class="fas fa-caret-down"></i></label>
<a href="#"><i class="fas fa-chalkboard-teacher"> </i> Tutorials </a>
<input type="checkbox" id="btn-8">
<ul>
<li> <a href="Programming-Tuto.html"> Programming </a> </li>
<li> <a href="Web_Tuto.html"> Web Dev. </a> </li>
<li> <a href="CoreCourse_Tuto.html"> Core Courses </a> </li>
<li> <a href="Android_Tuto.html"> Android Dev. </a> </li>
<li> <a href="UiUx_Tuto.html"> UI/UX Design </a> </li>
<li> <a href="GraphicD_Tuto.html"> Graphic Design </a> </li>
<li> <a href="Video_Edit_tuto.html"> Video Editing </a> </li>
</ul>
</li>
<li>
<label for="btn-9" class="show"><i class="fas fa-poll"> </i> Result <i
class="fas fa-caret-down"></i></label>
<a href="#"><i class="fas fa-poll"> </i> Result </a>
<input type="checkbox" id="btn-9">
<ul>
<li> <a href="result_records.html"> Previous Records </a> </li>
<li> <a href="1stop.html"> 1 Stop Service </a> </li>
</ul>
</li>
<li>
<label for="btn-10" class="show"><i class="fas fa-university"> </i> Academic <i
class="fas fa-caret-down"></i></label>
<a href="#"><i class="fas fa-university"> </i> Academic </a>
<input type="checkbox" id="btn-10">
<ul>
<li> <a href="faculty-contact.html"> Faculty Info </a> </li>
<li> <a href="Bus_Schedule.html"> Bus Schedule </a> </li>
</ul>
</li>
<li> <a href="about.html"><i class="fas fa-address-card"> </i> About </a> </li>
<li> <a href="contact.html"><i class="fas fa-address-book"> </i> Contact </a> </li>
</ul>
</nav>
<!-- Navigation Section Ended -->
<!-- Header text Section Started -->
<h1> Physics II </h1>
<p> Course Code: PHY-124 </p>
<!-- Header text Section Ended -->
</section>
<!-- Header Section Ended -->
<section class="container">
<div class="crsRow facRow">
<div class="crsCol">
<h2>Faculty Info</h2><br>
</div>
<div class="crsCol">
<div class="facultyINFO facIMG"><img src="images/Choudhury-M.-Mukammel-Wahid.png" alt="Choudhury-M.-Mukammel-Wahid.png"></div>
<div class="facultyINFO facDesc">
<h4>Choudhury M. Mukammel Wahid</h4>
<p>
Professor, Department of CSE <br> Metropolitan University
</p>
</div>
</div>
</div>
<div class="crsRow matRow">
<div class="crsCol">
<h2>Course Outline</h2>
</div>
<div class="crsCol">
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Printable Phy II Outline Autumn 2020.pdf"> Course Outline </a>
</div>
</div>
<div class="crsCol">
<h2>Reference Book</h2>
</div>
<div class="crsCol">
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 1/Fundamentals_of_Halliday_Resnick_Walker.pdf" target="blank"> Fundamentals of Physics-Halliday Resnick Walker </a>
</div>
</div>
<div class="crsCol">
<h2>Exam Questions</h2>
</div>
<div class="crsCol">
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Phy II_Final.pdf" target="blank"> Final </a>
</div>
</div>
<div class="crsCol">
<h2>Class Materials</h2>
</div>
<div class="crsCol">
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Diffraction_Chap 36(1).pdf" target="blank"> Diffraction Chap-36 </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Diffraction Note_9 Nov..pdf" target="blank"> Diffraction Note_9 Nov </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Diff_Problems.pdf" target="blank"> Diffraction Problems </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Problem hints_Diffraction.pdf" target="blank"> Problem hints Diffraction </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/WP Duality.pdf" target="blank"> Wave Particle Duality </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Chapter 38_WP duality.pdf" target="blank"> Chapter-38 WP duality </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/15 Dec_Wave-Particle.pdf" target="blank"> 15-Dec Wave Particle </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/WP_Duality_Problems.pdf" target="blank"> WP Duality Problems </a>
</div>
<div class="crsMat">
<div class="matEle pdfICO"><i class="fas fa-file-pdf"></i></div>
<a class="matEle" href="Physics 2/Chap 42 Nuclear Physics Note.pdf" target="blank"> Chap 42 Nuclear Physics Note </a>
</div>
</div>
</section>
<!-- Script for form started -->
<script type="text/javascript">
var submitted = false;
</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display: none" onload="formLoad()"></iframe>
<!-- Script for form Ended -->
<!-- Footer section Started -->
<section class="footer">
<div class="fcol col-3 ftrTopEle">
<h4> Feedback </h4>
<div class="contactCol">
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLScMlX0B_uFTrGkYDPPhw_hL1YmaveLVuTKmwvf587E1J7V_xg/formResponse" method="post" target="hidden_iframe" onsubmit="submitted=true" class="myform" id="myform">
<input type="text" name="entry.805276147" placeholder="Name" required>
<input type="email" name="emailAddress" placeholder="Email" required>
<textarea rows="3" name="entry.1586819207" placeholder="Feedback" required></textarea>
<button type="submit" class="heroBtn"> Submit <i class="fas fa-paper-plane"></i> </button>
</form>
<p id="subMsg"></p>
<p id="errMsg"></p>
</div>
</div>
<div class="fcol col-3 ftrTopEle">
<h4>Quick Links</h4>
<ol>
<li><a href="https://metrouni.edu.bd" target="blank"> MU Website <i class="fas fa-external-link-alt"></i></a></li>
<li><a href="https://web.facebook.com/metropolitanuniversity" target="blank"> MU Facebook Page <i class="fas fa-external-link-alt"></i></a></li>
<li><a href="https://web.facebook.com/groups/metrouni/" target="blank">FB/ MU Official Group <i class="fas fa-external-link-alt"></i></a></li>
<li><a href="https://web.facebook.com/groups/Dept.of.CSE.MU/" target="blank">FB/ Department of CSE <i class="fas fa-external-link-alt"></i></a></li>
<li><a href="https://web.facebook.com/groups/734057760032501/" target="blank">FB/ Computer Programming <i class="fas fa-external-link-alt"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC5HPvlTXV3rqOgit4Vp0IhA" target="blank"> MU YouTube Channel <i class="fas fa-external-link-alt"></i></a></li>
</ol>
</div>
<div class="fcol col-3 ftrTopEle">
<h4>About Us</h4>
<p>This website is designed and developed by the students of CSE 50th batch of Metropolitan University and it is not an official website. Our main purpose is to help our batch and our junior batches through this website.</p><br>
</div>
<div class="fcol col-3 flink ftrTopEle">
<h4>Follow Us</h4>
<div class="icons">
<a href="#"> <i class="fab fa-facebook-f"> </i></a>
<a href="#"> <i class="fab fa-twitter"> </i></a>
<a href="#"> <i class="fab fa-instagram"> </i></a>
<a href="#"> <i class="fab fa-linkedin-in"> </i></a>
</div>
</div>
<hr>
<div class="fcol col-6">
<p> © 2021 MU_CSE-50(Metropolitan University)</p>
</div>
<div class="fcol col-6 ftop">
<a href="#top">
<div class="gotop">
Back to Top <i class="fas fa-angle-double-up"></i>
</div>
</a>
</div>
</section>
<!-- Footer section Ended-->
<!-- Linked to javascript file -->
<script src="index.js"></script>
</body>
</html>