From: Abhishek on
Hi
I have a variable 'i' having some integer value;
i have to write
S=solve(eq(1),eq(2),.......eq(i),TL(3),TL(4)........TL(i+2));
where TL(3)etc contains the variables in terms of which i have to solve the equation;
Please give me some code to use the solve function like this;;;;
Thank you for your help in advance;