Re: Help using LinAlg Library for solving Simultaneous Equations

2018-09-18 Thread Philip Medlam
I decided to modify some Gauss elimination code from AS2, which now seems to work Thanks to those who had a look at this. Phil. > On 18 Sep 2018, at 12:42, Philip Medlam wrote: > > Thx for looking at this, >However I pretty much want to know what form I need to send my > matrices to

Re: Help using LinAlg Library for solving Simultaneous Equations

2018-09-18 Thread Philip Medlam
Thx for looking at this, However I pretty much want to know what form I need to send my matrices to the Library. So I was hoping someone has used this library or another library that I can use. Phil. > On 18 Sep 2018, at 12:35, Carlos Rovira wrote: > > Hi Phil, > > for what I see (I

Re: Help using LinAlg Library for solving Simultaneous Equations

2018-09-18 Thread Carlos Rovira
Hi Phil, for what I see (I never used that library), is normal AS3 code ready to use with Apache Flex or with Apache Royale. Flex will create Flash (SWF) and Royale is a new framework similar to Flex to output Flash (SWF) or HTML/JS/CSS. So your first decision is what project to choose depending

Help using LinAlg Library for solving Simultaneous Equations

2018-09-18 Thread npem
Hi everyone, I have been looking at using a free library for solving a set of Linear Simultaneous Equations for Finite Element Solutions I have: [F] = [k] [x] Where [F] and [x] are vectors and [k] is a square matrix I was thinking of using the *AS3LinAlg* the library, but it i