I’d like to generate definitions of variables using an algorithm.
For example:
i’d like to run a loop that does the following
p=p1
p^2=p2
p^3=p3
so for p^i i’d like to define a variable pi (i is a number).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usage
Result
NB:
Of course is MUCH better to use a list. Something like
But I guess you already know it.
HTH!