| 1 | initial version |
Answer to the second question:
solve returns a list of solutions. So you get something like solve([equ1,[equ2]],k,C).
You have to refer to an equation in the list:
solve([k^3==4*C,equC[0]],k,C)
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.