Inverse Matrices Where the Entries Are Variables

249 Views Asked by At

Is there a general formula, or a specific technique to find the inverse matrix of matrices where the entries are variables instead of numbers (is it even possible or defined)? For example, how does one find the inverse of: $ \left( \begin{array}{ccc} e^x\cos y & -e^x \sin y \\ e^x \sin y & e^x\cos y \\ \end{array} \right)$ or $ \left( \begin{array}{ccc} 2xy & 4 \\ y & x^2 \\ \end{array} \right)$

[If these examples don't work for some reason, are there matrices with variables where an inverse can be found?]

Thanks in advance!

1

There are 1 best solutions below

0
On

The inverse of a Vandermonde matrix can be found. It is related to the Lagrange interpolation polynomial.

Also try the inverse of $$ ( \binom{j}{i} t^{j-i})_{1\le i, j \le n}$$ a Pascal triangle with weights, representing the shift operator on a space of polynomials.