TI-30X Pro MathPrint - How does num-solve work?
|
02-18-2023, 03:32 PM
Post: #2
|
|||
|
|||
RE: TI-30X Pro MathPrint - How does num-solve work?
On the website education.ti.com there is under materials a text about the solver.
https://ti-unterrichtsmaterialien.net/ma...e973fa5152 But this is not very speficific and it is in German (perhaps there is as well an English version). First it is explained how the equation sin(x)=x-1 can be solved. Change the equation so that x is on one side: x=1+sin(x). Take a starting value for x, e.g. x(0) = 1. i=0 Loop: Compute x(i+1) = 1+sin(x(i)) : i=i+1 Until there is no change. The text continues: The numeric solver applies a similar procedure as shown above. But the text is not specific in what respect there is a difference to this procedure. Sorry, but that is all I could find. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
TI-30X Pro MathPrint - How does num-solve work? - wb.c - 02-17-2023, 11:33 PM
RE: TI-30X Pro MathPrint - How does num-solve work? - rawi - 02-18-2023 03:32 PM
RE: TI-30X Pro MathPrint - How does num-solve work? - wb.c - 02-18-2023, 04:27 PM
RE: TI-30X Pro MathPrint - How does num-solve work? - wb.c - 02-19-2023, 01:45 AM
|
User(s) browsing this thread: 1 Guest(s)