| Author |
Comment/Response |
Ranga
|
09/11/03 00:45am
Hello:
I would like to nest For loops, etc such as the following:
For[i=1,i<15,
first=afttax[[i]],
For[j=i,j<years,
b[i,j]=first*(1+int)^j,
Print[b[i,j]];
j++],
i++]
Can the above be done? I am getting error messages.
Also can a while or do be nested with For and so on?
thanks for the help
- Ranga
URL: , |
|