Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: GPS: minimizing sum of squares algorithm

From: jan:skibinski:sympatico:ca at: 9-Nov-2002 11:01

Jose,
> a,b,c,d,e,f are constants. > > I basically want to solve a set of 6 equations with > six unknowns, using one of the existing linear algebra > algorithms. The algorithm implementation I'm looking > for is also known as RMS, root mean squares but > couldn't find a good algorithm description in the web > > Regards > Jose
Ah, then this is quite simple. I thought you used Rebol syntax with equal signs put there by mistake instead of ( :), while in fact you wrote mathematical equations with implied * between 'b and 'lat, etc. Sorry for that. I'll post a solution later today. Jan