| systemEq | R Documentation | 
Solve a system of equations if it has a unique solution; output an error message otherwise
systemEq(A, y)
A | 
 matrix A in Ax=y  | 
y | 
 output vector in Ax=y  | 
the unique solution x to Ax=y
systemEq(matrix(c(1:3,2,4,4),3),c(3,6,7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.