|
From: Richard F. <fa...@gm...> - 2021-03-10 21:45:24
|
In general there is a tension between finding the smallest conventional representation, and ease of manipulation -- where you would prefer to have the fewest number of essentially interchangeable functions hanging around. People are usually happy with sin and cos. Even tan is an extra since sin/cos is already there. Sometimes people would prefer sec. thought: how would you prefer to represent sec, cot, etc if you were writing a program to do symbolic integration? On 3/10/21 1:22 PM, Stavros Macrakis wrote: > *trigreduce* > * > * > > On Wed, Mar 10, 2021 at 4:19 PM Robert Dodier <rob...@gm... > <mailto:rob...@gm...>> wrote: > > I'm looking at this item > https://stackoverflow.com/questions/66537116/wxmaxima-return-expressions-using-sec-csc-and-cot-instead-of-reciprocal > <https://stackoverflow.com/questions/66537116/wxmaxima-return-expressions-using-sec-csc-and-cot-instead-of-reciprocal> > > I've looked for flags or functions to convert 1/cos, 1/sin, 1/tan to > sec, csc, cot, respectively, but I didn't find anything. It's not hard > to roll one's own for this, but I wonder if I'm overlooking something. > > best > > Robert Dodier > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > <mailto:Max...@li...> > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > <https://lists.sourceforge.net/lists/listinfo/maxima-discuss> > > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |