Question: Computer Science - MATLAB Project Given in the data file (info.dat), where the first column is the y values and the second column

Computer Science - MATLAB Project

Computer Science - MATLAB Project Given in the data file (info.dat), where

Given in the data file (info.dat), where the first column is the "y" values and the second column is the "x" values .

info.dat

+4.60000E-01 +2.39944E-08

+9.70000E-01 +1.15987E-03

+1.24300E+00 +4.21568E-01

Using the data in the dat file, calculate the value of the constant c in the given Eq. 1

Calculate the time dependent Ordinary Differential Equation based on the data obtained.

dx(t)/dt = [ 1,9 - y(t) - x(t)*13,9 ] * 1,04 ODE equation;

For the time interval t [0, 800] ms using the step sizes t = 40 ms and assume that y(0) = 0 for t = 0 s;

Write the MATLAB code that solves the ODE with the Euler Method and find the values of x(t) and y(t). Plots of x(t) and y(t) versus time t.

(Hint: In the ODE, you can solve the equation by writing the variable y(t) in terms of x(t) )

y = ln (x) x 2 Eq. 1 y = ln (x) x 2 Eq. 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!