Aug 5, 2003 #1 B boydt Guest Does anyone know of a program that will turn complex equations into parametric ones?
Aug 8, 2003 Thread starter #3 P patent_pen Guest If you have a system of equations in the relations editor you can use SOLVE & FOR to solve for a given group of variables: SOLVE x = y*3 + 4 y = x*2 + 2 FOR x,y Check the help on syntax
If you have a system of equations in the relations editor you can use SOLVE & FOR to solve for a given group of variables: SOLVE x = y*3 + 4 y = x*2 + 2 FOR x,y Check the help on syntax