Re: [Tutor] Random equation generator

2008-12-06 Thread TexasJerky100
I think this maybe will work out. I might have to just go with the generalized form as you suggest and forget about the random aspect. In a message dated 12/6/2008 10:05:16 A.M. Central Standard Time, [EMAIL PROTECTED] writes: Please use the reply-all button when responding, so tha

[Tutor] Random equation generator

2008-12-05 Thread TexasJerky100
I am starting out with 7 fixed reference points. From there I want a program that can randomly generate linear equations. After the equations are generated I would then like to randomly insert the 7 fixed reference points into the equations and calculate the results. I currently have seve