hrbaban Posted June 1, 2008 Posted June 1, 2008 hi . . .i want a source code in c or c++ that do Transpose and inverse and determinant of matrix n*n or 5*5 ..............plz, help ...............
amocanu Posted June 1, 2008 Posted June 1, 2008 Inverse matrix (C++): http://www.dreamincode.net/code/snippet1155.htm
hrbaban Posted June 2, 2008 Author Posted June 2, 2008 (edited) Inverse matrix (C++): http://www.dreamincode.net/code/snippet1155.htmthanks amocanu but this source code is for 3*3 and i cann`t use it for 5*5 or N*N .I want 5*5 or N*N . . . Edited June 2, 2008 by hrbaban
James_A Posted February 27, 2009 Posted February 27, 2009 Inverting a matrix used to be homework, way back when I was in college.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now