{"id":22439306,"url":"https://github.com/gabin221/mathematics-learner","last_synced_at":"2025-03-27T09:24:34.670Z","repository":{"id":243664380,"uuid":"813063678","full_name":"Gabin221/Mathematics-learner","owner":"Gabin221","description":"Mathematics Learner propose une ressource éducative sur les mathématiques, incluant un fichier Python solveur_equations.py pour résoudre divers types d'équations mathématiques.","archived":false,"fork":false,"pushed_at":"2024-06-28T23:43:17.000Z","size":475,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T14:19:08.288Z","etag":null,"topics":["equations-solver","mathematics","mathematics-learner","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gabin221.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T12:23:58.000Z","updated_at":"2024-06-28T23:43:20.000Z","dependencies_parsed_at":"2024-06-27T20:32:35.272Z","dependency_job_id":"3121cef9-58b0-4de5-b69c-905d48c18cf6","html_url":"https://github.com/Gabin221/Mathematics-learner","commit_stats":null,"previous_names":["gabin221/le-ons-de-pierre"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FMathematics-learner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FMathematics-learner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FMathematics-learner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FMathematics-learner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gabin221","download_url":"https://codeload.github.com/Gabin221/Mathematics-learner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245815572,"owners_count":20676935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["equations-solver","mathematics","mathematics-learner","python"],"created_at":"2024-12-06T01:13:38.685Z","updated_at":"2025-03-27T09:24:34.652Z","avatar_url":"https://github.com/Gabin221.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mathematics Learner\n\nBienvenue sur Mathematics Learner, une ressource en ligne dédiée à la révision de certains chapitres mathématiques.\n\n## Contenu\n\nCette page couvre une variété de sujets mathématiques, y compris :\n\n- **Factorisation et Développement** : Techniques de factorisation et de développement d'expressions, identités remarquables.\n- **Écriture Scientifique** : Utilisation de la notation scientifique pour représenter des nombres.\n- **Homogénéité des Expressions** : Importance de la cohérence des unités dans les équations.\n- **Trigonométrie** : Angles, triangles, fonctions trigonométriques.\n- **Fonctions** : Fonctions linéaires, exponentielles, logarithmiques, etc.\n- **Résolutions d'Équations** : Techniques pour résoudre des équations.\n- **Dérivées et Intégrales** : Calcul différentiel et intégral.\n- **Minimum et Maximum de Fonctions** : Recherche de minimum et de maximum sur un intervalle.\n- **Nombres Complexes** : Présentation du calcul complexe.\n- **Calcul Vectoriel** : Présentation du calcul vectoriel.\n- **Calcul Matriciel** : Présentation du calcul matriciel.\n- **Géométrie Euclidienne** : Présentation des bases de la géométrie euclidienne.\n\n## Caractéristiques\n\n- **Accessibilité** : Contenu disponible en ligne pour un accès facile.\n- **Clarté et Précision** : Explications avec des exemples.\n- **Interactivité** : Exercices pratiques pour renforcer la compréhension.\n- **Communauté** : Plateforme pour échanger et discuter.\n\n## Fichier Python : solveur_equations.py\n\nDans le dossier `python`, nous avons un fichier `solveur_equations.py` qui contient un solveur d'équations mathématiques générées aléatoirement.\n\n## A savoir\n\nIl y a dans certaines parties des possibilités de saisir des calculs afin d'obtenir un résulat en ligne, de manière interactive. Pour cela, on utilise l'API \u003ca href=\"https://github.com/aunyks/newton-api/tree/master\"\u003eNewton-API\u003c/a\u003e. Le tableau ci-dessous permet, au cas où on cherche à utiliser l'API dans le navigateur, d'encoder comme il faut les caractères spéciaux.\n\n| Symbole        | Description                   | Encodage URL   |\n|----------------|-------------------------------|----------------|\n| `(`            | Parenthèse ouvrante           | `%28`          |\n| `)`            | Parenthèse fermante           | `%29`          |\n| `+`            | Addition                      | `%2B`          |\n| `-`            | Soustraction/Signe négatif    | `%2D`          |\n| `*`            | Multiplication                | `%2A`          |\n| `/`            | Division                      | `%2F`          |\n| `^`            | Exposant                      | `%5E`          |\n| `π`            | Pi                            | `%CF%80` ou `pi` |\n| `√`            | Racine carrée                 | `%E2%88%9A`    |\n| `≤`            | Inférieur ou égal à           | `%E2%89%A4`    |\n| `≥`            | Supérieur ou égal à           | `%E2%89%A5`    |\n| `∠`            | Angle                         | `%E2%88%A0`    |\n| `°`            | Degré                         | `%C2%B0`       |\n| `≠`            | Différent de                  | `%E2%89%A0`    |\n| `∞`            | Infini                        | `%E2%88%9E`    |\n| ` ` (espace)   | Espace                        | `%20`          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabin221%2Fmathematics-learner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabin221%2Fmathematics-learner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabin221%2Fmathematics-learner/lists"}