hello, good afternoon, I would like to make a program that would make me not only complete the LCM of the denominators,as I show below:
p / 2.cos(45) + p.cos(45) = p+2.p.cos^2(45) / 2.cos(45)
I appreciate the help
lcm
15 posts
• Page 1 of 2 • 1, 2
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
I don't understand !
1) There already is a LCM function on Nspire.
2) Your example doesn't show anything to me (especially because some parenthesis are missing). I really don't see what you want to do...
3) cos(45°) should be simplified by the calculator... but you have to specify Degree by adding °, or choosing Degree in the settings.
Maybe you should explain a little more and give a better example.
1) There already is a LCM function on Nspire.
2) Your example doesn't show anything to me (especially because some parenthesis are missing). I really don't see what you want to do...
3) cos(45°) should be simplified by the calculator... but you have to specify Degree by adding °, or choosing Degree in the settings.
Maybe you should explain a little more and give a better example.
-
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 5670
- Joined: 11 Mar 2008, 00:00
- Location: Lyon
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
Bisam wrote:I don't understand !
1) There already is a LCM function on Nspire.
2) Your example doesn't show anything to me (especially because some parenthesis are missing). I really don't see what you want to do...
3) cos(45°) should be simplified by the calculator... but you have to specify Degree by adding °, or choosing Degree in the settings.
Maybe you should explain a little more and give a better example.
Il veut simplement factoriser les deux membres pour avoir une fraction seule. factor(...) devrait fonctionner non ?
He simply wants to factor both members and get only one fraction. "factor" should work, no ?
[Edit by Bisam]
J'ai traduit en anglais ton message...
I translated your message to english.
Certifications Microsoft (Codes d'accès : 1140043 / LauraeEdu)
LinkedIn - My page Google+
Ma page Wiki TI-Planet - Ma page Wiki TI-Planet
Mes programmes TI-Nspire pour le BAC - La calculatrice au BAC et aux examens d'Etat
Fonctions courantes TI-Nspire - Questions-Réponses TI-Nspire
Association UPECS - Laurae Education (centre de certifications)
-
LauraeAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 1685
- Images: 22
- Joined: 25 Jun 2010, 00:00
- Location: France, La Défense
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Professeur, Etudiant, Formateur
Re: lcm
Yes, or "comdenom" ( ) which sets an expression to a common denominator.
Oui, ou "comdenom" ( ) pour mettre au même dénominateur.
-
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 5670
- Joined: 11 Mar 2008, 00:00
- Location: Lyon
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
factor does not work, I do not want to simplify it, I want to make the LCM Manual...
thanks
thanks
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
I already had it set right in degrees instead of radians, and could make a code to give me the simplification steps (step by step)
(p / 2.cos(45)) + p.cos(45) = (p*(2*(cos(45))^(2)+1))/(2*cos(45))
thank you very much
(p / 2.cos(45)) + p.cos(45) = (p*(2*(cos(45))^(2)+1))/(2*cos(45))
thank you very much
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
a/b + c = (a+cb)/b
Which step do you want ? I don't see any other possible step than the one I just wrote.
Which step do you want ? I don't see any other possible step than the one I just wrote.
Certifications Microsoft (Codes d'accès : 1140043 / LauraeEdu)
LinkedIn - My page Google+
Ma page Wiki TI-Planet - Ma page Wiki TI-Planet
Mes programmes TI-Nspire pour le BAC - La calculatrice au BAC et aux examens d'Etat
Fonctions courantes TI-Nspire - Questions-Réponses TI-Nspire
Association UPECS - Laurae Education (centre de certifications)
-
LauraeAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 1685
- Images: 22
- Joined: 25 Jun 2010, 00:00
- Location: France, La Défense
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Professeur, Etudiant, Formateur
Re: lcm
I've spelled wrong ....I mean the steps to go from this (p / 2.cos(45)) + p.cos(45) expression this (p*(2*(cos(45))^(2)+1))/(2*cos(45)) ,intermediate steps...
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: lcm
Ok, you made a parentheses mistake, here, it's :
(p / (2*cos(45))) + p * cos(45)
and
(p*(2*(cos(45))^(2)+1))/(2*cos(45))
It's just simple refactoring, see above and below
(p / (2*cos(45))) + p * cos(45)
and
(p*(2*(cos(45))^(2)+1))/(2*cos(45))
It's just simple refactoring, see above and below
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14744
- Images: 1119
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: lcm
that's exactly what I wrote before : a/b + c = (a+bc)/b
p / (2*cos(45)) + p*cos(45) = (p + (p*cos(45)*2*cos(45))) / (2*cos(45)) = (p * (1 + 2*cos(45)*cos(45))) / (2*cos(45)) = (p * (2*(cos(45))^2 +1)) / (2*cos(45))
Certifications Microsoft (Codes d'accès : 1140043 / LauraeEdu)
LinkedIn - My page Google+
Ma page Wiki TI-Planet - Ma page Wiki TI-Planet
Mes programmes TI-Nspire pour le BAC - La calculatrice au BAC et aux examens d'Etat
Fonctions courantes TI-Nspire - Questions-Réponses TI-Nspire
Association UPECS - Laurae Education (centre de certifications)
-
LauraeAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 1685
- Images: 22
- Joined: 25 Jun 2010, 00:00
- Location: France, La Défense
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Professeur, Etudiant, Formateur
15 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: ClaudeBot [spider] and 1 guest