Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Computer Science - MATLAB CODE Time independent x and y variables was obtained in the following MATLAB code. For the time interval t [0, 500]

Computer Science - MATLAB CODE

Time independent x and y variables was obtained in the following MATLAB code.

For the time interval t [0, 500] ms using the step sizes t = 20 ms and assume that y(0) = 0 for t = 0 s :

Write a MATLAB code to solve the ODE equation using the x and y values in the given code, using;

a) Euler Method

b) Modified Euler Method

image text in transcribed

clc; T = readtable('info.dat'); T = table2array(T); y = T(:, 1); x = T(:, 2); logx = log(x);

p = polyfit(y, logx, 1); a = p(1); b = exp(p(2));

sum=0; for i=1:length(y) p=1; for j=1:length(y) if j~=i c = poly(y(j))/(y(i)-y(j)); p = conv(p,c); end end term = p*logx(i); sum= sum + term; end

info.dat

+4.60000E-01 +2.39944E-08 +5.00000E-01 +5.47030E-08 +9.70000E-01 +1.15987E-03 +1.21200E+00 +1.90309E-01 +1.24300E+00 +4.21568E-01

dx(t) = [5 y(t) - 14x(t)] ODE dt dx(t) = [5 y(t) - 14x(t)] ODE dt

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

=+j Enabling a productive global workforce.

Answered: 1 week ago

Question

=+ Are you interested in creating or

Answered: 1 week ago