1 | initial version |
Like this:
var('w_2', domain='complex')
The output of your code becomes then:
[w_2*conjugate(w_2), 0]
2 | No.2 Revision |
Like this:
var('w_2', domain='complex')
The output of your code becomes then:then becomes:
[w_2*conjugate(w_2), 0]