|
[Date Index]
[Thread Index]
[Author Index]
problem with append
- To: mathgroup at smc.vnet.net
- Subject: [mg129523] problem with append
- From: Paolo cachecho <paolocach at gmail.com>
- Date: Sun, 20 Jan 2013 01:21:48 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
hello i am new to mathmatica.i have the following problem if anyone could help.
For[a = 2, a < 6, a++,
For[b = 2, b < 6, b++,
Appendto[rr = {}, a^b]]]
rr
but rr remains empty. how can i solve this
thank you
Prev by Date:
Re: Prime numbers and primality tests
Next by Date:
Re: Needing a Random List of Non-repeating Values whose
Previous by thread:
Re: Solid State Disk to boost Mathematica performance
Next by thread:
Re: problem with append
|