Complex2Real.canonicalize_tree | R Documentation |
Recursively Canonicalizes a Complex Expression.
Complex2Real.canonicalize_tree(expr, real2imag, leaf_map)
expr |
An Expression object. |
real2imag |
A list mapping the ID of the real part of a complex expression to the ID of its imaginary part. |
leaf_map |
A map that consists of a tree representation of the expression. |
A list of the parsed out real and imaginary components of the expression that was constructed by performing the canonicalization of each leaf in the tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.