La recherche a retourné 4 résultats

par robertcailliau
ven. déc. 15, 2017 10:35 am
Forum : Xcas - English
Sujet : intermediate steps in simplify
Réponses : 7
Vues : 6292

Re: intermediate steps in simplify

Thanks Lukamar. Understood, and very well appreciated(*). Though I would not be capable of writing these algorithms myself, as a programmer I do have some idea of how such a series of steps might get out of hand. Robert. PS: just for fun, and to situate my "problem": in this particular case, I neede...
par robertcailliau
jeu. déc. 14, 2017 11:02 pm
Forum : Xcas - English
Sujet : intermediate steps in simplify
Réponses : 7
Vues : 6292

Re: intermediate steps in simplify

Pas de souci, merci & bonnes fêtes,
R.C.
(j'ai trouvé une solution purement géométrique)
par robertcailliau
jeu. déc. 14, 2017 8:59 am
Forum : Xcas - English
Sujet : intermediate steps in simplify
Réponses : 7
Vues : 6292

Re: intermediate steps in simplify

OK, merci. C'est ce que je craignais. Dommage, car manuellement je ne suis pas arrivé à le faire (pas assez de temps) mais j'ai deux façons géométriques différentes qui mènent à ces deux expressions. Intentions d'implémenter "step by step" dans une future version? Robert. (je suis à Prévessin près d...
par robertcailliau
mer. déc. 13, 2017 10:35 pm
Forum : Xcas - English
Sujet : intermediate steps in simplify
Réponses : 7
Vues : 6292

intermediate steps in simplify

Sorry for newbie question: it there a way to see the intermediate steps in a simplify?

I wanted to see how
(1+cos(α)-sin(α))/(1+cos(α)+sin(α))

gets to

cos(α)/(1+sin(α))

but did not find any way to show the intermediate steps.

Thanks.