1. We used [vibrating_string.m](../vibrating_string.m) to change the initial condition to have the mode 1, using this code : [vibrating_string_mode1.m](./vibrating_string_mode1.m) 2. We adapted the previous program so the user can choose any mode he wants by typing the mode 'n' at the beginning : [vibrating_string_mode_n.m](./vibrating_string_mode_n.m) 3. Using [../vibrating_string.m]() and using the code for the backward Euler march in time of [./vibrating_string_forward_backward_euler.m]() to replace the crank-Nicolson scheme, we did a convergence study of the time step : [vibrating_string_convergence_time_euler_backward.m]() # Notes De la part de Jérôme ~~~matlab domaine valeur note connectivité 2 2 recyclage 2 2 graphiques 2 1 théories 4 0 Originalité 4 0 note /14 14 5 ~~~ Un peu les mêmes commentaires que pour Alexandre. Ca reste au niveau de l'analyse numérique, pas entré dans le domaine de la mécanique des fluides ni des instabilités.