Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathworks-teaching-resources/vector-arithmetic
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
https://github.com/mathworks-teaching-resources/vector-arithmetic
mathematics matlab matlab-live-script vector-math
Last synced: 2 months ago
JSON representation
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
- Host: GitHub
- URL: https://github.com/mathworks-teaching-resources/vector-arithmetic
- Owner: MathWorks-Teaching-Resources
- License: bsd-3-clause
- Created: 2021-06-21T14:51:38.000Z (over 3 years ago)
- Default Branch: release
- Last Pushed: 2024-04-30T16:50:51.000Z (9 months ago)
- Last Synced: 2024-04-30T17:57:54.113Z (9 months ago)
- Topics: mathematics, matlab, matlab-live-script, vector-math
- Language: MATLAB
- Size: 15.5 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/94555-vector-arithmetic) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=README.mlx)
![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2FVector-Arithmetic%2Frelease%2FImages%2FTestedWith.json)
**Curriculum Module**
_Created with R2020b. Compatible with R2020b and later releases._
# Information
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that teach the fundamental concepts of vectors, such as vector magnitude and addition.
You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. [VectorBasics](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=Scripts/VectorBasics.mlx) is an interactive lesson that teaches the basics of individual vectors, such as vector components, vector magnitude, and vector orientation. [VectorArithmetic](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=Scripts/VectorArithmetic.mlx) is an interactive lesson that teaches vector arithmetic. Vector addition, scalar multiplication, dot product, and cross product are discussed. These methods are motivated by an application: calculating the orientation of a cell phone using the built-in accelerometer and magnetometer. Throughout the module, students apply the mathematical techniques to computing meaningful values, such as pitch and yaw.
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
## Contact Us
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:[email protected]) if you would like to request solutions, provide feedback, or if you have a question.
This module assumes knowledge of high school algebra and trigonometry. It does not assume any MATLAB knowledge. All scripts are intended to be used in Hidden Code mode.
## Getting Started
### Accessing the Module
### **On MATLAB Online:**Use the [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
### **On Desktop:**
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double-click on [VectorArithmetic.prj](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
Ensure you have all the required products ([listed below](#H_E850B4FF)) installed. If you need to include a product, add it using the Add-On Explorer. To install an add-on, go to the **Home** tab and select **Add-Ons** > **Get Add-Ons**.
MATLAB® and Symbolic Math Toolbox™ are used throughout this module.
# Scripts
## [**VectorBasics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=Scripts/VectorBasics.mlx)
| | **In this script, students will...** |
| :-- | :-- |
| |
- Relate the components of a vector to its visualization in 2- and 3-dimensions
- Compute the magnitude of a vector in 2- and 3-dimensions
- Compute the orientation of a vector in 2-dimensions
- Discuss the meaning of the magnitude of an accelerometer reading
- Relate the pitch of a cell phone to accelerometer readings
|||
## [**VectorArithmetic.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=Scripts/VectorArithmetic.mlx)
| | **In this script, students will...** |
| :-- | :-- |
| |
- Add and subtract vectors
- Compute scalar, dot, and cross products of vectors
- Relate arithmetic vector operations to visual representations
- Identify the physical meaning of the results of arithmetic vector operations
- Apply vector arithmetic to compute the yaw of a cell phone |
| | |The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic/blob/release/LICENSE.md).
# Related Courseware Modules
| | | |
| :-- | :-- | :-- |
| **Courseware Module** | **Sample Content** | **Available on:** |
| [**Matrix Methods of Linear Algebra**](https://www.mathworks.com/matlabcentral/fileexchange/94730-matrix-methods-of-linear-algebra) | | [](https://www.mathworks.com/matlabcentral/fileexchange/94730-matrix-methods-of-linear-algebra) [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Matrix-Methods-of-Linear-Algebra&project=MatrixMethods.prj&file=README.mlx) [GitHub](https://github.com/MathWorks-Teaching-Resources/Matrix-Methods-of-Linear-Algebra) |
| [**Applied Linear Algebra**](https://www.mathworks.com/matlabcentral/fileexchange/136364-applied-linear-algebra) | | [](https://www.mathworks.com/matlabcentral/fileexchange/136364-applied-linear-algebra) [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=README.mlx) [GitHub](https://github.com/MathWorks-Teaching-Resources/Applied-Linear-Algebra) |
| | | |Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
# Educator Resources
- [Educator Page](https://www.mathworks.com/academia/educators.html)
# ContributeLooking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic/blob/release/CONTRIBUTING.md) page on GitHub.
© Copyright 2023 The MathWorks™, Inc