Post Reply 
Solving linear equations systems with > 9 variables accurately?
06-11-2015, 10:54 AM
Post: #10
RE: Solving linear equations systems with > 9 variables accurately?
(06-09-2015 10:01 PM)Paul Dale Wrote:  Yep. It should also be possible to fit the 10x10 matrix in the locals depending on RAM allocation.

OK. But there's still one problem: AFAIK all local registers are lost as soon as the program terminates (RTN). So all calculations would have to be done in one single program run. My program however first calculates the matrix coefficients (get user input #i => calculate coefficients ai,1...ai,9 and bi) and afterwards the equation system is solved.

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Solving linear equations systems with > 9 variables accurately? - Dieter - 06-11-2015 10:54 AM



User(s) browsing this thread: 1 Guest(s)