Feeds
提问
Can someone help me to correct the code for this problem using Crank-Nicolson finite difference implicit method?
Question is: Governing equations: Boundary conditions: The Crank-Nicolson finite difference implicit method is us...
2 years 前 | 0 个回答 | 0
0
个回答提问
Can someone help me to correct the code for this problem using ode45 solver?
Question is: Governing equations: Boundary conditions: f'(10)= 0, (assume ) As tried here, I want to plot graphs...
3 years 前 | 1 个回答 | 0
1
个回答提问
Can someone help me generate numerical values for this sample problem using bvp4c solver?
y'' + y = 0 Boundary conditions are y(0)=1; y(pi/2)=0. Compute y(pi/3) and y(pi/4) using MATLAB Bvp4c solver. Can someone ...
3 years 前 | 1 个回答 | 0
