3
MATLAB PRACTICALS Q.1 Q.2 Use the inv function to determine the inverse of matrix A in previous example and then determine X Q.3 Use the lu factorization function to express the matrix A as the product of upper and lower triangular matrices, A = LU. Then find X from Q.4 Q.5 Q.6

Matlab Practicals

  • Upload
    harish

  • View
    213

  • Download
    0

Embed Size (px)

DESCRIPTION

matlab practice paper

Citation preview

MATLAB PRACTICALS

Q.1

Q.2 Use the inv function to determine the inverse of matrix A in previous example and thendetermine XQ.3 Use the lu factorization function to express the matrix A as the productof upper and lower triangular matrices, A = LU. Then find X from

Q.4 Q.5

Q.6 Q.7

Q.8

Q. 9Q. 10

Q. 11

Q.12Create a 3X4 matrix and convert it into a 6X2 matrix using reshape command?A=[1 2 3 4 7 9 0 4 3 6 7 3] Q.13 Construct a 6X7 random Matrix & sort it in ascending order?