How to do this matrix“operation” in R?

后端 未结 0 1796
梦毁少年i
梦毁少年i 2020-12-22 07:28

So I have this diagonal matrix

> M
   a  b  c  d
 a 2  3  5  4
 b .  3  6  4
 c .  .  4  6
 d .  .  .  3
 > 

and what I want to do is t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题