π
<-

ED con pasos


File hierarchy

 Downloads
 Files created online(30956)
 TI-Nspire
(22481)

 nCreator(4609)

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: ElJefazo_
Type : Classeur 3.0.1
Page(s) : 1
Taille Size: 2.07 Ko KB
Mis en ligne Uploaded: 18/03/2025 - 17:53:27
Uploadeur Uploader: ElJefazo_ (Profil)
Téléchargements Downloads: 1
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a4538742

Description 

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

Compatible OS 3.0 et ultérieurs.

<<
-- Programa en Lua para resolver ecuaciones diferenciales exactas en TI-Nspire function derivada_parcial(expr, var)     return var.recall("diff(" .. expr .. ", " .. var .. ")") end function integrar(expr, var)     return var.recall("int(" .. expr .. ", " .. var .. ")") end function pedir_input(variable)     print("Defina la variable " .. variable .. " en la calculadora y presione Enter.")     return var.recall(variable) end function resolver_ecuacion_exacta()     print("Ingrese la ecuación diferencial en la forma M(x,y)dx + N(x,y)dy = 0")     local M = pedir_input("M")     local N = pedir_input("N")          print("Ingrese la variable dependiente y la independiente:")     local var_x = pedir_input("x")     local var_y = pedir_input("y")          local dM_dy = derivada_parcial(M, var_y)     local dN_dx = derivada_parcial(N, var_x)          print("Verificando condición de exactitud:")     print("dM/d" .. var_y .. " = " .. dM_dy)     print("dN/d" .. var_x .. " = " .. dN_dx)          if dM_dy == dN_dx then         print("La ecuación es exacta. Calculando la función potencial F(x, y)...")                  local F_x = integrar(M, var_x) .. " + h(" .. var_y .. ")"         print("Integrando M respecto a " .. var_x .. ":")         print("F(x, y) = " .. F_x)                  local dF_y = derivada_parcial(F_x, var_y)         print("Derivando F respecto a " .. var_y .. " y comparando con N:")         print("dF/d" .. var_y .. " = " .. dF_y .. " = N(x, y)")                  local h_y = "(" .. N .. ") - (" .. dF_y .. ")"         local h = integrar(h_y, var_y)         print("Integrando h'(" .. var_y .. ") para obtener h(y):")         print("h(y) = " .. h)                  print("Solución final:")         print("F(x, y) = " .. integrar(M, var_x) .. " + " .. h .. " = C")     else         print("La ecuación no es exacta y no puede resolverse con este método.")     end end resolver_ecuacion_exacta() Made with nCreator - tiplanet.org
>>

-
Search
-
Social TI-Planet
-
Featured topics
Grand Concours 2024-2025 - Programmation Python
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.
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.
1255 utilisateurs:
>1224 invités
>26 membres
>5 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)