how do I solve the equation y''=-2y-y, and form a curved graph using a 2D lookup table
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lookup Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!