I have a set of five second order odes and the 10 bcs which are also coupled. Can any one suggest a reading material or an example which solves set of two ODEs with mixed boundary conditions using MATLAB or any other software like mathematica?
Your question is too vague. If you wrote a system of equations it would be easier to help.
In MATLAB firstly you have to change the second order equation to set of first order equations and the solve with one of the ode solvers.
http://www.mathworks.com/help/matlab/math/ordinary-differential-equations.html#brfg9jq-1
There is also function ode15i, which solve fully implicit differential equations:
http://www.mathworks.com/help/matlab/ref/ode15i.html
Here is an example of use:
http://www.mathworks.com/help/matlab/math/ordinary-differential-equations.html#brfhad3-1
If you want to solve boundary value problem this article could be helpful:
http://www.mathworks.com/help/curvefit/examples/solving-a-nonlinear-ode-with-a-boundary-layer-by-collocation.html
{X, Y} = {x, y} /. DSolve[{
x'[t] == -c1*x[t]/c2 + c1*(y[t] - x[t])/c2,
y'[t] == -c1*(y[t] - x[t])/c2, x[0] == 0, y[0] == 1},
{x, y}, t]
Manipulate[Plot[Evaluate[{X[t], Y[t]} /. {c1 -> a, c2 -> b}], {t, 0, 10},
PlotRange -> {0, 1}, PlotStyle -> Thick, Filling -> {1 -> {2}}],
{{a, 1.3, "c1"}, 1, 3, Appearance -> "Labeled"},
{{b, 2.5, "c2"}, 1, 3, Appearance -> "Labeled"}]
No, @Julia.
The threshold voltage (Vth) of a MOS device plays a crucial role for its operation. At the same time, noise is an intrinsic factor. So how noise (flicker or thermal) change with the change in...
29 July 2024 3,246 0 View
If you don't understand my question let me know
21 July 2024 563 1 View
I am working on scale development in behavioral finance by undertaking a mixed-method approach using the exploratory sequential design. The phenomenon has diverse meanings in existing literature...
20 July 2024 9,153 11 View
I need to convert Available phosphorus into total phosphorus
18 July 2024 6,799 3 View
Bioinformatics tools like peptide cutter
15 July 2024 6,453 1 View
The burden of obesity is enormous. The greater challenge lies in accurately diagnosing obesity at the right time, reflecting the true increase in visceral fat. BMI may not accurately represent...
14 July 2024 8,771 4 View
How does high humidity affect the growth and development of crops?
10 July 2024 7,258 20 View
In what ways does high humidity impact the pollination process in agricultural plants?
10 July 2024 7,513 13 View
What would be the effect of distance from CNC cum Heart on the structure and function of a particular part of the human body? Do short people have evolutionary advantages to control body parts in...
09 July 2024 2,052 3 View
In this model clearly understanding how to active one layer to another layer and how to add powder material properties step by step.
08 July 2024 6,147 0 View
- The Existence/Uniqueness of Solutions to Higher Order Linear Differential Equations - Higher Order Homogenous Differential Equations - Wronskian Determinants of $n$ Functions - Wronskian...
03 August 2024 2,366 0 View
I have an RNA-seq data that I have analysed using Limma-voom and have extracted the gene IDs, log2FC and the p-values. At p value < 0.05, I have over 10,000 DEGs, however, when I run the GO...
31 July 2024 225 2 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
We assume that we can find a statistical matrix mechanics equivalent to Schrödinger's PDE in two consecutive steps: i-Transform the Schrödinger PDE describing the wave function Ψ into its square...
27 July 2024 3,959 4 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
PDE value for Tert-Butylamine
24 July 2024 1,166 0 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View
Currently I need to calculate detection probabilities (PD) from radar cross section (RCS) data. Beta distribution parameters for this RCS data are calculated and will be used in Swerling0...
22 July 2024 868 0 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View