This function solves the system of linear equations in form of Ax=b using Cramer's rule. The function has two inputs A (the matrix of coefficients) and b (the column vector of constants), both as ...