On Sun, Feb 24, 2002 at 11:00:02AM +0200, hasan volkan guducu wrote: > hello , for my project i should somehow solve 4 equations with 4 > unknowns (something like > r^2 -x^2 = (r+A1)^2 - (200-x)^2 eqn.1 > r^2 -y^2 = (r+A2)^2 - (200-y)^2 eqn.2 > r^2 -z^2 = (r+A3)^2 - (100-z)^2 eqn.3 > y^2 + z^2 = r^2 - x^2 eqn.4 > > i have the values for A1 A2 A3 and asked to find the r,x,y and z > values.) > > i am using 16f84, is 64 bytes ram area is enough and if it is so how > to do? > i consider using MATLAB but i dont know how to implement MATLAB > toolbox to the pic? One of the most important computing skills is knowing how to pick the correct tool for a job. A 16F84 has insufficient memory, no floating point, and too limited precision to handle this task. It's like asking how can you complete a 3000 mile trip in 6 hours using a bicycle. The correct answer is that you put you can the bicycle on an airplane and fly to the destination. In this instance the pic is the bicycle. It simply isn't the correct tool for this job. MATLAB is your airplane. It's the right tool. Use it. Good Luck, BAJ -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body