Given a constant input angle heta (theta) in radians, create the coefficient matrix (A) and constant vector (b) to solve the given system of linear equations in x_(1) and x_(2).
cos( heta )x_(1)+sin( heta )x_(2)=1
-sin( heta )x_(1)+cos( heta )x_(2)=1
Code should be MatLab
4. Given a constant input angle (theta) in radians, create the coefficient matrix (A) and
constant vector (b) to solve the given system of linear equations in and 2
cos() x1 + sin() 2 = 1
-sin( x1 + cos() x =1