|
[Date Index]
[Thread Index]
[Author Index]
Re: mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg65783] Re: mathematica
- From: bghiggins at ucdavis.edu
- Date: Mon, 17 Apr 2006 02:28:41 -0400 (EDT)
- References: <e1supm$chd$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
try this,
c=a+(b/.x_Integer\[Rule]HoldForm[x])
{{1+12,4+4},{34+4,5+35}}
ReleaseHold[c]
{{13,8},{38,40}}
Cheers,
Brian
Prev by Date:
Re: machine precision in plot
Next by Date:
Re: Plot3D: plot does not display when PlotPoints different from 25. Mathematica 5.2
Previous by thread:
mathematica
Next by thread:
Re: mathematica
|