Please, answer the question in Matlab

Please, answer the question in Matlab Problem set 2 1. Solve the linear system using Gauss'method:...
Please solve the Cauchy problem 3y'y''=2y, y(0)=1, y'(0)=1 on the interval (0,2). Plot the graphs of y(x) and y'(x). Please solve this equation using the program MatLab. The answer must be represented as a Word document (.doc). It must be a code. Remember: the task must be done as a program (a code) written in MatLab, not just mathematical calculations.
Set up the system as a matrix equation, and then solve the system using the Laplace transform method. 3x,+4x, x (0) = 1 x3x,+2x2, x (0) = 1 1.
Set up the system as a matrix equation, and then solve the system using the Laplace transform method. 3x,+4x, x (0) = 1 x3x,+2x2, x (0) = 1 1.
Using MATLAB
Write a MATLA code to solve the following system of linear equations: -x + y + 4z = -2 20y + 3x - 1z = 3 3z + 2y + 6z - 3 = 0
Set up and solve a boundary value problem using the shooting
method using Matlab
A heated rod with a uniform heat source may be modeled with Poisson equation. The boundary conditions are T(x = 0) = 40 and T(x = 10) = 200 dTf(x) Use the guess values shown below. zg linspace (-200,100,1000); xin-0:0.01:10 a) Solve using the shooting method with f(x) = 25 . Name your final solution "TA" b) Solve using the shooting method with f(x)-0.12x3-2.4x2 + 12x....
Please answer this MATLAB questions when able. Thanks.
4. Laboratory Problem Description In this laboratory you are required to Find the solution of the following systems of linear equation: 1) xl + x2 + x3 3 4x1 - x2 x3-2 x1 2x2 x3-2 2) 2 -1 3 A 1 3 -2. B-2 Given the following system 4x1+3x2+7x3- 3 3x1+2x2+1x3 1 2x1+3x2+4x3- 2 Using MATLAB commands solve the following system using Gaussian elimination with partial pivoting. Find P, L, and U...
solve all questions simply by using matlab.
write all step here please
1Normal 1 No Spac Heading1 Heading 2 DISCUSSION Solve all tasks given below: 1. Consider function f(x) 3.5-0.5x cos(6x) for the value of x between -2.0 until 4.0. Draw the plot in dash line and in red colour, Label the title and all axes. 2. Consider the following functions for 0sxS pi: x() 10e0.St sin(3t +2) y(t) 7e-04t cos(5t - 3) (a) Draw both graphs on the same...
Explain using Matlab code but
also why you used the linear system please
1 Quadrature Rule A quadrature rule is a way to approximate integrals numerically i.e. using a computer). Many such quadrature rules can be derived by solving a simple linear system. Set up a linear system and then use Matlab to find the coefficients wo, W1, W2, W3, W4, W5 such that | f(x)dx = wof(0) + wif(0.2) + w2f(0.4) + w3f(0.6) +w4f(0.8) + w5f (1) for each...
USING ONLY MATLAB
Problem 2 Determine if the system with i/o relationship y(t) 3x(t)2 cos(t/3) is linear and time invariant (Use plot)
1. Graph the system of linear equations. Solve the system and interpret your answer 3y 2 -+2y 3 2. Solve the system of linear equations for and y (Cos ) x(sin 0) y = 1 (sin 0) x (cos 0) y = 1 3. Use back substitution to solve the system. 6r23r =-3 r22r3 1 3-2 4. Slove the given system by Gaussian elimination.. 4x1-2+x3-1 +2x2-3r3 = 2 2x 3= 1 5. Identify the element ary row operation (s) being...