I need to compute (numerically) the eigenvalues (L) of this singular ODE,
y´´ + 1/x * y´ + L * (1 - x2) y = 0 , subject to
y(1) = 0 , y'(0) = 0
Is it possible to use the Matlab function bvp4c?
Or another?
Hi, bvp4c can be used as it solves two-point boundary value problems. You just need to rewrite your equation as a system of two first-order ODEs:
y1' = y2
y2' = -1/x*y2 -L*(1-x^2)*y1
y2(0)=0 y1(1)=0
Thanks for your answer Sr. Epenoy, but, How can I know the numerical values of "L" (the eigenvalues)?
Hi, in fact for solving your ODE system numerically you need to set the value of L
I have a problem associate with the graphic of the streamline function developed by Zarei-Doudeji and Samani (2016) in the paper “Capture zone of a multi-well system in bounded rectangular-shaped...
06 July 2017 1,172 2 View
Please I need to know if the list of metaheuristics is complete. Ant colony optimization Ant lion optimizer Artificial bee colony algorithm Bat algorithm Cat swarm optimization Crow...
05 June 2016 8,675 95 View
What should be the equation for halfway bounce back boundary condition for flow field with forcing term?
08 August 2024 7,938 1 View
I am trying to simulate vehicular loading on an orthotopic steel deck bridge section in ABAQUS software. The red arrow mark in the attached figure indicates the direction in which the vehicle will...
08 August 2024 719 0 View
I would like to understand potential safety concerns while handling SEB in the lab. Especially while working in animal house facility. Would like to know precautions for handling. Sigma MSDS...
07 August 2024 6,034 3 View
During low-temperature testing, new diffraction peaks that appear could be indicative of several phenomena. In one of our tests, we observed notable new peaks around 40° and 45° in a specific...
06 August 2024 726 3 View
I am seeking experimental or applicable data for the liner (LLDPE) interface in FLAC3D numerical modeling of a large stockpile. Could you please recommend suitable references? The preferred data...
05 August 2024 3,665 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
Dear All, My lab primarily works on insect wing patterns. In one of the projects, my student and I have defined 19 abnormality characters on the forewing and 6 abnormality characters on the...
31 July 2024 6,464 5 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
Some Staphylococcus aureus strains Inhibit the growth of Mycobacteria in Mueller Hinton Agar medium containing 10% OADC. Do some Staphylococcus aureus strains have in vitro antimycobacterial activity?
29 July 2024 10,023 2 View