how do I solve the equation y''=-2y-y, and form a curved graph using a 2D lookup table
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Given : y''+2y+y'=0, y(0)=1, y'(0)=1;
The script should calculate in detail the following: 1. Open the Simulink System 2. Calculate the parameters of Lookup Table: - the grid for the y values - the grid for the y' values - the grid of the right hand side function in this grid 3. define the initial values if the equation 4. set the parameters of the Lookup Table in the Simulink system.
If anyone can help, please do. Desperate, asked 5 professor already and still no luck. Please and Tq :)
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Lookup Tables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!