MathGroup Archive 2005

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

Search the Archive

New unary operator

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55827] New unary operator
  • From: jason.lee.quinn at gmail.com
  • Date: Thu, 7 Apr 2005 05:10:06 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I'm trying to get mathematica to define the dagger operation of quantum
mechanics, which stands for the conjugate transpose. I've been
attempting it using

Notation[u_^\[Dagger] <==> Transpose[Conjugate[u_]]]

but it doesn't seem to do it. I'm entering the Notation with the
Notations Pallete.

Any ideas?

Jason


  • Prev by Date: Re: Front End Memory usage while exporting many graphics
  • Next by Date: extracting decimal digits of Pi
  • Previous by thread: Re: ploting functions slowly
  • Next by thread: Re: New unary operator