0% found this document useful (0 votes)
9 views

Linear Algebra Matrix Operations Practice

Uploaded by

kristoffemarius3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Linear Algebra Matrix Operations Practice

Uploaded by

kristoffemarius3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Linear Algebra Matrix Operations

Practice
1. Perform matrix addition: A = [[1, 2], [3, 4]], B = [[5, 6], [7, 8]].

2. Multiply matrix A by a scalar: 2 * [[1, 2], [3, 4]].

3. Find the determinant of the matrix: [[1, 2], [3, 4]].

4. Solve the system of linear equations using matrices: x + y = 4, 2x - y = 1.

You might also like