Mathématiques
350 documents à télécharger gratuitement
Cours, examens, TD, TP et exercices de mathématiques. Thèmes couverts : algèbre, analyse, probabilités, statistique, optimisation.
The document introduces numerical methods for solving linear equation systems, particularly focusing on the Jacobi method. It explains the concept of strictly diagonally dominant matrices, which are necessary for the convergence of this iterative method. The Jacobi method decomposes a matrix A into components (diagonal, upper, and lower parts) to iteratively approximate the solution of AX = b. This method guarantees convergence for strictly diagonally dominant matrices, with detailed examples and 4 calculated iterations presented computationally.
This document presents five exercises on linear programming. The first involves maximizing production profit under machine time constraints. The second focuses on cost-efficient composition of animal feed with nutritional requirements. The third calculates optimal agent allocation at an airline while minimizing costs. The fourth optimizes chocolate assortment production for maximal net revenue. The fifth addresses manufacturing and transport optimization for perishable goods, including constraints and penalties.
Ce document traite des approches quantitatives dans la recherche, en expliquant les méthodes de collecte de données et le processus d'élaboration des échantillons. Il présente également les différentes techniques d'échantillonnage et met l'accent sur l'importance d'une base de sondage complète et à jour. Les méthodes aléatoires et non aléatoires sont abordées pour la sélection des participants.
Ce document traite de l'importance croissante des méthodes d'analyse multivariée en réponse à la massification des données. Il explore les types de données, les variables et les méthodes de mesure, tout en soulignant l'importance d'une analyse appropriée pour tirer des conclusions significatives. Enfin, il examine la typologie des variables et les échelles de mesure utilisées en statistiques.
This document provides essential information regarding IBM SPSS Statistics Base version 25. It outlines the scope of the software, including its functionalities and updates. Additionally, it includes legal disclaimers and references for obtaining further information.
The document presents a statistical data analysis task focusing on the financial indicators of an oil company over 16 years. The dataset, adjusted for inflation, includes variables such as capital, interests, subsidies, and various forms of debt. The task involves constructing an SPSS database, performing principal component analysis (PCA), and interpreting metrics like inertia, axis contributions, and correlation circles. Additionally, the analysis aims to determine the presence of distinct periods and their characteristics within the dataset.
This document explores the relationship between the speed of a microprocessor and the execution time of a task using Linear Regression in R. It includes practical examples of creating vectors, plotting data, and estimating model parameters. The results are analyzed with residuals, fitted values, and graphical normality assessments.
The document outlines a statistical activity focused on simple linear regression using vehicle data. Key tasks include loading and exploring data from 'autos.txt', calculating descriptive statistics, exploring correlations, and conducting a detailed regression analysis to predict vehicle prices based on horsepower. Graphical interpretations are emphasized, and the activity culminates in plotting regression results with prediction values for specific inputs. The methodology employs Scikit-learn and manual data inspections.
Ce document présente une activité pratique sur la régression linéaire simple à l'aide de R. Il couvre le chargement et la manipulation de données de véhicules, l'analyse statistique, la visualisation des données et la création de modèles de régression. Les étudiants apprennent à prédire des valeurs et à évaluer des coefficients de régression.
Ce document traite du calcul de l'indice de Gini en relation avec des informations sur des clients bancaires. Il présente différentes tranches de montants sur les comptes clients en parallèle avec l'utilisation d'Internet pour consulter ces comptes. Des calculs spécifiques de l'indice de Gini sont fournis pour différents niveaux et classes de montants.
Ce document traite de l'analyse discriminante, qui est une méthode statistique utilisée pour classifier des individus en fonction de variables observées. Il présente des objectifs, des exemples concrets, des analyses univariées et multivariées, ainsi que des calculs de variables discriminantes. L'étude se concentre sur des données relatives à la qualité du jus de Bordeaux en fonction de diverses conditions météorologiques.
L'analyse factorielle des correspondances (AFC) est une méthode statistique utilisée pour examiner l'association entre deux variables qualitatives. Elle décompose le chi-deux pour déterminer les taux de liaison, offrant ainsi une image claire des relations entre les catégories. En pratique, l'AFC identifie les axes factoriels à conserver basés sur les valeurs propres des données.
Ce chapitre présente l'analyse factorielle des correspondances (AFC), qui vise à donner une image claire de l'association entre deux variables qualitatives. L'AFC est distincte de l'analyse factorielle en composantes principales et se concentre sur le traitement des tableaux de contingence. L'objectif principal est de réduire la dimensionnalité tout en préservant un maximum d'information, facilitant ainsi la visualisation des relations entre les catégories des variables.
This document presents a Principal Component Analysis (PCA) of a dataset concerning food consumption across various socio-professional categories. Key findings include strong correlations between variables like 'Autre pain' and 'Raisin de tables,' alongside the identification of major components explaining 88.59% of the data variance through the Kaiser Criterion. Two factorial axes are selected, emphasizing dietary patterns and their socio-professional implications. Rotated component matrices suggest clear variable groupings, enabling the classification of categories based on food consumpti...
This document focuses on optimizing resource allocation for tomato and pepper farming to maximize profits, expressed as Max Z = 100x1 + 200x2. Constraints are set for maximum surface area and resource usage through linear programming models and slack variables. The methodology involves transforming equations into standard form and finding optimality conditions. The results show marginal values of resources and remaining capacities, as well as a buyer’s problem formulated to minimize costs.
This document provides a detailed examination on the topic of linear programming, including theoretical concepts, constraints, objective functions, and methodologies such as the Simplex algorithm and graphical resolution techniques. Additionally, it incorporates real-world optimization scenarios, such as profit maximization for yogurt production and extreme point identification for linear programs. The questions challenge students on understanding constraints, determining optimal solutions, and assessing how changes to models affect outputs.
This exam assesses knowledge of linear programming and operational research methodologies, including simplex algorithm applications and graphical resolution methods. It features constraints optimization for maximizing objective functions designed across various real-world problems, such as production planning and supply utilization. Furthermore, it explores the role of binary and integer variables in determining discrete choices and investigates constraint impact on optimal solutions under modified conditions.
résumé probabilités1 No extracted HTML was available during import for this document.
This document focuses on statistical hypothesis testing, distinguishing between parametric and non-parametric methods. It provides examples of different scenarios, outlining hypotheses and their respective rejection or acceptance based on significance levels (alpha). SPSS is used as the tool for decision-making, analyzing variables such as price, satisfaction, salaries, preferences, and their dependencies. Key conclusions include whether variables differ, are equal, dependent, or independent, with substantial emphasis on statistical thresholds.
This document outlines the procedure for conducting statistical tests, presenting various hypotheses, significance levels, and decision rules. It includes practical examples of tests with corresponding acceptances and rejections of null hypotheses. The focus is on interpreting statistical significance in the context of different questions.
Partie 1: Planification de l'extraction des donn es La plupart des solutions d'entreposage de donn es utilisent un processus ETL incr mentiel pour actualiser l'entrep t de donn es avec de nouveaux et donn es modifi es des syst mes sources.
This document outlines statistical tests conducted on various datasets to analyze differences and relationships among variables. Key methodologies include T-tests for single samples, paired samples, and independent samples, as well as ANOVA and Chi-square tests. Hypotheses are tested at confidence levels ranging from 95% to 99%, with follow-up analyses like Duncan's test and profile interpretations in cases of significance. The findings aim to provide insights into customer preferences, satisfaction, spending behavior, and demographic impact.
This document focuses on makespan optimization techniques involving three algorithms: LS (Least Slack), SPT (Shortest Processing Time), and LPT (Longest Processing Time). Multiple iterations of LS, SPT, and LPT were performed with tested series like LS-1 vs LS-2 and SPT-1 vs SPT-2. Findings reveal that LS-2 and SPT-2 outperform LS-1 and SPT-1 in makespan efficiency. However, no difference was observed between LPT-1 and LPT-2, indicating consistency in LPT performance under similar conditions.
This document presents a set of probability and statistical inference problems within an educational context. It includes exercises on calculating probabilities involving events, expected values, and distributions. The problems range from basic calculations of probability distributions to applying the normal distribution in real-life situations. These exercises are designed to reinforce the understanding of key statistical concepts and methodologies.



















