Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 3
    Is this homework? If not (e.g. you're just trying to solve Ax=b), then trying to explicitly compute an inverse may not be what you want to do. Commented Jul 18, 2009 at 19:46
  • 11
    it is not homework. it is for a personal project. and i dont want to "waste" time on learning matrix inversion for 4x4 which seems quite complicated compared to 3x3
    – clamp
    Commented Jul 18, 2009 at 20:59
  • 13
    I do not think this is a stupid question that deserves -1 score.
    – stribika
    Commented Jul 18, 2009 at 21:19
  • 4
    if your matrix is a rotation/scaling/translation one, related: stackoverflow.com/questions/155670/… & web.archive.org/web/20130806093214/http://…
    – user719662
    Commented Jan 29, 2015 at 19:48
  • you may also be interested in this if you want a bit more performance lxjk.github.io/2017/09/03/… and you cannot process multiple matrices at a time
    – Sopel
    Commented Feb 24, 2020 at 12:14