Skip to main content

Timeline for Brevity of denoting Conjugate[]

Current License: CC BY-SA 3.0

8 events
when toggle format what by license comment
Jul 5, 2018 at 3:35 history tweeted twitter.com/StackMma/status/1014714247862018049
Jul 4, 2018 at 23:19 comment added lcv @TheVee that's great, you should turn that into an answer
Jan 15, 2016 at 16:21 comment added The Vee Building on the two above comments, if you want to do this automatically while further processing your expression (a replacement by /. would actually change it), you can teach Mathematica to pretty print Conjugate in output for you using: ClearAttributes[Conjugate, Protected]; Format[Conjugate[x_]] := OverBar@Pane@x; SetAttributes[Conjugate, Protected];
Jan 26, 2015 at 18:04 comment added murray If you use David Park's Presentations add on (home.comcast.net/~djmpark/DrawGraphicsPage.html), the command ComplexConjugateDisplay[True] will automatically cause the overbar to appear in output for conjugates.
Jan 26, 2015 at 11:06 comment added SquareOne or yourexpression /. Conjugate[x_] -> OverBar@Pane@x to get more space between the bar and the expression
Jan 26, 2015 at 10:45 comment added SquareOne If you just need to display the result (and not work further with it) : yourexpression /. Conjugate -> OverBar
Jan 26, 2015 at 10:05 comment added xzczd TraditionalForm?
Jan 26, 2015 at 9:42 history asked PPR CC BY-SA 3.0