Ask Your Question

Karim's profile - activity

2019-03-20 05:09:36 +0200 received badge  Scholar (source)
2019-03-18 07:24:16 +0200 received badge  Student (source)
2019-03-18 07:18:25 +0200 asked a question Set a REAL function in SAGE

Hello everyone,

I have a problem when I was trying to set my function H(t) as real.

image description

H = function('H')(t)
H.is_real()

=> False

conjugate(H)

=> \bar{H}

I wanna set my function in real space and the code stop printing \bar{H] as you seen in the screen shot.

Thanks for the help. Cheers.