skip_navigation

Fiche 16 - Python et environnement Nspire 2

Photographie numérique : pixels et composantes R,G,B. Importer et traiter une image.
Script Python.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Mathematics, Computer Science

Schlagwörter: Programming, Python, Images

Fiche 17 - Python et une microbit

Objets connectés : interagir avec une carte Micro:bit.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Computer Science

Schlagwörter: Programming, Python, BBC micro:bit

Fiche 18 - Python et microbit radio

Objets connectés : communiquer avec deux cartes Micro:bit en mode radio. Script Python.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Computer Science, Physics

Schlagwörter: Programming, Python, BBC micro:bit

Fiche 20 - Geometrie - Moyennes et Python

Géométrie : calculs de moyennes. Utilisation de l'application Géométrie de la TI-Nspire CX. Script Python.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Mathematics, Computer Science

Schlagwörter: Geometry, Programming, Python

Fiche 01_V4 - Présentation

Présentation de la TI-Nspire™ CX II-T CAS.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Mathematics, Computer Science

Schlagwörter: Computer Algebra, Python

Fiches de prise en main de TI-Nspire™ CX II-T CAS

Série de 20 fiches permettant la prise en main de TI-Nspire™ CX II-T CAS et des diverses applications incluses dans cette calculatrice formelle.

Verlag: T3 France

Herausgeber: T3 France

Autor: T3 France

Fach:  Mathematics, Computer Science

Schlagwörter: Computer Algebra, Programming, Python

Calculating the position of the James Webb Space Telescope using Python or TI-Basic

Students calculate the position of James Webb Space Telescope (JWST) using an iterative Python program in Langrange2.tns and TI-Basic in Lagrange3.tns.

Verlag: T³ Europe

Herausgeber: Ian Galloway

Autor: Veit Berger

Fach:  Mathematics, Physics, Computer Science

Schlagwörter: Python, Algebra, Solving equations, Gravitation, Lagrange

Erstellen von Turtle-Grafiken unter Python

Nach dem Installieren des Turtle-Moduls auf dem TI-Nspire CX II können unter Python Turtle-Programme erstellt werden.

Verlag: Texas Instruments Education Technology

Fach:  Computer Science, Mathematics

Schlagwörter: Python

Meet the TI-Rover with geometry challenges

Introduction to the TI-Rover technology and programming Rover with a set of Geometry challenges for middle school and high school students.

Verlag: Texas Instruments Inc.

Fach:  Mathematics

Schlagwörter: 2D shapes, Angles, Geometry, Programming, Python, Rectangles, TI-Innovator Rover, Triangle

Le calcul des logarithmes

C’est l’Écossais John Napier (ou Neper) (1550-1617) qui inventa les logarithmes, pour faciliter les calculs propres aux activités de banque et de commerce, puis pour les calculs dans la mar…

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Logarithms, Briggs, Encadrement, Programming, Python

L'approximation « Monte Carlo »

La méthode dite de Monte-Carlo est une méthode visant à approcher une solution d’une équation mathématique, voire toute valeur numérique, en utilisant des procédés aléatoires.

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Monte Carlo Method, Probability, Probability experiment, Random, Intégrale, Programming, Python

Un problème de surréservation

Modéliser une situation par un schéma de Bernoulli, par une loi binomiale.
Utiliser l’expression de la loi binomiale pour résoudre un problème de seuil, de comparaison, d’optimisation...

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Bernoulli, Surbooking, Binomial law, Programming, Python

Le triangle de Pascal

En 1654, Blaise Pascal écrit son Traité du triangle arithmétique dans lequel il donne une présentation pratique en tableau des coefficients du binôme, appelé maintenant « triangle de Pascal…

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Pascal, Combinaisons, Binôme, Sierpinski, Programming, Recursion, Python

La combinatoire des parties

Combinaisons de k éléments d’un ensemble à n éléments : parties à k éléments de l’ensemble.
Représentation en termes de mots ou de chemins.

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Combinaisons, Encadrement, Random, Programming, Recursion, Python

Vitesses de croissance

Calculer des termes d’une suite définie explicitement, par récurrence ou par un algorithme.
Suites arithmétiques, suites géométriques. Croissance arithmétique, croissance géométrique (expo…

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Sequences, Modeling, Growth, Programming, Python

L'approximation des intégrales

Comment "calculer" l’intégrale d'une fonction continue positive définie sur un segment [a, b] ?
Méthodes des rectangles, des milieux, des trapèzes.

Verlag: T3 France

Herausgeber: T3 France

Autor: Robert Cabane, Laurent Didier

Fach:  Mathematics, Computer Science

Schlagwörter: Intégrale, Approximation, Encadrement, Rectangles, Trapèzes, Programming, Python