This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
documentation:ref:expand [2015/09/22 18:28] 127.0.0.1 external edit |
documentation:ref:expand [2015/11/21 12:33] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| > x_{n}*f_{m}+f_{m}*y_{n}-r_{m}*y_{n}-x_{n}*r_{m} | > x_{n}*f_{m}+f_{m}*y_{n}-r_{m}*y_{n}-x_{n}*r_{m} | ||
| </sxh> | </sxh> | ||
| - | |||
| - | <sxh groovy; gutter: false> | ||
| - | println Expand >> '(1 + x)**4'.t | ||
| - | </sxh> | ||
| - | <sxh plain; gutter: false> | ||
| - | > x**4+1+4*x**3+6*x**2+4*x | ||
| - | </sxh> | ||
| - | |||
| - | ---- | ||
| <sxh groovy; gutter: false> | <sxh groovy; gutter: false> | ||
| Line 120: | Line 111: | ||
| ====See also==== | ====See also==== | ||
| * 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:expandall]], [[documentation:ref:expandnumerator]], [[documentation:ref:expanddenominator]] | + | * Related transformations: [[documentation:ref:expandtensors]], [[documentation:ref:expandall]], [[documentation:ref:expandnumerator]], [[documentation:ref:expanddenominator]] |
| - | * 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]] | ||
| + | |||