MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: What is this shorthand notation?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127906] Re: What is this shorthand notation?
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Fri, 31 Aug 2012 03:58:45 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20120830081027.20D1D68CA@smc.vnet.net>

This is the infix notation for Function

logistic = {r, y} \[Function] r y (1 - y)

Function[{r, y}, r y (1 - y)]


The arrow is entered with   \[Function]   or   <escape> fn <escape>

See

http://reference.wolfram.com/mathematica/ref/character/Function.html


Bob Hanlon


On Thu, Aug 30, 2012 at 4:10 AM, Xiaojian Bai <b.x.jian at gmail.com> wrote:
> Hello everyone,
>
> I was looking for a mathematica code for logistic bifurcation. The following link caught my eye.
>
> http://en.wikipedia.org/wiki/File:Mathematica_logistic_bifurcation.png
>
> I am very curious about the shorthand notation in the definition of "logistic" in the second line. It looks like the shorthand "Rule" function or "RuleDelayed", but it can't be. It seems somehow a function is defined.
>
> Wish someone could help me out.
>
> Thanks
>



  • Prev by Date: Re: What is this shorthand notation?
  • Next by Date: Re: Getting the Derivative of an HoldForm Expression
  • Previous by thread: What is this shorthand notation?
  • Next by thread: Re: What is this shorthand notation?