If I say
expand((x+y)*(x-y)) it says y is not defined, so I define y as 5 and get x^2 - 25
But I never defined x. If it works symbolically for undefined x, why not for y? The expansion would then obviously be x^2 - y^2.
| 1 | initial version |
If I say
expand((x+y)*(x-y)) it says y is not defined, so I define y as 5 and get x^2 - 25
But I never defined x. If it works symbolically for undefined x, why not for y? The expansion would then obviously be x^2 - y^2.
| 2 | retagged |
If I say
expand((x+y)*(x-y)) it says y is not defined, so I define y as 5 and get x^2 - 25
But I never defined x. If it works symbolically for undefined x, why not for y? The expansion would then obviously be x^2 - y^2.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.