Feeds
已回答
Solving a problem with the Shooting Newton Method in Matlab
%Esercizio n.1 del 22 ottobre function [x, u] = NonLinearShootingNewtonExercise(N, s0, tol) % Shooting method using Newton's...
Solving a problem with the Shooting Newton Method in Matlab
%Esercizio n.1 del 22 ottobre function [x, u] = NonLinearShootingNewtonExercise(N, s0, tol) % Shooting method using Newton's...
2 years 前 | 0
| 已接受
提问
Solving a problem with the Linear Least Squares Method
I have some problem with this code. The approximate solution obtained does not coincide with the exact one provided by the prof...
2 years 前 | 1 个回答 | 0
1
个回答提问
Solving a problem with due essential boundery conditions with the Non Linear Collocation Method
I tried to implement the nonlinear collocation method to solve a differential equation, but the exact solution recommended by th...
2 years 前 | 0 个回答 | 0
0
个回答提问
Solving a problem with the Energy method with Hermite cubic function
I tried to solve the problem written below with the energy method using the cubic Hermite function, but only the final value of ...
2 years 前 | 1 个回答 | 0
1
个回答提问
Solving a problem with the Shooting Newton Method in Matlab
I tried to implement the Shooting method using Newton method to solve a differential equation, but the exact solution recommende...
2 years 前 | 1 个回答 | 0
1
个回答提问
Solving a problem with due natural boundery conditions with the Non Linear Collocation Method
I tried to implement the nonlinear collocation method to solve a differential equation, but the exact solution recommended by th...
2 years 前 | 0 个回答 | 0
