-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Steven,
This looks great. Thanks!
Nathan
Steve Lianoglou wrote:
> Hi Nathan,
>
> On Jul 8, 2009, at 10:20 PM, Nathan S. Watson-Haigh wrote:
>
>> I have two matrices:
>>
>>> m1 <- matrix(1,4,4)
>>> m1
>> [,1] [,2] [,3] [,4]
>> [1,]1
Hi Nathan,
On Jul 8, 2009, at 10:20 PM, Nathan S. Watson-Haigh wrote:
I have two matrices:
m1 <- matrix(1,4,4)
m1
[,1] [,2] [,3] [,4]
[1,]1111
[2,]1111
[3,]1111
[4,]1111
m2 <- matrix(0,3,3)
diag(m2) <- 1
m2
[,1] [,2]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have two matrices:
> m1 <- matrix(1,4,4)
> m1
[,1] [,2] [,3] [,4]
[1,]1111
[2,]1111
[3,]1111
[4,]1111
> m2 <- matrix(0,3,3)
> diag(m2) <- 1
> m2
[,1] [,2] [,3]
[1,]10
3 matches
Mail list logo