Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

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

False

conjugate(H) => \bar{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. Cheers.

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}

=> 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.