3150 Syllabus, Matlab, Exams, Lectures
Syllabus
- syllabus.pdf, F. Vasquez 2008 syllabus for 3150
Matlab Code Examples
- sawtooth.m, Fourier series approximation of a sawtooth wave
- p_3_3_5.m, Solution Exercise 3.3-5, Wave equation finite string
- e3_5_1.m, Example 3.5.1 - heat equation
- e3_6_3.m, Example 3.6.3 - heat equation with Robin BC
- e3_7_1.m, Example 3.7.1 - Square membrane
- e3_7_2.m, Example 3.7.2 - Heat equation on a square plate
- e4_2_2.m, Example 4.2.2 - Circular membrane
- e4_3_2.m, Example 4.3.2 - Circular membrane
- precomp_besseljzeros.m, Compute first 20 Bessel Zeros
- bz.mat, Output of precomp_besseljzeros.m, binary file
- Additional code examples from homeworks 2, 3, 5 below. The PDF sources supply printed code.
The extracted sources were edited, and they will paste. No guarantee that they will work in matlab.
Visualizations
- Visualizations of waves, strings, membranes (Falstad.com)
Exams
- exam1_practice.pdf, Exam 1 sample
- exam1_practice_sol.pdf
- exam1_sol.pdf, Exam 1 and solutions (5 problems)
- exam2_practice.pdf
- exam2_practice_sol.pdf, Exam 2 sample
- exam2_sol.pdf, Exam 2 and solutions (5 problems)
- exam3_practice.pdf, Exam 3 sample
- exam3_practice_sol.pdf
- exam3_sol.pdf, Exam 3 and solutions (5 problems)
- final_practice.pdf, Final Exam sample
- final_practice_sol.pdf
- final_sol.pdf, Final Exam and solutions (8 problems)
- formulas.pdf
Lectures
- pde001.pdf, 1.1, 1.2, 3.1
- pde002.pdf, 2.1, 2.2
- pde003.pdf, 2.2
- pde004.pdf, 2.3, 2.4
- pde005.pdf, 3.2, 3.3
- pde006.pdf, 3.4, 3.5
- pde007.pdf, 3.6
- pde008.pdf, 3.7
- pde009.pdf, 3.8
- pde010.pdf, 4.1, 4.2
- pde011.pdf, 4.2
- pde012.pdf, 4.2, 4.3, 4.4
- pde013.pdf, 4.4, 4.5
- pde014.pdf, 4.5, 7.1, 7.2
- pde015.pdf, 7.3, 7.4
- pde016.pdf, 7.4
- pde017.pdf, 7.5, 7.6, 7.7
- pde018.pdf, 7.8
- pde019.pdf, 7.9
Homework
- pdehw001.pdf, 1.1-1,1.1-11,1.2-4,1.2-5,1.2-7,1.2-16
- pdehw002.pdf, 2.1-7,2.1-9,2.2-7,2.2-9,2.2-10,2.2-11,2.2-13,Matlab
Matlab code examples: 2.2-7, 2.2-9, 2.2-11, 2.2-13
e2_2_7.m, Exercise 2.2-7
e2_2_9.m, Exercise 2.2-9
e2_2_11.m, Exercise 2.2-11
e2_2_13.m, Exercise 2.2-13
- pdehw003.pdf, 2.3-2,2.3-7,2.4-6,3.3-2,3.3-3,3.3-4,Matlab
Matlab code examples: 2.4-6, 3.3-2, 3.3-3, 3.3-4
e2_4_6.m, Exercise 2.2-6
e3_3_2.m, Exercise 3.3-2
e3_3_3.m, Exercise 3.3-3
e3_3_4.m, Exercise 3.3-4
- pdehw004.pdf, 3.4-1,3.4-4,3.4-9,3.5-4,3.5-14,3.6-2
- pdehw004_bis.pdf, 3.4-3,3.5-6
- pdehw005.pdf, 3.7-2,3.7-13,3.7-16,3.8-2,3.8-3,Matlab
Matlab code example: 3.7-2.
e3_7_2-hwFile.m, Exercise 3.7-2
- pdehw006.pdf, 4.1-2,4.1-3,4.2-2,4.2-4,4.2-10
- pdehw007.pdf, 4.5-3,7.1-2,7.2-4,7.2-20,7.2-23,7.2-27,7.2-29
- pdehw008.pdf, 7.2-36,7.2-43,7.2-50,7.3-9,7.3-18,7.4-3
- pdehw009.pdf, 7.4-2,7.5-8,7.5-9,7.6-4,7.6-8,7.5-10,7.7-2,7.7-11,
- pdehw010.pdf, 7.8-2,7.8-14,7.8-18,7.8-31,7.8-50