|
[Date Index]
[Thread Index]
[Author Index]
different results for Standard vs Prefix forms
- To: mathgroup at smc.vnet.net
- Subject: [mg111386] different results for Standard vs Prefix forms
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Fri, 30 Jul 2010 06:55:33 -0400 (EDT)
First one works, but second one doesn't, why?
Block[{n = 2}, Plot[n x, {x, 1, 2}]]
Block[{n = 2}, #] &@Plot[n x, {x, 1, 2}]
Prev by Date:
Re: Problems compiling addrow with gcc-mingw (windows).
Next by Date:
A problem with Thread[]
Previous by thread:
Re: Surface integral on a 3D region
Next by thread:
Re: different results for Standard vs Prefix forms
|