|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
prim algorithm
Next by Date:
PC auto-simplifies output, but mac doesn't
Previous by thread:
Re: prim algorithm
Next by thread:
Re: Equality...
|