On Thu, 13 Aug 2009 15:11:03 +0200, Michael Knudsen
wrote:
On Thu, Aug 13, 2009 at 11:35 AM, Lina Rusyte
wrote:
Hi Lina,
What function can I use for matrices addition? I couldn’t find any
information about it in the manual or in the internet.
(A+B suits, when the number of matrixes is s
If A, B and C are matrices then:
L <- list(A, B, C)
Reduce("+", L)
On Thu, Aug 13, 2009 at 5:35 AM, Lina Rusyte wrote:
> Hello,
>
> What function can I use for matrices addition? I couldn’t find any
> information about it in the manual or in the internet.
> (A+B suits, when the number of matrix
On Thu, Aug 13, 2009 at 11:35 AM, Lina Rusyte wrote:
Hi Lina,
> What function can I use for matrices addition? I couldn’t find any
> information about it in the manual or in the internet.
> (A+B suits, when the number of matrixes is small, function sum() doesn’t suit
> for matrices addition, be
Hello,
Â
What function can I use for matrices addition? I couldnât find any
information about it in the manual or in the internet.
(A+B suits, when the number of matrixes is small, function sum() doesnât suit
for matrices addition, because it sums all variables in the matrices and
produces
4 matches
Mail list logo