Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I did the same for the ABC formula. It printed all steps we had to write down.
If the Ti84 Stat is about the same as TI84+ then you can also create a chat application. Add two little bluetooth dongles and you can ask questions during class -
When I was in high school I once used used my Mobile C app to write small program that calculated a solution that wasnt in the book.
It wasnt that important but i did it because everybody was curious what the result realy was. -
Root825576yI wrote a quadratic formula solver that output all of the work, displayed everything in pretty print, aligned terms, handled imaginary results, displayed the (nicely fit) solution graph, etc.
Wrote it in 7th grade in my first programming language ever: TI83 BASIC
There are a lot of quadratic solvers, but that one was a masterpiece. 😊 I'm still impressed with what I built. -
Peerrox1086y@Codex404
As u can see I have the TI-82 Stats .It has hardware components from the TI-82 but the software from the TI-83. -
@Root that sounds fucking amazing for the 7th grade. Back then I was impressed when I made a calculator in visual basic.
It all began yesterday in my math lesson.My teacher introduced us into a new subject: The Heron method.
This is a method for iteratively computing the square root of a number which was made up by Hero of Alexandria.
But here's the cool part:
When my teacher said "method" I had the thought that I could make a programm on my TI-82 Stats (my calculator).
So I used the next break to make a little programm that does exactly the same what my mates has to do in several steps, in just one step.
Here is a picture so I can explain the programm:
First it asks for the root that it should calculate then for a value to begin with and finally for the amount of arithmetic operations.
Then it goes trough the algorithm and displays the interim results (this is important for later ...) .
So back in story.It wasn't surprising that we got exercises with this method as homework but through my programm I just needed 5 minutes instead of 20 minutes (like my class mates).
rant
ti-82 stats
rantwk 122
young programmer at school