|
[Date Index]
[Thread Index]
[Author Index]
Re: Matrices
- To: mathgroup at smc.vnet.net
- Subject: [mg82067] Re: Matrices
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Thu, 11 Oct 2007 00:18:23 -0400 (EDT)
- References: <fei2sd$qf3$1@smc.vnet.net> <fei5hg$ru1$1@smc.vnet.net>
Nasser Abbasi wrote:
> "KFUPM" <hussain.alqahtani at gmail.com> wrote in message
> news:fei2sd$qf3$1 at smc.vnet.net...
>> Dear Group
>>
>> I have two matrices
>>
>> H= {{a,b},{c,d}}
>> and
>> L ={{1,2},{3,4}}
>>
>> and I want the element "a" in matrix H to have the corresponding
>> numerical values of L , i.e 1 and b --> 2 and so on. I am wondering
>> how to do that in the simplest way possible? My actual matrices are
>> larger than those i introduce here, i did that just for simplicity.
>>
>> Any help in this regard is highly appreciated.
>>
>>
>
>
> H=L
>
> ?
>
> Nasser
I think you mean:
Evaluate[H] = L
--
Szabolcs
Prev by Date:
Re: Strange Manipulate+ContourPlot behavior
Next by Date:
Re: Matrices
Previous by thread:
Re: Matrices
Next by thread:
Re: Matrices
|