| Author |
Comment/Response |
Mike D.
|
01/29/13 11:00am
Hello,
Is there another chance besides the function For to set the domain?
For example: i want that the first 11 values are all 22 (starting from zero).
For[a = 0, a <= 10, a++,
f[a] = 22];
Table[f[a], {a, 0, 10}]
Is there a other possibility that is valid?
Thanks for your help.
URL: , |
|