Question

Math : Elementary Linear Algebra, 11th Edition Solve the system. y'1 = y1 + 12 y2...

Math : Elementary Linear Algebra, 11th Edition

Solve the system.

y'1 = y1 + 12 y2

y'2 = 2y1 + 12y2

what is y1 and y 2 ?

I Don't need the answer rather i need to know how to use Octave or mathlab function/formulas to compute the value.

I know there are eig() etc

Homework Answers

Answer #1

MATLAB Code:

close all
clear
clc

syms y1(t) y2(t) % Declaring y1 and y2 as functions of t
Dy1 = diff(y1, t); % y1'(t)
Dy2 = diff(y2, t); % y2'(t)
Eqns = [Dy1 == y1 + 12*y2, Dy2 == 2*y1 + 12*y2]; % Given differential equations
Sol = dsolve(Eqns); % Differential equation solver

% Now Sol contains y1 and y2
y1 = Sol.y1;
y2 = Sol.y2;

% Print out
fprintf('y1(t) =\n\t'), disp(y1)
fprintf('y2(t) =\n\t'), disp(y2)
disp('Note that C13 and C14 are constants.')

Output:

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
elementary linear algebra Solve the system. x+y+z=1 x+y-2z=3 2x+y+z=2
elementary linear algebra Solve the system. x+y+z=1 x+y-2z=3 2x+y+z=2
1. Use Euler's method Find Y1,Y2, Y3 y'=Y-2X y(1)=0 h=.5 2. Solve dy/dx= (xsinx)/y y(0)=-1
1. Use Euler's method Find Y1,Y2, Y3 y'=Y-2X y(1)=0 h=.5 2. Solve dy/dx= (xsinx)/y y(0)=-1
How do you use Gaussian Elimination to work this one out? Solve a system of linear...
How do you use Gaussian Elimination to work this one out? Solve a system of linear equations to find the quadratic polynomial y = ax^2 + bx + c whose graph passes through the three points (x1, y1) = (1, 4), (x2, y2) = (2, 2) and (x3, y3) = (3, −2).
1.Solve the system of equations. 2x + 3y = 6 and x – y = ½...
1.Solve the system of equations. 2x + 3y = 6 and x – y = ½ 2.Is x = y2 a function? 3.Which do we use to determine if a graph represents a function? 4.Find the average rate of change from 2 to 5 for the function, f(x) = -4x + 1. 5.What are the slope and y-intercept for the function, h(x) = -3x + 4?
1) State the main difference between an ODE and a PDE? 2) Name two of the...
1) State the main difference between an ODE and a PDE? 2) Name two of the three archetypal PDEs? 3) Write the equation used to compute the Wronskian for two differentiable functions, y1 and y2. 4) What can you conclude about two differentiable functions, y1 and y2, if their Wronskian is nonzero? 5) (2 pts) If two functions, y1 and y2, solve a 2nd order DE, what does the Principle of Superposition guarantee? 6) (8 pts, 4 pts each) State...
Questions 1 through 6 work with the length of the sidereal year vs. distance from the...
Questions 1 through 6 work with the length of the sidereal year vs. distance from the sun. The table of data is shown below. Planet Distance from Sun (in millions of miles) Years (as a fraction of Earth years) ln(Dist) ln(Year) Mercury 36.19 0.2410 3.5889 -1.4229 Venus 67.63 0.6156 4.2140 -0.4851 Earth 93.50 1.0007 4.5380 0.0007 Mars 142.46 1.8821 4.9591 0.6324 Jupiter 486.46 11.8704 6.1871 2.4741 Saturn 893.38 29.4580 6.7950 3.3830 Uranus 1,794.37 84.0100 7.4924 4.4309 Neptune 2,815.19 164.7800 7.9428...
QUESTION 1 1. Brianna is trying to increase her chances of being promoted to vice president...
QUESTION 1 1. Brianna is trying to increase her chances of being promoted to vice president by working to build good work relationships with other managers outside her own department. Brianna's behavior should be viewed as dysfunctional politics. functional politics. coercive power. functional influence. 2 points QUESTION 2 1. The Gingerbread Factory has a separate unit that makes their chocolate crunch cookies and another unit that is completely responsible for all operations in producing their ginger snap cookies. The Gingerbread...
Item 1 In the case below, the original source material is given along with a sample...
Item 1 In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button. Original Source Material Student Version There is a desperate need for theorists and researchers to generate and refine a new breed of learning-focused instructional design theoriesthat help educators and trainers to meet those needs, (i.e., that focus on learning and that foster development of initiative, teamwork, thinking skills, and diversity)....
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...