An open API service indexing awesome lists of open source software.

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

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.

![Version](https://img.shields.io/badge/Version-1.0.0-2AAB92.svg)
![Static Badge](https://img.shields.io/badge/Last%20update-09%20Nov%202024-blue)

![Device](https://img.shields.io/badge/Device-Casio_Graph_65-green.svg)
![Language](https://img.shields.io/badge/Language-Casio_Basic-purple.svg)

---

# 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

Casio logo

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

Casio calculator photo

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 .