-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab3e555
commit 81a361b
Showing
1 changed file
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
# PLMEDIAD.8XP | ||
Prgm PLMEDIAD.8xp, desenvolvido em TI-BASIC. Programa para auxiliar o estudo da Geometria analítica no espaço (Referencial Oxyz). Indica se um determinado ponto, dado pelo usúario, pertence ou não pertence a um dado plano mediador, dado pelo usúario também. | ||
<!-- README.md Versão 1.0 --> | ||
<h2>Prgm PLMEDIAD (<strong><em>Plano Mediador</em></strong>)</h2> | ||
|
||
<h3>Biografia</h3> | ||
|
||
<p>Desenvolvido em TI-BASIC. Uso para auxiliar o estudo da Geometria analítica no espaço <strong>(Referencial <em>Oxyz</em>)</strong>. Indica se um determinado ponto, dado pelo usúario, pertence ou não pertence a um dado plano mediador, dado pelo usúario também.</p> | ||
|
||
<h2>Versão <em><strong>3.2</strong></em></h2> | ||
|
||
<h3>Compatibilidade</h3> | ||
|
||
<ul> | ||
<li>TI-84 Plus CE</li> | ||
<li>TI-84 Plus CE-T</li> | ||
<li>TI-84 Plus CE-T Python Edition</li> | ||
<li>TI-84 Plus C Silver Edition</li> | ||
<li>TI-83 Premium CE</li> | ||
<li>TI-83 Premium CE Edition Python</li> | ||
</ul> | ||
|
||
<h3>Como instalar</h3> | ||
|
||
<p>Para colocar o programa na calculadora necessitas do software da Texas Instruments, TI Connect™ CE. <a href="https://education.ti.com/pt/produtos/computer-software/ti-connect-ce-sw"> Download do TI Connect™ CE</a>. Depois de instalado: | ||
<ol> | ||
<li>Plug-in a tua calculadora e abre o TI Connect CE</li> | ||
<li>Envia o <em>PLMEDIAD.8xp</em></li> | ||
<li>Escolhe a tua calculadora</li> | ||
<li>E clica no botão <kbd>Send</kbd> ou em português <kbd>Enviar</kbd></li> | ||
</ol> | ||
|
||
<p> E agora já tens o <em>PLMEDIAD</em> na tua calculadora</p> | ||
|
||
<h3>Como executar</h3> | ||
|
||
<p> Para executar o programa basta pressionar o <kbd>prgm</kbd> (Menu de programas do TI-OS) e selecionar o programa <em>PLMEDIAD</em></p> | ||
|
||
<ol> | ||
<li><kbd>prgm</kbd></li> | ||
<li><kbd>alpha</kbd> + <kbd>8</kbd></li> | ||
<li>E selecionar o <em>PLMEDIAD</em></li> | ||
<li>E por ultimo pressionar <kbd>enter</kbd></li> | ||
</ol> | ||
|
||
<h2>Programador: <strong><em>J.C.P.</em></strong></h2> | ||
|
||
<h4><a href="https://cpsoftwarecompany.epizy.com">Website da CP Software Company</a></h4> |