Skip to content
Prev 326215 / 398502 Next

functions and matrices

On Jul 1, 2013, at 3:32 PM, Rolf Turner wrote:

            
I would have thought that (u %*% v) would be:

      u[1,1]( v[1,1](x) ) + u[1,2]( v[2,1](x) )   u[1,1]( v[1,2](x) ) + u[1,2]( v[2,2](x) )  
      u[2,1]( v[1,1](x) ) + u[2,2]( v[2,1](x) )   u[2,1]( v[2,1](x) ) + u[2,2]( v[2,2](x) )

(Crossing my fingers that I got the row and column conventions correct for matrix multiplication.)
David Winsemius
Alameda, CA, USA