Equality...
- To: mathgroup at smc.vnet.net
- Subject: [mg125682] Equality...
- From: Roozbeh <rhazrat at gmail.com>
- Date: Thu, 29 Mar 2012 02:55:04 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi,
I have a matrix with nxn varaibles an entry and want to assign values
to each of the entries. How can I do this in one go?
I was hoping something like this works, but it doesn't...
Array[Subscript[a, #1, #2] &, {3, 4}] = Array[Random[1], {3, 4}]
Any tips are apprecited.
R
- Follow-Ups:
- Re: Equality...
- From: Adriano Pascoletti <adriano.pascoletti@uniud.it>
- Re: Equality...
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Equality...