TriArea
Version 1.0 (215 ko) par
Emmanuel J Rodriguez
Calculate the area of a triangle given the vertices' coordinates and using the formula given.
Calculate the area of a triangle given the vertices' coordinates and using the formula given.
A = 1/2*crossProduct(AB, AC)
Steps that must be taken to perform the task:
1. Determine vectors AB and AC.
2. Calculate cross product of vectors AB and AC.Calculation should be valid for a triangle in the x-y plane and for a triangle in space (x-y-z).
3. Determine the area of a triangle.
Citation pour cette source
Emmanuel J Rodriguez (2026). TriArea (https://github.com/mannyjrod/TriArea/releases/tag/1.0), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2020b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0 |
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.