I am trying to find the inverse of matrix A but I don't know how to do it with sin and cos. Please help.

A=6e3tsin(6t) −6e4tcos(6t)
−5e3tcos(6t) −5e4tsin(6t)


then A−1=

1 answer

The inverse of a 2x2 can be done as follows:

For matrix, A=
|a b|
|c d|
The inverse A-1=
|d -b|
|-c a| / (ad-bc)

For example:
If A=
|4 5|
|6 7|
A-1 =
|7 -5|
|-6 4| / (28-30)
=
|-3.5 2.5|
|3 -2|

Check:
|4 5| |-3.5 2.5|
|6 7| |3 -2|
=
|1 0|
|0 1|
Similar Questions
  1. Matrix transformations- please help?let f be the linear transformation represented by the matrix M = (4 2) .......(0 -2) a)
    1. answers icon 0 answers
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. Explain the notation M^-1 used for the inverse of a square matrix M.I thought M^-1 would be a normal inverse matrix except the
    1. answers icon 2 answers
more similar questions