π
<-

Perrt


File hierarchy

 Downloads
 Files created online(37421)
 TI-Nspire
(23372)

 nCreator(4535)

DownloadTélécharger


LicenceLicense : Non spécifiée / IncluseUnspecified / Included

 TéléchargerDownload

Actions



Vote :

ScreenshotAperçu


Informations

Catégorie :Category: nCreator TI-Nspire
Auteur Author: ラ・エスパーダ・デ・セフィロト
Type : Classeur 3.0.1
Page(s) : 1
Taille Size: 2.04 Ko KB
Mis en ligne Uploaded: 22/10/2024 - 07:34:58
Mis à jour Updated: 22/10/2024 - 07:35:04
Uploadeur Uploader: ラ・エスパーダ・デ・セフィロト (Profil)
Téléchargements Downloads: 1
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a4267819

Description 

Fichier Nspire généré sur TI-Planet.org.

Compatible OS 3.0 et ultérieurs.

<<
-- Programa para calcular los coeficientes de Fourier en la TI-Nspire   function fourierCoefficients()     -- Ingresar los datos necesarios     local T = tonumber(input("Ingresa el período (T): "))  -- Período de la función     local n_terms = tonumber(input("Número de términos de Fourier: "))  -- Número de términos          -- Frecuencia angular     local w0 = 2 * math.pi / T          -- Función definida por tramos (modificar según el problema)     function f(t)         -- Ejemplo: f(t) = -5t + 10 para 0 <= t < 2         if t >= 0 and t < 2 then             return -5 * t + 10         else             return 0  -- Cambiar según sea la función en otras regiones         end     end          -- Cálculo del coeficiente a0     function a0(T)         local integral = 0         local dt = 0.01  -- Paso pequeño para aproximar la integral         for t = 0, T, dt do             integral = integral + f(t) * dt         end         return (2 / T) * integral     end       -- Cálculo de los coeficientes an y bn     function an_bn(n, T)         local a_n, b_n = 0, 0         local dt = 0.01         for t = 0, T, dt do             a_n = a_n + f(t) * math.cos(n * w0 * t) * dt             b_n = b_n + f(t) * math.sin(n * w0 * t) * dt         end         return (2 / T) * a_n, (2 / T) * b_n     end          -- Imprimir el valor de a0     print("Coeficiente a0: ", a0(T))          -- Calcular e imprimir los coeficientes an y bn     for n = 1, n_terms do         local a_n, b_n = an_bn(n, T)         print("a" .. n .. ": ", a_n)         print("b" .. n .. ": ", b_n)     end end   -- Ejecutar el programa fourierCoefficients()   Made with nCreator - tiplanet.org
>>

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Reprise de ton ancienne fx-92 Collège ou Graph 25/35/90 à 3€ peu importe son état. Même non fonctionnelle et donc invendable, même ancienne Graph 35 non conforme aux programmes (pas de Python), même ancienne Graph 25/35 inutilisable aux examens (pas de mode examen) et donc invendable. Etiquette de retour fournie, pas de frais de port à payer.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
12345
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1027 utilisateurs:
>997 invités
>21 membres
>9 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)