You can invert a matrix using the “inv” command. Y = inv(X) returns the inverse of a square matrix X. While running the “inv” command on a large matrix, an “Out of Memory” error arises. How can you break the problem into smaller parts to avoid the error?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here