====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:spring-2016:math445:lecture:vectors [2016/01/27 10:26] gibson [Constructing vectors with the colon operator :] |
gibson:teaching:spring-2016:math445:lecture:vectors [2016/01/28 11:33] (current) gibson [Math 445 lecture 2: Vectors] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Math 445 lecture 2: Vectors ====== | ====== Math 445 lecture 2: Vectors ====== | ||
+ | topics | ||
+ | |||
+ | <code> | ||
+ | [] % creating vector vectors with square brackets | ||
+ | () % accessing/assigning vector elements with parentheses | ||
+ | ' % the transpose operator, apostrophe | ||
+ | : % the colon operator, making range vectors | ||
+ | + - % vector addition, subtraction | ||
+ | .* ./ .^ % elementwise vector operations | ||
+ | </code> | ||
===== Vectors in math ===== | ===== Vectors in math ===== | ||
Line 151: | Line 161: | ||
- | ===== Further material ===== | + | ===== Supplemental material ===== |
[[https://www.youtube.com/watch?v=zXP_pr7np-o | ' (apostrophe), Frank Zappa (the song)]] | [[https://www.youtube.com/watch?v=zXP_pr7np-o | ' (apostrophe), Frank Zappa (the song)]] |