Question

In: Economics

Use the matrix inverse and the matrix division method to solve the following set for x and y in terms of c:

Use the matrix inverse and the matrix division method to solve the following set for x and y in terms of c:

4cx + 5y = 43 3x – 4y = -22

Solutions

Expert Solution

MuPAD can be used to solve both symbolic and numeric types of calculations. MuPAD can be run by entering mupadwelcome in the command window.

 

To find the solution of a set of linear equations, the matrix inverse method can be used in which the inverse of a matrix can be calculated using the inverse function.

 

Also, the division method can be used to obtain the solution.

 

To calculate the product of a matrix and compare it with a new matrix with its variable substituted, enter the following lines in MuPAD:

 

Define the matrices:

A:=matrix([[4*c, 5], [3, -4]]);B:=matrix([[43], [-22]]);

The result obtained is:


Define the matrices:

 

Solution using Matrix inverse method can be done as:

 

Solution using division method can be done as:

 

To obtain the solution using matrix inverse method, enter the following code in the MuPAD window as:

Solution using Matrix inverse method can be done as:

inverse(A)*B;

simplify(%)

Define the matrices:

 

Solution using Matrix inverse method can be done as:

 

Solution using division method can be done as:

 

The result obtained is:

To obtain the solution using matrix division method, enter the following code in the MuPAD window as:

 

Solution using division method can be done as:

1/A*B;

simplify(%)

 

The result obtained is:

 

Define the matrices:

 

Solution using Matrix inverse method can be done as:

 

Solution using division method can be done as:

 

Thus, the solution of a given set of equations can be calculated using both the matrix inverse method and the division method.


Thus, the solution of a given set of equations can be calculated using both the matrix inverse method and the division method.

Related Solutions

Use method of variation of parameters to solve y'' + y = sin^2(x)
Use method of variation of parameters to solve y'' + y = sin^2(x)
use the method of variation of parameters to solve y''(x)-2y'(x)=exp(x)*sin(x)
use the method of variation of parameters to solve y''(x)-2y'(x)=exp(x)*sin(x)
Use Laplace transform and inverse Laplace transform to solve the givien initial value problems (c) y′′...
Use Laplace transform and inverse Laplace transform to solve the givien initial value problems (c) y′′ −2y′ +2y=e−t, y(0)=0, y′(0)=1
Write the augmented matrix for the following system of linear equations. Solve the equation (x,y,z) by...
Write the augmented matrix for the following system of linear equations. Solve the equation (x,y,z) by row reduction. x+3y-2z=5 3x+5y+6z=7 2x+4y+3z=8
Use this theorem to find the inverse of the given matrix or show that no inverse...
Use this theorem to find the inverse of the given matrix or show that no inverse exists. (If an answer does not exist, enter DNE in any cell.) 1    2    5    1 −1    0    2    1 2    1    −5    0 1    1    2    1
Solve the equation CX + 5X = D respect to the matrix X. C = [...
Solve the equation CX + 5X = D respect to the matrix X. C = [ -4 3 5 ]    [ 2 0 6 ]    [ 1 2 -3 ] D = [ 1 3 4 ] [ 2 1 1 ]    [ 4 3 2 ] Thanks!
Write the augmented matrix of the system and use it to solve the system. z. x...
Write the augmented matrix of the system and use it to solve the system. z. x − 2 y − z = − 6 x − y − 2 z = − 4 − x − y + 2 z = − 4
Solve the following differential equation using the power series method. (1+x^2)y''-y'+y=0
Solve the following differential equation using the power series method. (1+x^2)y''-y'+y=0
Please solve the following equation by using the frobenius method. xy′′ − (3 + x)y ′...
Please solve the following equation by using the frobenius method. xy′′ − (3 + x)y ′ + 2y = 0 My apologies, the original image did not upload properly.
Solve the following differential equation by the method of undetermined coefficients: y′′ −2y′ +y=(2x)e^x +e^x(sin2x)
Solve the following differential equation by the method of undetermined coefficients: y′′ −2y′ +y=(2x)e^x +e^x(sin2x)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT