I've written a 2 equation in 2 vars program in 36 bytes, in the form of Ax+By=C & Dx+Ey=F. Has anyone pulled off a shorter one? I would hope to get it up to 4eqn/4var without having a massive memory brunch.
I'm also searching for any known space saving tricks like performing one operation on several (3 or more) values at once, or more than one operation on one value, for example:
input, sqre, + A,B,C to individually recall, square, and then add the results. (I know this won't work if I enter as is) It currently takes me ten lines to input, perform, and store this in a variable.
In light of the massive storage capacity offered by models like the 48gx/49G/G+ I am really enjoying the experience of managing stuff in limited space. I analog it to learning the value of a dollar, like dad always said.
back to the kbd.
eric