Unevaluated a[[1]]*a[[2]]
- To: mathgroup at smc.vnet.net
- Subject: [mg65165] Unevaluated a[[1]]*a[[2]]
- From: "Alexandre Costa" <amscosta at uem.br>
- Date: Wed, 15 Mar 2006 23:59:46 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Group,
Suppose I have a = {0.1245, 0.543};
I want to check the values of the product:
a[[1]]*a[[2]]. So I just want to see the product unevaluated as output:
0.1245*0.543.
Thanks,
Alex
- Follow-Ups:
- Re: Unevaluated a[[1]]*a[[2]]
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Unevaluated a[[1]]*a[[2]]