row_rot | R Documentation |
Takes i and k-th row of a matrix and rotate matrix by theta angle (requires matrix a to be 2*q matrix)
row_rot(a, i, k, theta)
a |
matrix |
i |
row |
k |
row that we want to zero the element |
theta |
angle between them |
rotated matrix a refer to Algorithm 5.1.6 of Matrix computation (Golub, Van)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.