https://github.com/yann39/graph65-programs
Some Casio BASIC programs I wrote for my Casio Graph 65 calculator
https://github.com/yann39/graph65-programs
casio casio-basic casio-calculator fxi
Last synced: 4 months ago
JSON representation
Some Casio BASIC programs I wrote for my Casio Graph 65 calculator
- Host: GitHub
- URL: https://github.com/yann39/graph65-programs
- Owner: Yann39
- License: gpl-3.0
- Created: 2024-11-09T19:44:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:01:35.000Z (over 1 year ago)
- Last Synced: 2026-01-20T20:46:38.186Z (5 months ago)
- Topics: casio, casio-basic, casio-calculator, fxi
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph 65 calculator programs
Some **Casio BASIC** programs I wrote many years ago for my **Casio Graph 65** calculator.




---
# Table of Contents
* [About the Project](#about-the-project)
* [Programs](#programs)
* [The Casio Graph 65](#the-casio-graph-65)
* [Usage](#usage)
* [License](#license)
# About the project

I just keep there some old programs I wrote (in French language) for my **Casio Graph 65** calculator when I was in high school (2003/2004).
It includes some basic programs for **Electrotechnics**, **Mathematics**, and **Physics** courses.
Very helpful for exams :)
# The Casio Graph 65

The **Casio Graph 65** was a mid-range digital graphing calculator.
Its wide range of functions and program library was perfect for science courses and non-science higher education.
It allowed to create and run programs written in a programming language called **Casio BASIC**,
which is a version of the BASIC programming language adapted specifically for Casio calculators.
It was designed for ease of use in mathematical and scientific calculations and included syntax and commands tailored to the calculator’s hardware.
# Programs
> [!NOTE]
> The programs are provided in _.fxi_ format in the _programs_ directory, I also provided the sources as _.txt_ files just in case.
## Electrical engineering & electronics
- :page_facing_up: _ELECTRO1.fxi_ : Course data related to power electronics :
- Bipolar transistor
- Solid-state relay
- Triacs/Thyristors
- Dimmers
- Modulate power
- :page_facing_up: _ELECTRO2.fxi_ : Course data related to electrical engineering :
- Cable selection
- Calculation of the short-circuit current
- Circuit breakers and selection
- Earthing systems
- Choosing a differential
## Mathematics
- :page_facing_up: _LIMITETA.fxi_ : Data sheet about limits :
- Sum of functions' table
- Product of functions' table
- Quotient of functions' table
- Theorems
# Usage
You can use the **FX-Interface** or **Fxi interface Pro** software to view/edit the _FXI_ files and transfer them to the calculator (through cable).
Then navigate to the _Programs_ menu on the calculator to run them.
# License
[General Public License (GPL) v3](https://www.gnu.org/licenses/gpl-3.0.en.html)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not,
see .