VECTORS | Basic Operations (Page 1 of 4) |
To perform certain arithmetic operations with two two-dimensional vectors, we will represent each vector using a list. That is, the vector <a, b> in component form will be represented using the list {a, b}. Let's begin by finding the resultant and difference vectors for <2, -5> and <1, 3>. Enter each vector as a list on the Home screen and use the appropriate operation. Braces are used to indicate a list. |
|
Copyright © 2010 Turner Educational Publishing
|