By the in class request the office hours are now 12pm-1pm MWF.
.
Grades are posted into the web grades book. Make sure that posted grades coincide with their paper one.
For the first time login use your WM official email as “login” and hit the reset password button. You will get a password shortly via email.
If you have any suggestions or comments, please, let me know.
presentation and handouts
presentation and handouts
presentation and handouts
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
echodemo day_temp_analysis_session
presentation and handouts
presentation and handouts
Complimentary code
presentation and handouts
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
presentation and handouts
Complimentary code
Voice filtering demo
Weather data analysis
presentation and handouts
Complimentary code
presentation and handouts
presentation and handouts
See what the president Obama (a senator at that time) has to say about the bubble sort method. Skip to the 34th second.
Complimentary code
presentation and handouts
Due date is on Monday at 1pm, unless specified otherwise. Make sure to add phys256 to the subject line of your email submission.
Have a look at the sample homework report.
Visit W&M IT software support page and download Matlab from appropriate “Licensed Software >> Math & Statistics Software” section. They have several available versions. Either one is fine. Since we are learning Matlab, we will not have time to go to fancy toolboxes which Matlab provides/removes with new releases.
They do have versions for Macs and Linux but you might need to ask for it.
Complete an introductory survey.
See assignment in the hw01.pdf. Feel free to use hw01.tex for copy-pasting of the problem statements.
Assigned reading: scripts and functions chapter. Let me know if you spot typos, mistakes, or something strangely sounding. I will give bonus points for corrections and suggestions. Please, make sure that you are referring to the most up-to-date pdf, since I am fixing typos as soon as they are reported or spotted.
See assignment in the hw02.pdf. Feel free to use hw02.tex for copy-pasting of the problem statements.
data file hw02dataset.dat
See assignment in the hw03.pdf. Feel free to use hw03.tex for copy-pasting of the problem statements.
See assignment in the hw04.pdf. Feel free to use hw04.tex for copy-pasting of the problem statements.
Assigned reading: fitting chapter. Let me know if you spot typos, mistakes, or something strangely sounding. I will give bonus points for corrections and suggestions. Please, make sure that you are referring to the most up-to-date pdf, since I am fixing typos as soon as they are reported or spotted.
Data files
Assigned reading: numerical integration chapter. Let me know if you spot typos, mistakes, or something strangely sounding. I will give bonus points for corrections and suggestions. Please, make sure that you are referring to the most up-to-date pdf, since I am fixing typos as soon as they are reported or spotted.
See assignment in the hw05.pdf. Feel free to use hw05.tex for copy-pasting of the problem statements.
Due date Monday October 5th of 2015 at 1pm.
See assignment in the midterm01.pdf. Feel free to use midterm01.tex for copy-pasting of the problem statements.
HW is due on Wednesday 10/14. See assignment in the hw06.pdf. Feel free to use hw06.tex for copy-pasting of the problem statements.
See assignment in the hw07.pdf. Feel free to use hw07.tex for copy-pasting of the problem statements.
See assignment in the hw08.pdf. Feel free to use hw08.tex for copy-pasting of the problem statements.
Due date Friday October 30th of 2015 at 1pm.
See assignment in the midterm02.pdf. Feel free to use midterm02.tex for copy-pasting of the problem statements.
Notice apostrophes in the saving of the movie statement
save('movie_file.mat', 'map_evolution_movie')
See assignment in the hw09.pdf. Feel free to use hw09.tex for copy-pasting of the problem statements.
Due date Monday November 16th of 2015 at 1pm.
See assignment in the midterm03.pdf. Feel free to use midterm03.tex for copy-pasting of the problem statements.
See assignment in the hw10.pdf. Feel free to use hw10.tex for copy-pasting of the problem statements.
Complimentary data file hw_data_for_filter.dat
See assignment in the hw11.pdf. Feel free to use hw11.tex for copy-pasting of the problem statements.
The electronic submission due date Monday December 14th of 2015 at 1pm. In class meeting is on Tuesday December 15th at 2pm in the Small 122 room. Notice the room change.
See assignment in the final_exam_2015.pdf. Feel free to use final_exam_2015.tex for copy-pasting of the problem statements.
Data file for problems 1, 2, and 3 capsule_and_plane_problem_datafile1.mat.
For problem 1 and 2 use the following, additional to the data in the above file, input
Ve=900;
ElAng=pi/3;
Function templates
Voice messages for problem 4. Each group must decode only the one assigned to them.
For problem 1
>> [time,x,y] = capsule_flight_simulator(300, 2, 500, .1, 2*pi/5 );
>> time(end)
ans =
42.8555
>> x(end)
ans =
1.6716e+03
>> y(end)
ans =
5.0681e-04
For problem 2
>> [MaxHeight, t_at_max, vx_at_max, x_at_max] = capsule_max_height_parameters(300, 2, 500, .1, 2*pi/5 )
MaxHeight =
2.2089e+03
t_at_max =
16.9071
vx_at_max =
38.2439
x_at_max =
1.0391e+03
For problem 3 which is run against file capsule_and_plane_problem_datafile2.mat.
>> [ElevationAngle, Vescape, Tlaunch] = capsule_launch_solution( 'capsule_and_plane_problem_datafile2.mat');
Vescape =
637.3440
ElevationAngle =
1.4033
Tlaunch =
7.1754