What does & mean?
- To: mathgroup at smc.vnet.net
- Subject: [mg107050] What does & mean?
- From: Michael Knudsen <micknudsen at gmail.com>
- Date: Mon, 1 Feb 2010 06:14:23 -0500 (EST)
Hi,
I have recently bought Mathematica, and I have a really tough time
getting started. I'm reading the various documents found under
"Complete Documentation" at the Mathematica homepage, but it doesn't
feel like the right place to start.
For example, I'm now trying to solve some simple differential
equations, and the documentation provides the following example:
A = {{4, -6}, {1,-1}};
X[t_] = {x[t], y[t]};
system = MapThread[#1 == #2 &, {X'[t], A.X[t]}];
sol = DSolve[system, {x,y}, t]
However, there is no explanation of how & works here (and it isn't in
the MapThread documentation either). Where should one start reading in
order to understand basic constructs like this? This particular
example is really nasty, since & is generally ignored by search
engines.
Thanks,
Michael Knudsen
- Follow-Ups:
- Re: Re: What does & mean?
- From: George Woodrow III <georgevw3@mac.com>
- Re: Re: What does & mean?
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: What does & mean?
- From: George Woodrow III <georgevw3@mac.com>
- Re: Re: Re: Re: What does
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Re: Re: What does & mean?
- From: George Woodrow III <georgevw3@mac.com>
- Re: Re: What does & mean?
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Re: What does & mean?
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: What does & mean?
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: What does & mean?
- From: Tomas Garza <tgarza10@msn.com>
- Re: What does & mean?
- From: cire g <eric.phys@gmail.com>
- Re: What does & mean?
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Re: What does & mean?