Re: How to make Excel import symbolically
- To: mathgroup at smc.vnet.net
 - Subject: [mg127011] Re: How to make Excel import symbolically
 - From: Sergio Miguel Terrazas Porras <sterraza at uacj.mx>
 - Date: Sat, 23 Jun 2012 04:17:50 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - References: <201206220702.DAA20965@smc.vnet.net>
 
Give it a name, say m={{{aa,bb},{cc,dd}}} ten FlattenAt[m,-1]
Welcome to Mathematica
Sergio
________________________________________
Desde: Matti [matti_overmark at yahoo.se]
Enviado el: viernes, 22 de junio de 2012 01:02 a.m.
Hasta: mathgroup at smc.vnet.net
Asunto: How to make Excel import symbolically
Hi!
I am new to Mathematica 8 Home (Win 7 64) so I would be grateful for some help.
I am trying to import a matrix symbolically from Excel 2010 so that I can manipulate it further on.
I.e in Excel
aa  bb
cc  dd
When I use the Import command I get
{{{aa, bb},{cc, dd}}}
This is not an matrix, it's something else (I don't know what).
1. Can I import the symbolic matrix in one operation? or
2. Can I transform the {{{...}}} to a {{...}}?
TIA Matti
- References:
- How to make Excel import symbolically
- From: Matti <matti_overmark@yahoo.se>
 
 
 - How to make Excel import symbolically