Hi!
On Jun 24, 7:10 am, linuxgus <[email protected]> wrote:
> Couldn't you do something like this:
>
> A,B,C,x=var('A,B,C,x')
> solve([A*sin(x)+B*cos(x)+C == 0],x)
>
> Sage responds:
> [sin(x) == -(B*cos(x) + C)/A]
Probably this is not considered a 'symbolic solution'. But I doubt
that it is possible at all to find a symbolic solution 'x==...,
A==..., B==...,C=...'.
Cheers,
Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---