Find the transpose of the following matrices:
`[(1,-1),(2,3)]`
Tramspose of, B = `[(1,-1),(2,3)]`
then, B' = `[(1,2),(-1,3)]`