| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Invert Command
Syntax
Invert[matrix M]
Action
Inverts the given matrix. For singular or non-square matrices returns undefined object.
Examples
Invert[{{1, 2}, {3, 4}}] gives you the inverse matrix {{-2, 1}, {1.5, -0.5}}.
See also