Re: Division matrix

2012-11-14 Thread wxjmfauth
Le mardi 13 novembre 2012 02:00:28 UTC+1, Cleuson Alves a écrit : > Hello, I need to solve an exercise follows, first calculate the inverse > matrix and then multiply the first matrix. > > I await help. > > Thank you. > > follows the code below incomplete. > > > > m = [[1,2,3],[4,5,6],[7,8,9

Re: Division matrix

2012-11-13 Thread R. Michael Weylandt
On Tue, Nov 13, 2012 at 1:00 AM, Cleuson Alves wrote: > Hello, I need to solve an exercise follows, first calculate the inverse > matrix and then multiply the first matrix. I would just point out that in most numerical applications, you rarely need to calculate the intermediate of the matrix inv

Re: Division matrix

2012-11-13 Thread Cleuson Alves
Thanks, I'm starting to plan now, so I'm still confused with the production code, but what I need is to divide array 2x2 or 3x3. I still can not! 2012/11/12 Joshua Landau > On 13 November 2012 01:00, Cleuson Alves wrote: > >> Hello, I need to solve an exercise follows, first calculate the inv

Re: Division matrix

2012-11-12 Thread Joshua Landau
On 13 November 2012 01:00, Cleuson Alves wrote: > Hello, I need to solve an exercise follows, first calculate the inverse > matrix and then multiply the first matrix. > This list isn't to give answers for homeworks, and this sounds like one. We *do* give help to those who have a specific problem

Re: Division matrix

2012-11-12 Thread Ian Kelly
On Mon, Nov 12, 2012 at 6:00 PM, Cleuson Alves wrote: > Hello, I need to solve an exercise follows, first calculate the inverse > matrix and then multiply the first matrix. > I await help. > Thank you. > follows the code below incomplete. So what is the specific problem with the code that you're