diferencias finitas
DownloadTélécharger
Actions
Vote :
ScreenshotAperçu

Informations
Catégorie :Category: nCreator TI-Nspire
Auteur Author: oscalan
Type : Classeur 3.0.1
Page(s) : 1
Taille Size: 1.35 Ko KB
Mis en ligne Uploaded: 17/07/2025 - 00:02:24
Uploadeur Uploader: oscalan (Profil)
Téléchargements Downloads: 2
Visibilité Visibility: Archive publique
Shortlink : https://tipla.net/a4798745
Type : Classeur 3.0.1
Page(s) : 1
Taille Size: 1.35 Ko KB
Mis en ligne Uploaded: 17/07/2025 - 00:02:24
Uploadeur Uploader: oscalan (Profil)
Téléchargements Downloads: 2
Visibilité Visibility: Archive publique
Shortlink : https://tipla.net/a4798745
Description
Fichier Nspire généré sur TI-Planet.org.
Compatible OS 3.0 et ultérieurs.
<<
Define DifFinitas()= Prgm Local h, n, x, A, b, y, i h := 0.4 n := 6 x := seq(i*h, i, 1, n) A := zeros(n, n) b := zeros(n, 1) For i, 1, n If i > 1 Then A[i, i-1] := 8.75 Else b[i] := b[i] - 8.75*0 EndIf A[i, i] := -11.5 If i < n Then A[i, i+1] := 3.75 Else b[i] := b[i] - 3.75*(-4) EndIf b[i] := b[i] + x[i] * e^(x[i]) - x[i] EndFor y := augment(x, A{¹ * b) Return y EndPrgm Made with nCreator - tiplanet.org
>>
Compatible OS 3.0 et ultérieurs.
<<
Define DifFinitas()= Prgm Local h, n, x, A, b, y, i h := 0.4 n := 6 x := seq(i*h, i, 1, n) A := zeros(n, n) b := zeros(n, 1) For i, 1, n If i > 1 Then A[i, i-1] := 8.75 Else b[i] := b[i] - 8.75*0 EndIf A[i, i] := -11.5 If i < n Then A[i, i+1] := 3.75 Else b[i] := b[i] - 3.75*(-4) EndIf b[i] := b[i] + x[i] * e^(x[i]) - x[i] EndFor y := augment(x, A{¹ * b) Return y EndPrgm Made with nCreator - tiplanet.org
>>