REVIVAL: programming graphing calculators
by sonone, Feb 18, 2022, 10:47 PM
REVIVAL
The reason I haven't been posting lately is mainly I had a lot of school, but also that when I wasn't doing school I was programming my graphing calculator(s). I have become pretty comfortable with CASIO BASIC have made programs ranging from the quadratic formula to a sub-sinking game.
I will be posting about some of the programs I have created, and some little programming tips for CASIO calculators.
I have a CASIO fx-9750GII and an fx-9860G Slim that I code with BASIC, and a TI Nspire CX II CAS, which supports TI BASIC, Python, and lua scripting (I haven't learned lua, yet). The majority of my posts from here on out will be on CASIO programming, but I might occasionally post a little thing about python or TI BASIC.
Lastly, before I finish, I will give some teasers on what programs I have already completed:
The reason I haven't been posting lately is mainly I had a lot of school, but also that when I wasn't doing school I was programming my graphing calculator(s). I have become pretty comfortable with CASIO BASIC have made programs ranging from the quadratic formula to a sub-sinking game.
I will be posting about some of the programs I have created, and some little programming tips for CASIO calculators.
I have a CASIO fx-9750GII and an fx-9860G Slim that I code with BASIC, and a TI Nspire CX II CAS, which supports TI BASIC, Python, and lua scripting (I haven't learned lua, yet). The majority of my posts from here on out will be on CASIO programming, but I might occasionally post a little thing about python or TI BASIC.
Lastly, before I finish, I will give some teasers on what programs I have already completed:
- Drawing a direction field for a two-variable function
- Using Euler's method to approximate the value of a first order DE
- Converting a matrix to its reduced row echelon form
- My own version of Subway-Surfers
- Day-of-the-week finder for date in Gregorian calendar
- Radical simplifier
- Quadratic formula
- Submarine sinking game (ballistic missile game)
- And more...