129 reputation
6
bio website
location
age
visits member for 4 months
seen 8 hours ago
stats profile views 6

1d
comment Overloading conjugate operator for a particular function
I am aware that I can use assumptions, but this is not what I want.
May
9
comment How do I expand a sum?
How can one make the 2a and 2b factors come out in front of the sums? (and in general any variables that do not depend on the summation index)?
May
7
comment Symbolic manipulation of functional form
thanks, this works for the above example, but unfortunately my (real) expression also has terms of the form: Conjugate[a]*f[t] and Conjugate[b]*Conjugate[c], for which it fails
May
7
comment Symbolic manipulation of functional form
the expression i put is just a simplification, in the general case it contains a lot more terms with much higher orders, so i would need very many rules
Mar
17
comment Using mesh for a single function inside Plot
Yes, that's true, I just wanted to get the visuals of the answer in a single plot command.
Feb
4
comment Plot function on different intervals with different colors
Thank you! And if I want to make the blue region dashed? I tried MeshShading -> {Red, {Blue, Dashed}} without any luck..
Jan
9
comment map over list of functions
Thanks, works like a charm ;)