Skip to content

Complex functions #34

@dpsanders

Description

@dpsanders

It would be great to be able to extract real and imaginary parts of a complex function.
Currently this does not seem to work, e.g.

julia> @variables a b
(a, b)

julia> c = a + b * im
a + b * (im)

julia> c^2
(a + b * (im)) ^ 2

It needs to know that im^2 is -1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions