This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
documentation:ref:expandandeliminate [2015/09/22 18:28] 127.0.0.1 external edit |
documentation:ref:expandandeliminate [2015/11/21 12:33] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * When no metric tensors or Kronecker deltas involved, ''ExpandAndEliminate'' works same as ''Expand''. | * When no metric tensors or Kronecker deltas involved, ''ExpandAndEliminate'' works same as ''Expand''. | ||
| + | |||
| + | * ''ExpandAndEliminate[simplifications]'' or ''%%ExpandAndEliminate[[Simplifications: simplifications]]%%'' will apply additional simplifications at each level of expand procedure | ||
| ====Examples==== | ====Examples==== | ||
| Line 79: | Line 81: | ||
| * Related guides: [[documentation:guide:applying_and_manipulating_transformations]], [[documentation:guide:list_of_transformations]] | * Related guides: [[documentation:guide:applying_and_manipulating_transformations]], [[documentation:guide:list_of_transformations]] | ||
| * Related transformations: [[documentation:ref:expand]], [[documentation:ref:eliminatemetrics]] | * Related transformations: [[documentation:ref:expand]], [[documentation:ref:eliminatemetrics]] | ||
| - | * JavaDocs: [[http://api.redberry.cc/redberry/1.1.8/java-api/cc/redberry/core/transformations/expand/ExpandTransformation.html|ExpandTransformation]] | + | * JavaDocs: [[http://api.redberry.cc/redberry/1.1.9/java-api/cc/redberry/core/transformations/expand/ExpandTransformation.html|ExpandTransformation]] |
| * Source code: [[https://bitbucket.org/redberry/redberry/src/tip/core/src/main/java/cc/redberry/core/transformations/expand/ExpandTransformation.java|ExpandTransformation.java]] | * Source code: [[https://bitbucket.org/redberry/redberry/src/tip/core/src/main/java/cc/redberry/core/transformations/expand/ExpandTransformation.java|ExpandTransformation.java]] | ||
| + | |||