Toggle navigation
Schools
Login
Sign Up
All Schools
University of Minnesota-Twin Cities
CSCI
Courses in CSCI
CSCI 2033 | Computational Linear Algebra
Documents:
12
CSCI 2021 | Machine Architecture
Documents:
56
CSCI 1933 | Introduction to Algorithms and Data Structures
Documents:
5
Popular Documents from University of Minnesota-Twin Cities
CSCI | 2021 | Machine Architecture | study guides |
0x7f0000fe 1: a ^ b 0x7f0000fe d: (a | b) & (~a | ~b) 0x7f00ff01 2: ~a 0x7f00ff01 a: a ^ (TMIN + TMAX) 0x7f00ffff b: ~a | ~b 0x80000000 5: TMIN 0x80000000 c: a & TMIN 0x80000000 e: ~TMAX 0xc0000000 f: (1 << 31) >> 1 0xf01fe01f j: a >> 3 0xf01fe020 3:
CSCI 2033 (Sec 010) Quiz 3 TOTAL POINTS 10 / 10 QUESTION 1 1 1 5 / 5 + 0 pts Incomplete ✓ + 1 pts a) Yes ✓ + 1.5 pts a) One free variable ✓ + 1 pts b) Yes ✓ + 1.5 pts b) Pivot in each row => lhs = 0, rhs != 0 contradition cannot occur => consistent f
CSCI 2033 (Sec 010) Quiz 7 Nick Karlovich TOTAL POINTS 10 / 10 QUESTION 1 1 1 5 / 5 + 0 pts Incomplete ✓ + 5 pts Cofactor expansion along any row or column + 5 pts OR, row ops to reduced form, det = product of pivots + 5 pts OR, Reduce the matrix par
CSCI 2033 (Sec 010) Quiz 11 TOTAL POINTS 6.5 / 10 QUESTION 1 1 1 2 / 5 + 0 pts Incomplete ✓ + 2 pts Find eigenvalues using characteristic equation or by inspection + 1 pts Find v1 using A * v1 = e1 * v1, or otherwise + 1 pts Find v2 using A * v2 = e2