Can anyone explain me how to solve fourth order ODE equations numerically? or help me in solving the equation in MAPLE software.
Thanks in advance...
Solving higher order DE will determine if the equation in question is:
1. Homogenous
2. Inhomogenous
USING MATLAB TO SOLVE A HIGHER ORDER DE
An example of using MATLAB to solve an inhomogeneous higher order differential equation. The equation is:
yiv)-2yii+ yi=t3+2et
in MatLab:
simply write:
>> syms y
eqn = 'D4y - 2*D2y + Dy = t^3 +2*exp(t)'
eqn =
D4y - 2*D2y + Dy = t^3 +2*exp(t)
The notation D4y means the 4th derivative of y, Dky means the kth derivative (where k is a positive integer).
Solve this equation with the command dsolve, calling the solution, sol.
use the command pretty to print it, which will make it fit appropriatly.
sol = dsolve(eqn);
pretty(sol)
further, to simplify solution,
>>pretty (simplify(sol))
For numerical analysis of further examples, you may contact me on:
[email protected] or
SKYPE name: marvinama
I wish to buy a economic (cost effective) laser vibrometer to measure the precise mode shapes of the structure. Can anyone suggest me other than polytec laser vibrometer.
10 November 2017 7,532 4 View
I need a MATLAB code for shearlet transform to perform the analysis of tilted features in images.
07 August 2017 2,555 5 View
I want to simulate the moving heat source on CFRP Laminates in ABAQUS. Can anyone help me in this regard?
07 August 2016 1,696 0 View
I want to calculate shear modulus 'G' through the vibration method. Once I get natural frequency corresponding to torsional mode then I'll use it for the expression in order to find G.
09 October 2014 4,074 7 View
For example , a ply has 0 and 90 orientations, so how to give these orientations in ABAQUS software.
07 August 2014 2,271 4 View
I know some website such as www.scimagojr.com, www.jifactor.com. But I would like to know about others website if it is available.
07 August 2014 1,343 2 View
I have data points that I want to check the closeness of normal distribution. So I can use ''hist'' function in MATLAB, but I need a coefficient which tells how closeness to the normal...
03 April 2014 1,620 13 View
Is there any standard practices are available to use threshold value in the damage identification problems. If anything is there, kindly let me know.
02 March 2014 9,355 5 View
I have a signal I would like to pass through the WT. I am very much interested in detecting the singularity in the signal but I found peaks at the edge.
02 March 2014 8,233 3 View
Basically, I am trying to detect damage on beam structures for a cantilever support. Suppose, I am measuring first natural frequencies from the experiments at several times of undamaged state of...
01 February 2014 2,217 6 View
Hello experts, Does anyone know any free software about retention index prediction ?
08 August 2024 7,403 2 View
Molecular docking software/ websites?
02 August 2024 8,704 7 View
I created a file with my outgroup and ingroup species using Beauti, ran it in BEAST, viewed it in Tracer, and then used TreeAnnotator to create a file that I imported into RASP. Could someone...
28 July 2024 2,979 1 View
I am reaching out to seek your valuable advice and recommendations regarding the best software tools to use for this research. Specifically, I am looking for software with a user-friendly...
22 July 2024 3,794 1 View
Hey all, I need help testing for multivariate outliers using STATA for my master thesis. The literature recommends the Minimum Covariance Determinant (MCD) (Verardi & Dehon, 2010). I found the...
22 July 2024 8,821 2 View
Dear Researchers, My question is associated with the "MDCI" method in Orca. Please let me clarify my question using a simple example: Suppose we are going to perform CBS extrapolation using "!...
21 July 2024 1,632 0 View
im studing gaussian 16 with reading paper about I-131 Metaiodobenzylguanidine in the paper "In a similar vein, nuclear magnetic resonance shielding values were investigated using the widely...
16 July 2024 6,040 4 View
Hi all, Do you know how to plot this figure? I found many of them in Nature journals but have not figured out how to make them. Which software/tool do you suggest? Thank you very much.
15 July 2024 8,384 2 View
How can novel network architectures, such as software-defined networking (SDN) and network function virtualization (NFV), contribute to improved handover performance and reduced latency in future...
12 July 2024 6,183 1 View
Will SDN/NFV improve handover performance and latency?
12 July 2024 394 2 View