Hello.
With this reference, he shows me a non-result. So B = 0. There should be a positive value. In program.
solve (46 * 180 / 3.14159 / b - 40 / (SIN (b / 2) * 2) = 0, b) | b> 0 and b <180
Equation.
8 posts
• Page 1 of 1
-
Longines
Niveau 7: EP (Espèce Protégée: geek)- Posts: 44
- Joined: 18 Jan 2015, 13:43
- Location: Poland
- Gender:
- Calculator(s):→ MyCalcs profile
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42133
- Images: 16453
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: Equation.
Also, as I write on the command line, the result is correct. The error displays when the program is started
-
Longines
Niveau 7: EP (Espèce Protégée: geek)- Posts: 44
- Joined: 18 Jan 2015, 13:43
- Location: Poland
- Gender:
- Calculator(s):→ MyCalcs profile
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42133
- Images: 16453
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: Equation.
- Code: Select all
:test()
:Prgm
Input "K ",k
:Input "L ",l
:Input "A ", g
:solve(l * 180 / PI / b - g / (SIN(b / 2) * 2) = 0,b)|b > 0 and b < 180
b * k->n: Disp n
EndPrgm
p.s.
Calculator: TI-89
-
Longines
Niveau 7: EP (Espèce Protégée: geek)- Posts: 44
- Joined: 18 Jan 2015, 13:43
- Location: Poland
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Equation.
Hello
it's :
and not :
it's :
Input "L ", l
and not :
Input "L ". l
-
UnCurieuxProgrammeur
Niveau 11: LV (Légende Vivante)- Posts: 367
- Images: 2
- Joined: 19 May 2017, 18:20
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Prépa scientifique 1A
Re: Equation.
The calculator has commas. I wrote a dot when typing on a computer keyboard.
-
Longines
Niveau 7: EP (Espèce Protégée: geek)- Posts: 44
- Joined: 18 Jan 2015, 13:43
- Location: Poland
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Equation.
After many attempts I found a solution. The equation should look like this:
nSolve (l * 180 / PI / b-g / SIN (b / 2) * 2) = 0, b) | b> 0 and b <180-> b
nSolve (l * 180 / PI / b-g / SIN (b / 2) * 2) = 0, b) | b> 0 and b <180-> b
-
Longines
Niveau 7: EP (Espèce Protégée: geek)- Posts: 44
- Joined: 18 Jan 2015, 13:43
- Location: Poland
- Gender:
- Calculator(s):→ MyCalcs profile
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: ClaudeBot [spider] and 2 guests