- Best drill bits to buy, even if you are drilling rocks: PDC = poly crystaline diamond compacts
- Why Tungsten Carbide drill bits are better than HSS drill bits?
- Tungsten carbide drill bits have to be sharpened only by diamond wheels, so their sharpening is done on good machines whose angles are controlled precisely. So they make better drill bits
- HSS drill bits are cut in normal grinding wheels, so their angles may not be as precise and process may not be strictly controlled. This results in poorer drill bits in the end
- Both Cobalt and Nickel are used as binder in Tungsten Carbide drill bits. When nickel is used, the bit is slightly magnetic. When cobalt is used ?
- Cobalt has higher thermal expansion and so when Cobalt binded Tungsten Carbide drill bits are used for long, due to thermal expansion, they may fail.
- Always have UV seals next to the commutator brushes in the motor. Constant sparking of the commutator brushes give out UV light and the light damages the polymer cage of the bearing and the grease.
- If determinant is zero, the transformation matrix collapses the input vector to a point in the output vector space
- A span of the vector is a line , infinite passing through the vector in both the directions. A vector can be multiplied by a constant number and the head of the vector will be somewhere along the line for different constants
- Matrix multiplication:
- Row wise picture, conventional computational approach
- Column wise picture
- Transformation from one vector space to another vector space approach
- Will be edited after listening to the lec again.
- No point in anticipating and worrying.
- Know the scenario as best as possible and then start worrying about it so that you can worry effectively.
- If some one is coming to you, he wants something from you. It may be knowledge, but consider how that knowledge will be used.
- Some people may not have points of contacts at all. Not interested in talking to you or getting information from you. Not all people are same.
- Survival is not every thing?
- The egg, short story by Andy Weir : Purpose of universe is to mature us.
- Actions of intelligent life are an unfortunate irrelevance in the majestic universe of stars and galaxies. It is bad manners to give too much importance to intelligence/Love= Emotion
- Only purpose of universe is to produce intelligent sentient beings. Other astronomical phenomena is just dead matter.
- We are looking for a bunch of orthogonal vectors u, which when multiplied by A, give another set of orthogonal vectors v, scaled by sigma
- Curse of Dimensionality = A matrix is basically scaling and rotation. For a 2x2 matrix, there are 4 terms . it has 2 scaling values and 2 rotations. The rotations increase the time taken. not the scaling. For 3x3 matrix, there are 9 independent terms with 6 rotations and 3 scaling terms. Similarly, 4x4 matrix has 4 scaling terms and 12 rotations.
- Rank= If A has rank r, there are r orthogonal vectors , which when multiplied by A give another r orthogonal vectors.
- If U vectors are orthogonal in AU=sigma V, it can be proven that V vectors are orthogonal by simply substituting VV' = (AU/Sigma1)* (AU/Sigma1)'
- A * v = u * Sigma
- Matrix A times an orthogonal vector matrix = another orthogonal vector matrix scaled by sigma
- Sigma is diagonal matrix
- Sigma is the square of eigen values of A A'
- AA' is symmetric and positive semi definite
- If A is mxn, AA' = m x m . Then, it will have m eigen values.
- If A is mxn, A'A = n x n . Then, it will have n eigen values. If m is greater than n, then m-n eigen values of AA' will be zero.
- Use of SVD:?
- SVD from lecture 29 in 18:06?
- Use of SVD from Knuth?
- Singular value decomposition exists for all rectangular matrices
- A square is a rectangle
- LR , LQR, LU may not exist for some matrices
- All matrices are basically rotation and stretching.
- A = ULV'
- U and V are rotations
- L is the scaling
- L square will have the eigen values of AA'
- U and V are orthonormal matrices, so their inverse and transpose are same