Let Express A as sum of two matrices such that one is symmetric and the other is skew symmetric.
Using matrices, solve the following system of equations:
2x – 3y + 5 = 11
3x + 2y – 4z = -5
x + y – 2z= -3
2x - 3y + 5z = 11
3x + 2y - 4z = -5
x + y - 2z = -3
System of equations can be written as AX = B
So, x = 1, y = 2, z = 3.