Dirk Laurie on Mon, 25 Jun 2012 13:32:51 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Making a vector from a matrix
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Making a vector from a matrix
- From: Dirk Laurie <dirk.laurie@gmail.com>
- Date: Mon, 25 Jun 2012 13:32:42 +0200
- Delivery-date: Mon, 25 Jun 2012 13:32:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=myBhp1hn5x51e6Fse+UM+dhBEzKl9hY0AOXGCsnV60Q=; b=LK5LcxVlqDssoi+sEDFVqO7q2ncr6H36if3XsegrS8TGG71+MF8MeNjzCAjPjt7dAG vLpumpk8XB48/sVMewd+5MBStkPkW8a97li55K4LxuKQtoDyHPknBKMOvdcnl32RMuNJ ndQ5e7vMR20qhATaqtf7dxByUg4QvNJE2s/bneua+lQpb7WYCUIJlEjhQEGPlMWjBcfV hHlnucUTLPSC3O41qAfQL1HNtB9U5RHF0ftHTqcKiSJpog2/rCeObxY/p/R3nvMYIzQ1 cW09y/lRB9MAuUDV45f2g921OBnVg4XXb8PrFOqehUDJPe3skHQ6xiNTkpLXJuSZQeWt RUNw==
What are the recommended ways of:
1. Making a column out of a one-column matrix (trivial in library mode but
what about GP?)
2. Making a vector out of all the elements of a matrix, row-wise
3. Making a vector out of all the elements of a matrix,column-wise