How can I utilise shooting method for following equation

3 visualizaciones (últimos 30 días)
I have two equation, shown as follows. second equation is depends upon first one. How can i solve this using shooting method.
  2 comentarios
Bjorn Gustavsson
Bjorn Gustavsson el 15 de Oct. de 2020
How familiar are you with matlab?
Have you solved initial-value ODEs with matlabs odeNN-functions (NN: 23, 45, 15s, 113, 23s, 23t...)?
What are your boundary-values?
Dhaval Patel
Dhaval Patel el 15 de Oct. de 2020
I am a beginner to MATLAB.
Have you solved initial-value ODEs with matlabs odeNN-functions (NN: 23, 45, 15s, 113, 23s, 23t...)? - No, How can I do that one?
Boiundary condition: -
u(0) = 0.0112;
C(0) = 3;

Iniciar sesión para comentar.

Respuesta aceptada

Bjorn Gustavsson
Bjorn Gustavsson el 15 de Oct. de 2020
Since you are a matlab-beginner you should first start to work through the introduction material, there are some intro-course-webinar material here: matlab-onramp
Then you should take some time just browsing through the demos, at the matlab command-line just type: demo
There you will find a lot of usefull information, including a number of demonstrations of ordinary differential equations and boundary-value problems.
We could give you a solution to the above problem, but that will hamper your learning-curve in programming and programming and matlab.
HTH
  2 comentarios
Dhaval Patel
Dhaval Patel el 16 de Oct. de 2020
Thank you for sugesing webinar material. I will complete this cource.
Bjorn Gustavsson
Bjorn Gustavsson el 16 de Oct. de 2020
Good.
...and welcome to matlab!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by