|
[Date Index]
[Thread Index]
[Author Index]
Re: Strange Elements in Table
- To: mathgroup at smc.vnet.net
- Subject: [mg60490] Re: Strange Elements in Table
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Sun, 18 Sep 2005 01:15:47 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 9/16/05 at 3:48 AM, kristophs.post at web.de (kristoph) wrote:
>I use a couple IF's which specify the elements in a 2x10 table.
>When I look at the table after calculation, I get a 2x11 table.
>Why??? All the needed results are in the first 10 columns, the 11th
>states the If commands. Any idea how to get rid of the last column?
If nothing else
Most/@mat
will get rid of the last column of any matrix.
However, if you post your code, most likely someone can give you a much better solution to your particular problem.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: number of digits in n^p
Next by Date:
Visualization Site - Updates
Previous by thread:
Re: Strange Elements in Table
Next by thread:
number of digits in n^p
|