Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: ident (<n>) Returns an <n> by <n> identity matrix.
![Ident Example n : matrix ([a[11], a[12]], [a[21], a[22]]);
p_n : determinant (x * ident(2) - n), expand;
at (x . x - a[22]*x - a[11]*x, [x = n]);](http://maxima-online.org//plot.html?g=i1042123389.png&t=img&db=r-1359980927)
There are also some inexact matches for ident. Try ?? ident to see them.
(%o1) true (%i2)