[Haskell-beginners] matrix vector product

Brent Yorgey byorgey at seas.upenn.edu
Mon Sep 12 18:34:24 CEST 2011


On Mon, Sep 12, 2011 at 08:58:16AM -0600, kolli kolli wrote:
> Hi,
> 
> I am new to haskell.I want help regarding the basic matrix vector
> multiplication...I dunno how to take vector,how to define it.
> 
> On Mon, Sep 12, 2011 at 6:08 AM, Brent Yorgey <byorgey at seas.upenn.edu>wrote:
> 
> > On Sun, Sep 11, 2011 at 09:30:00PM -0600, kolli kolli wrote:
> > > Hi,
> > > Can anyone help me with the matrix vector product?
> >
> > You will have to be much more specific.  What exactly do you need help
> > with?
> >
> > -Brent

Please send replies to the whole mailing list rather than to
individual people who respond.

I am afraid you are still not being specific enough for anyone to help
you.  Are you trying to implement your own matrix-vector
multiplication?  If so, why?  Is it an assignment for a class?  Or are
you just trying to do it to learn something?  What have you already
tried?  Or are you just looking for a Haskell package which implements
matrix-vector multiplication?

-Brent



More information about the Beginners mailing list